/external/webrtc/src/common_audio/signal_processing/ |
spl_sqrt.c | 25 WebRtc_Word16 x_half, t16; local 50 t16 = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(A, 16); 51 B = B + WEBRTC_SPL_MUL_16_16(-20480, t16) * 2; // B = B - 0.625*A 54 t16 = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(A, 16); 55 A = WEBRTC_SPL_MUL_16_16(x_half, t16) * 2; // A = (x/2)^5 56 t16 = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(A, 16); 57 B = B + WEBRTC_SPL_MUL_16_16(28672, t16) * 2; // B = B + 0.875*A 60 t16 = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(x2, 16); 61 A = WEBRTC_SPL_MUL_16_16(x_half, t16) * 2; // A = x/2^3 135 WebRtc_Word16 x_norm, nshift, t16, sh local [all...] |
/external/clang/test/CodeGen/ |
attributes.c | 20 // CHECK: @t16 = extern_weak global i32 21 extern int t16 __attribute__((weak_import)); 36 return t15() + t16;
|
arm-aapcs-zerolength-bitfield.c | 161 struct t16 struct 166 static int arr16_offset[(offsetof(struct t16, bar) == 0) ? 0 : -1]; 167 static int arr16_sizeof[(sizeof(struct t16) == 4) ? 0 : -1];
|
arm-apcs-zerolength-bitfield.c | 165 struct t16 struct 170 static int arr16_offset[(offsetof(struct t16, bar) == 0) ? 0 : -1]; 171 static int arr16_sizeof[(sizeof(struct t16) == 4) ? 0 : -1];
|
asm.c | 113 int t16() { function
|
libcalls-fno-builtin.c | 91 char *t16(char *x) { return strpbrk(x, ""); } function 92 // CHECK: t16
|
ms-inline-asm.c | 153 void t16() { 156 // CHECK: t16
|
/external/clang/test/Sema/ |
thread-specifier.c | 63 extern int t16; // expected-note {{previous declaration is here}} 64 __thread int t16; // expected-error {{thread-local declaration of 't16' follows non-thread-local declaration}} variable
|
/frameworks/native/opengl/tests/textures/ |
textures.cpp | 83 uint16_t t16[] = { 107 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16); 110 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, t16);
|
/frameworks/native/opengl/tests/linetex/ |
linetex.cpp | 82 const uint16_t t16[64] = { 0xFFFF, 0, 0xF800, 0, 0x07E0, 0, 0x001F, 0 }; local 94 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 1, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16);
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
pitch_estimator.c | 72 WebRtc_Word16 t16, tmp16, tmp16_1; local 88 t16=(WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(t32, 23); /* Q8 */ 89 t16=t16*sign1*sign2; /* t in Q8 with signs */ 91 *y = x[0]+t16; /* Q8 */ 92 // *y = x[1]+t16; /* Q8 */ 98 tmp16_1=(WebRtc_Word16)WEBRTC_SPL_MUL_16_16(t16,t16); /* Q8*Q8=Q16 */ 100 t16 = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16(t16, 64); /* Q8<<6 = Q14 * [all...] |
/frameworks/native/opengl/tests/filter/ |
filter.cpp | 92 uint16_t t16[] = { 119 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16); 123 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, t16); 127 4, 4, 0, GL_LUMINANCE_ALPHA, GL_UNSIGNED_BYTE, t16);
|
/external/clang/test/SemaCXX/ |
type-traits.cpp | 371 //int t16[F(__is_floating_point(char32_t))]; 399 //int t16[T(__is_arithmetic(char32_t))]; 431 //int t16[T(__is_complete_type(char32_t))]; 455 int t16[F(__is_void(unsigned char))]; local 485 int t16[F(__is_array(char))]; local 524 int t16[F(__is_function(char))]; local 582 int t16[F(__is_rvalue_reference(void *))]; local 597 //int t16[T(__is_fundamental(char32_t))]; 648 int t16[T(__is_scalar(void*))]; local 746 int t16[F(__is_member_object_pointer(int**))] local 782 int t16[F(__is_member_function_pointer(int**))]; local 819 int t16[F(__is_member_pointer(ClassType*))]; local 859 int t16[T(__is_const(const unsigned short))]; local 908 int t16[T(__is_volatile(volatile unsigned short))]; local 1026 int t16[T(__is_trivial(ClassType))]; local 1060 int t16[T(__is_trivially_copyable(ClassType))]; local 1136 int t16[F(__is_standard_layout(CppStructNonStandardBySameBase))]; local 1155 int t16[F(__is_signed(unsigned int))]; local 1183 int t16[F(__is_unsigned(char))]; local [all...] |
/ndk/sources/cxx-stl/gabi++/tests/ |
dynamic_cast3.cpp | 853 namespace t16 namespace 912 } // t16 [all...] |
/external/pixman/demos/ |
quad2quad.c | 23 t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, local 131 t16 = px2 * py3; 133 t17 = t16 + t15; [all...] |
/external/valgrind/main/VEX/priv/ |
guest_x86_toIR.c | 5353 IRTemp t16 = newTemp(Ity_I16); local [all...] |