/external/webrtc/webrtc/common_audio/signal_processing/ |
D | spl_sqrt.c | 27 int16_t x_half, t16; in WebRtcSpl_SqrtLocal() local 51 t16 = (int16_t)(A >> 16); in WebRtcSpl_SqrtLocal() 52 B += -20480 * t16 * 2; // B = B - 0.625*A in WebRtcSpl_SqrtLocal() 55 A = x_half * t16 * 2; // A = (x/2)^5 in WebRtcSpl_SqrtLocal() 56 t16 = (int16_t)(A >> 16); in WebRtcSpl_SqrtLocal() 57 B += 28672 * t16 * 2; // B = B + 0.875*A in WebRtcSpl_SqrtLocal() 60 t16 = (int16_t)(x2 >> 16); in WebRtcSpl_SqrtLocal() 61 A = x_half * t16 * 2; // A = x/2^3 in WebRtcSpl_SqrtLocal() 135 int16_t x_norm, nshift, t16, sh; in WebRtcSpl_Sqrt() local 167 t16 = (int16_t)(A >> 16); // t16 = AH in WebRtcSpl_Sqrt() [all …]
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct_neon.h | 377 int16x4_t t16[8]; in idct8x8_12_pass2_bd8() local 410 t16[0] = vrshrn_n_s32(t32[0], DCT_CONST_BITS); in idct8x8_12_pass2_bd8() 411 t16[1] = vrshrn_n_s32(t32[1], DCT_CONST_BITS); in idct8x8_12_pass2_bd8() 412 t16[2] = vrshrn_n_s32(t32[2], DCT_CONST_BITS); in idct8x8_12_pass2_bd8() 413 t16[3] = vrshrn_n_s32(t32[3], DCT_CONST_BITS); in idct8x8_12_pass2_bd8() 414 step1[5] = vcombine_s16(t16[0], t16[1]); in idct8x8_12_pass2_bd8() 415 step1[6] = vcombine_s16(t16[2], t16[3]); in idct8x8_12_pass2_bd8() 440 int16x4_t t16[8]; in idct8x8_64_1d_bd8() local 478 t16[0] = vrshrn_n_s32(t32[0], DCT_CONST_BITS); in idct8x8_64_1d_bd8() 479 t16[1] = vrshrn_n_s32(t32[1], DCT_CONST_BITS); in idct8x8_64_1d_bd8() [all …]
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | pitch_estimator.c | 56 int16_t t16, tmp16, tmp16_1; in Intrp1DQ8() local 73 t16 = (int16_t)(t32 >> 23); /* Q8 */ in Intrp1DQ8() 74 t16=t16*sign1*sign2; /* t in Q8 with signs */ in Intrp1DQ8() 76 *y = x[0]+t16; /* Q8 */ in Intrp1DQ8() 83 tmp16_1 = (int16_t)(t16 * t16); /* Q8*Q8=Q16 */ in Intrp1DQ8() 85 t16 <<= 6; /* Q8<<6 = Q14 */ in Intrp1DQ8() 86 tmp16 = tmp16_1-t16; in Intrp1DQ8() 94 tmp16 = tmp16_1+t16; in Intrp1DQ8()
|
/external/llvm/test/Transforms/Reassociate/ |
D | mightymul.ll | 21 %t16 = mul i32 %t15, %t15 22 %t17 = mul i32 %t16, %t16
|
D | fast-mightymul.ll | 21 %t16 = fmul fast float %t15, %t15 22 %t17 = fmul fast float %t16, %t16
|
D | 2012-05-08-UndefLeak.ll | 28 %t16 = add i64 %x0, 17 46 %t34 = add i64 %t33, %t16 63 %t51 = add i64 %t50, %t16
|
/external/clang/test/OpenMP/ |
D | declare_simd_ast_print.cpp | 135 TVV<16, float> t16; variable 140 float r = t16.taddpf(&a, p); in f() 141 int res = t16.tadd(b); in f()
|
D | declare_simd_codegen.cpp | 67 TVV<16, float> t16; variable 72 float r = t16.taddpf(&a, p); in f() 73 int res = t16.tadd(b); in f()
|
/external/clang/test/CodeGen/ |
D | arm-aapcs-zerolength-bitfield.c | 161 struct t16 struct 166 static int arr16_offset[(offsetof(struct t16, bar) == 0) ? 0 : -1]; argument 167 static int arr16_sizeof[(sizeof(struct t16) == 4) ? 0 : -1];
|
D | arm-apcs-zerolength-bitfield.c | 165 struct t16 struct 170 static int arr16_offset[(offsetof(struct t16, bar) == 0) ? 0 : -1]; argument 171 static int arr16_sizeof[(sizeof(struct t16) == 4) ? 0 : -1];
|
D | attributes.c | 21 extern int t16 __attribute__((weak_import)); 36 return t15() + t16; in t17()
|
/external/clang/test/CodeGenCXX/ |
D | aarch64-aapcs-zerolength-bitfield.cpp | 162 struct t16 struct 167 static_assert(offsetof(struct t16, bar) == 0); argument 168 static_assert(sizeof(struct t16) == 8);
|
/external/clang/test/Sema/ |
D | 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 de… variable
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | nonlinear-postinc.ll | 12 %t16 = sub i32 undef, %t4 19 %t17 = mul i32 %t2, %t16
|
/external/swiftshader/third_party/LLVM/test/Transforms/LoopStrengthReduce/ |
D | nonlinear-postinc.ll | 12 %t16 = sub i32 undef, %t4 19 %t17 = mul i32 %t2, %t16
|
/external/llvm/test/Transforms/Inline/ |
D | alloca-bonus.ll | 77 %t16 = add i32 %t15, 1 78 %t17 = add i32 %t16, 1 118 %t16 = add i32 %t15, 1 119 %t17 = add i32 %t16, 1
|
/external/dng_sdk/source/ |
D | dng_resample.cpp | 263 int32 t16 = 0; in Initialize() local 270 t16 += w16 [j]; in Initialize() 277 w16 [fRadius - (fract >= 0.5 ? 0 : 1)] += (int16) (16384 - t16); in Initialize() 453 int32 t16 = 0; in Initialize() local 460 t16 += w16 [j]; in Initialize() 471 w16 [centerOffset] += (int16) (16384 - t16); in Initialize()
|
/external/clang/test/Coverage/ |
D | c-language-features.inc | 113 unsigned t16 = t14 ^ t15; 115 int t17_0 = t16 % t16;
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | eliminate-max.ll | 40 %t16 = add nsw i32 %t2, 255 ; <i32> [#uses=1] 41 %t17 = add nsw i32 %t16, %t8 ; <i32> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/ |
D | eliminate-max.ll | 40 %t16 = add nsw i32 %t2, 255 ; <i32> [#uses=1] 41 %t17 = add nsw i32 %t16, %t8 ; <i32> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | bswap-inline-asm.ll | 33 ; CHECK: t16: 35 define zeroext i16 @t16(i16 zeroext %x) nounwind {
|
/external/llvm/test/CodeGen/X86/ |
D | bswap-inline-asm.ll | 34 ; CHECK-LABEL: t16: 36 define zeroext i16 @t16(i16 zeroext %x) nounwind {
|
D | sibcall.ll | 322 define void @t16() nounwind ssp { 324 ; 32-LABEL: t16: 328 ; 64-LABEL: t16: 331 ; X32ABI-LABEL: t16:
|
/external/clang/test/Analysis/ |
D | free.c | 76 void t16 (char **x, int offset) { in t16() function
|
/external/clang/test/SemaCXX/ |
D | type-traits.cpp | 521 int t16[F(__is_void(unsigned char))]; in is_void() local 551 int t16[F(__is_array(char))]; in is_array() local 590 int t16[F(__is_function(char))]; in is_function() local 648 int t16[F(__is_rvalue_reference(void *))]; in is_rvalue_reference() local 714 int t16[T(__is_scalar(void*))]; in is_scalar() local 812 int t16[F(__is_member_object_pointer(int**))]; in is_member_object_pointer() local 848 int t16[F(__is_member_function_pointer(int**))]; in is_member_function_pointer() local 885 int t16[F(__is_member_pointer(ClassType*))]; in is_member_pointer() local 925 int t16[T(__is_const(const unsigned short))]; in is_const() local 974 int t16[T(__is_volatile(volatile unsigned short))]; in is_volatile() local [all …]
|