/external/webrtc/src/common_audio/signal_processing/ |
D | spl_sqrt.c | 25 WebRtc_Word16 x_half, t16; in WebRtcSpl_SqrtLocal() local 50 t16 = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(A, 16); in WebRtcSpl_SqrtLocal() 51 B = B + WEBRTC_SPL_MUL_16_16(-20480, t16) * 2; // B = B - 0.625*A in WebRtcSpl_SqrtLocal() 54 t16 = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(A, 16); in WebRtcSpl_SqrtLocal() 55 A = WEBRTC_SPL_MUL_16_16(x_half, t16) * 2; // A = (x/2)^5 in WebRtcSpl_SqrtLocal() 56 t16 = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(A, 16); in WebRtcSpl_SqrtLocal() 57 B = B + WEBRTC_SPL_MUL_16_16(28672, t16) * 2; // B = B + 0.875*A in WebRtcSpl_SqrtLocal() 60 t16 = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(x2, 16); in WebRtcSpl_SqrtLocal() 61 A = WEBRTC_SPL_MUL_16_16(x_half, t16) * 2; // A = x/2^3 in WebRtcSpl_SqrtLocal() 135 WebRtc_Word16 x_norm, nshift, t16, sh; in WebRtcSpl_Sqrt() local [all …]
|
/external/llvm/test/Transforms/Reassociate/ |
D | mightymul.ll | 21 %t16 = mul i32 %t15, %t15 22 %t17 = mul i32 %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/Sema/ |
D | thread-specifier.c | 22 int t16; // expected-note {{previous definition is here}} variable 23 __thread int t16; // expected-error {{thread-local declaration of 't16' follows non-thread-local de… variable
|
/external/valgrind/main/VEX/orig_ppc32/ |
D | date.orig | 68 21: GETL R1, t16 69 22: ADDL $0x2B4, t16 70 23: STL t14, (t16) 272 21: GETL R7, t16 273 22: SUBL t14, t16 274 23: PUTL t16, R5 386 24: MOVL $0x70000021, t16 387 25: PUTL t16, R5 538 21: GETL R11, t16 539 22: CMP0L t16, t18 (-rSo) [all …]
|
D | return0.orig | 68 21: GETL R1, t16 69 22: ADDL $0x2B4, t16 70 23: STL t14, (t16) 272 21: GETL R7, t16 273 22: SUBL t14, t16 274 23: PUTL t16, R5 386 24: MOVL $0x70000021, t16 387 25: PUTL t16, R5 538 21: GETL R11, t16 539 22: CMP0L t16, t18 (-rSo) [all …]
|
/external/clang/test/CodeGen/ |
D | arm-apcs-zerolength-bitfield.c | 164 struct t16 struct 169 static int arr16_offset[(offsetof(struct t16, bar) == 0) ? 0 : -1]; argument 170 static int arr16_sizeof[(sizeof(struct t16) == 4) ? 0 : -1];
|
D | arm-aapcs-zerolength-bitfield.c | 160 struct t16 struct 165 static int arr16_offset[(offsetof(struct t16, bar) == 0) ? 0 : -1]; argument 166 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 | asm.c | 113 int t16() { in t16() function
|
/external/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/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]
|
D | ashr-tripcount.ll | 58 %t16 = zext i32 %t15 to i64 ; <i64> [#uses=1] 59 %t17 = getelementptr float* %pow4_3_tab_ptr, i64 %t16 ; <float*> [#uses=1]
|
/external/llvm/test/CodeGen/X86/ |
D | bswap-inline-asm.ll | 33 ; CHECK: t16: 35 define zeroext i16 @t16(i16 zeroext %x) nounwind {
|
D | sibcall.ll | 261 define void @t16() nounwind ssp { 263 ; 32: t16: 267 ; 64: t16:
|
D | lsr-delayed-fold.ll | 18 %t16 = phi i64 [ 0, %bb12 ], [ %t23, %bb15 ] ; <i64> [#uses=2] 19 %t17 = mul i64 %t14, %t16 ; <i64> [#uses=1] 23 %t23 = add i64 %t16, 1 ; <i64> [#uses=1]
|
D | sse3.ll | 244 define <16 x i8> @t16(<16 x i8> %T0) nounwind readnone { 249 ; X64: t16:
|
D | crash.ll | 232 %t16 = type { %t17, i8* }
|
D | lsr-reuse.ll | 504 %t16 = or i64 %t15, %t14 ; <i64> [#uses=1] 505 %t17 = trunc i64 %t16 to i32 ; <i32> [#uses=1]
|
/external/clang/test/SemaCXX/ |
D | type-traits.cpp | 429 int t16[F(__is_void(unsigned char))]; in is_void() local 459 int t16[F(__is_array(char))]; in is_array() local 498 int t16[F(__is_function(char))]; in is_function() local 556 int t16[F(__is_rvalue_reference(void *))]; in is_rvalue_reference() local 622 int t16[T(__is_scalar(void*))]; in is_scalar() local 720 int t16[F(__is_member_object_pointer(int**))]; in is_member_object_pointer() local 756 int t16[F(__is_member_function_pointer(int**))]; in is_member_function_pointer() local 793 int t16[F(__is_member_pointer(ClassType*))]; in is_member_pointer() local 833 int t16[T(__is_const(const unsigned short))]; in is_const() local 882 int t16[T(__is_volatile(volatile unsigned short))]; in is_volatile() local [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | fast-isel-ldr-str-thumb-neg-index.ll | 138 define void @t16(i8* nocapture %ptr) nounwind { 140 ; THUMB: t16
|
/external/valgrind/main/VEX/priv/ |
D | guest_x86_toIR.c | 5321 IRTemp t16 = newTemp(Ity_I16); in dis_FPU() local 5322 assign(t16, get_FPU_sw()); in dis_FPU() 5323 putIReg( 1, R_AL, unop(Iop_16to8, mkexpr(t16)) ); in dis_FPU() 5324 putIReg( 1, R_AH, unop(Iop_16HIto8, mkexpr(t16)) ); in dis_FPU()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 1358 string t16 = !strconcat(t15, OpcStr); 1359 string t17 = !strconcat(t16, "16");
|