/external/webrtc/common_audio/signal_processing/ |
D | spl_sqrt.c | 26 int16_t x_half, t16; in WebRtcSpl_SqrtLocal() local 50 t16 = (int16_t)(A >> 16); in WebRtcSpl_SqrtLocal() 51 B += -20480 * t16 * 2; // B = B - 0.625*A in WebRtcSpl_SqrtLocal() 54 A = x_half * t16 * 2; // A = (x/2)^5 in WebRtcSpl_SqrtLocal() 55 t16 = (int16_t)(A >> 16); in WebRtcSpl_SqrtLocal() 56 B += 28672 * t16 * 2; // B = B + 0.875*A in WebRtcSpl_SqrtLocal() 59 t16 = (int16_t)(x2 >> 16); in WebRtcSpl_SqrtLocal() 60 A = x_half * t16 * 2; // A = x/2^3 in WebRtcSpl_SqrtLocal() 134 int16_t x_norm, nshift, t16, sh; in WebRtcSpl_Sqrt() local 177 t16 = (int16_t)(A >> 16); // t16 = AH in WebRtcSpl_Sqrt() [all …]
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | 2007-12-18-AddSelCmpSub.ll | 13 %t16 = icmp slt i32 %t15, 0 14 %smax = select i1 %t16, i32 0, i32 %t15 28 %t16 = icmp slt i32 %t15, 0 29 %smax = select i1 %t16, i32 0, i32 %t15 41 %t16 = icmp slt i32 %a, 0 42 %smax = select i1 %t16, i32 0, i32 %t15
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/ |
D | reduction-order.ll | 18 t16: 26 t20: ; preds = %t20, %t16 27 %t21 = phi i64 [ 0, %t16 ], [ %t29, %t20 ] 28 %t22 = phi i32 [ 0, %t16 ], [ %t28, %t20 ] 29 %t23 = phi i32 [ 0, %t16 ], [ %t24, %t20 ]
|
/external/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-project/llvm/test/CodeGen/AArch64/ |
D | csel-zero-float.ll | 6 %t16 = load float, float* %user, align 8 7 %conv = fpext float %t16 to double 9 %div = fdiv fast float %t16, %t17
|
/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
|
/external/llvm-project/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
|
/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/llvm-project/clang/test/OpenMP/ |
D | declare_simd_ast_print.cpp | 144 TVV<16, float> t16; variable 149 float r = t16.taddpf(&a, p); in f() 150 int res = t16.tadd(b); in f()
|
D | declare_simd_codegen.cpp | 86 TVV<16, float> t16; variable 91 float r = t16.taddpf(&a, p); in f() 92 int res = t16.tadd(b); in f()
|
/external/clang/test/CodeGen/ |
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 | 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 | 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/llvm-project/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()
|
D | cmse-clear-arg.c | 103 T16 t16; variable 107 g16_0(t16); in f16_0()
|
/external/llvm-project/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/llvm-project/llvm/test/Transforms/CodeGenPrepare/ARM/ |
D | dead-gep.ll | 10 ; CHECK: %t16 = load i32, i32* undef 17 %t16 = load i32, i32* %t15, align 4
|
/external/llvm-project/clang/test/Sema/ |
D | thread-specifier.c | 73 extern int t16; // expected-note {{previous declaration is here}} 74 __thread int t16; // expected-error {{thread-local declaration of 't16' follows non-thread-local de… variable
|
/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
|