/external/clang/test/OpenMP/ |
declare_simd_ast_print.cpp | 134 // CHECK: TVV<16, float> t16; 135 TVV<16, float> t16; variable 140 float r = t16.taddpf(&a, p); 141 int res = t16.tadd(b);
|
declare_simd_codegen.cpp | 67 TVV<16, float> t16; variable 72 float r = t16.taddpf(&a, p); 73 int res = t16.tadd(b);
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
spl_sqrt.c | 27 int16_t x_half, t16; local 51 t16 = (int16_t)(A >> 16); 52 B += -20480 * t16 * 2; // B = B - 0.625*A 55 A = x_half * t16 * 2; // A = (x/2)^5 56 t16 = (int16_t)(A >> 16); 57 B += 28672 * t16 * 2; // B = B + 0.875*A 60 t16 = (int16_t)(x2 >> 16); 61 A = x_half * t16 * 2; // A = x/2^3 135 int16_t x_norm, nshift, t16, sh; local 167 t16 = (int16_t)(A >> 16); // t16 = A [all...] |
/external/clang/test/Analysis/ |
free.c | 76 void t16 (char **x, int offset) { function
|
/frameworks/native/opengl/tests/linetex/ |
linetex.cpp | 81 const uint16_t t16[64] = { 0xFFFF, 0, 0xF800, 0, 0x07E0, 0, 0x001F, 0 }; local 95 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 1, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16);
|
/external/clang/test/CodeGen/ |
libcalls-fno-builtin.c | 98 char *t16(char *x) { return strpbrk(x, ""); } function 99 // CHECK: t16
|
asm.c | 113 int t16() { function
|
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];
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
dwp_test_1.cc | 176 t16() function
|
two_file_test_1.cc | 204 t16() function
|
two_file_test_1_v1.cc | 209 t16() function
|
basic_test.cc | 214 t16() function 310 && t16()
|
/external/clang/test/CodeGenCXX/ |
aarch64-aapcs-zerolength-bitfield.cpp | 162 struct t16 struct 167 static_assert(offsetof(struct t16, bar) == 0); 168 static_assert(sizeof(struct t16) == 8);
|
/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
|
/external/libcxxabi/test/ |
dynamic_cast3.pass.cpp | 860 namespace t16 namespace 919 } // t16 [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
pitch_estimator.c | 56 int16_t t16, tmp16, tmp16_1; local 73 t16 = (int16_t)(t32 >> 23); /* Q8 */ 74 t16=t16*sign1*sign2; /* t in Q8 with signs */ 76 *y = x[0]+t16; /* Q8 */ 77 // *y = x[1]+t16; /* Q8 */ 83 tmp16_1 = (int16_t)(t16 * t16); /* Q8*Q8=Q16 */ 85 t16 <<= 6; /* Q8<<6 = Q14 */ 86 tmp16 = tmp16_1-t16; [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/gabi++/tests/ |
dynamic_cast3.cpp | 853 namespace t16 namespace 912 } // t16 [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
dynamic_cast3.pass.cpp | 854 namespace t16 namespace 913 } // t16 [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/gabi++/tests/ |
dynamic_cast3.cpp | 853 namespace t16 namespace 912 } // t16 [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/ |
dynamic_cast3.pass.cpp | 854 namespace t16 namespace 913 } // t16 [all...] |
/external/dng_sdk/source/ |
dng_resample.cpp | 263 int32 t16 = 0; local 270 t16 += w16 [j]; 277 w16 [fRadius - (fract >= 0.5 ? 0 : 1)] += (int16) (16384 - t16); 453 int32 t16 = 0; local 460 t16 += w16 [j]; 471 w16 [centerOffset] += (int16) (16384 - t16);
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
idct_neon.h | 377 int16x4_t t16[8]; local 410 t16[0] = vrshrn_n_s32(t32[0], DCT_CONST_BITS); 411 t16[1] = vrshrn_n_s32(t32[1], DCT_CONST_BITS); 412 t16[2] = vrshrn_n_s32(t32[2], DCT_CONST_BITS); 413 t16[3] = vrshrn_n_s32(t32[3], DCT_CONST_BITS); 414 step1[5] = vcombine_s16(t16[0], t16[1]); 415 step1[6] = vcombine_s16(t16[2], t16[3]); 440 int16x4_t t16[8] local 557 int16x4_t t16[4]; local [all...] |
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
e_lgammal_r.c | 88 t16 = 1.44070395420840737695611929680511823e-04L, variable 285 y*(t9+y*(t10+y*(t11+y*(t12+y*(t13+y*(t14+y*(t15+y*(t16+
|
/external/clang/test/SemaCXX/ |
type-traits.cpp | 437 //int t16[F(__is_floating_point(char32_t))]; 465 //int t16[T(__is_arithmetic(char32_t))]; 497 //int t16[T(__is_complete_type(char32_t))]; 521 int t16[F(__is_void(unsigned char))]; local 551 int t16[F(__is_array(char))]; local 590 int t16[F(__is_function(char))]; local 648 int t16[F(__is_rvalue_reference(void *))]; local 663 //int t16[T(__is_fundamental(char32_t))]; 714 int t16[T(__is_scalar(void*))]; local 812 int t16[F(__is_member_object_pointer(int**))] local 848 int t16[F(__is_member_function_pointer(int**))]; local 885 int t16[F(__is_member_pointer(ClassType*))]; local 925 int t16[T(__is_const(const unsigned short))]; local 974 int t16[T(__is_volatile(volatile unsigned short))]; local 1092 int t16[T(__is_trivial(ClassType))]; local 1126 int t16[T(__is_trivially_copyable(ClassType))]; local 1205 int t16[F(__is_standard_layout(CppStructNonStandardBySameBase))]; local 1224 int t16[F(__is_signed(unsigned int))]; local 1252 int t16[F(__is_unsigned(char))]; local [all...] |