Home
last modified time | relevance | path

Searched refs:t16 (Results 1 – 25 of 46) sorted by relevance

12

/external/webrtc/src/common_audio/signal_processing/
Dspl_sqrt.c25 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/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dpitch_estimator.c72 WebRtc_Word16 t16, tmp16, tmp16_1; in Intrp1DQ8() local
88 t16=(WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(t32, 23); /* Q8 */ in Intrp1DQ8()
89 t16=t16*sign1*sign2; /* t in Q8 with signs */ in Intrp1DQ8()
91 *y = x[0]+t16; /* Q8 */ in Intrp1DQ8()
98 tmp16_1=(WebRtc_Word16)WEBRTC_SPL_MUL_16_16(t16,t16); /* Q8*Q8=Q16 */ in Intrp1DQ8()
100 t16 = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16(t16, 64); /* Q8<<6 = Q14 */ in Intrp1DQ8()
101 tmp16 = tmp16_1-t16; in Intrp1DQ8()
109 tmp16 = tmp16_1+t16; in Intrp1DQ8()
/external/llvm/test/Transforms/Reassociate/
Dmightymul.ll21 %t16 = mul i32 %t15, %t15
22 %t17 = mul i32 %t16, %t16
Dfast-mightymul.ll21 %t16 = fmul fast float %t15, %t15
22 %t17 = fmul fast float %t16, %t16
D2012-05-08-UndefLeak.ll28 %t16 = add i64 %x0, 17
46 %t34 = add i64 %t33, %t16
63 %t51 = add i64 %t50, %t16
/external/valgrind/VEX/orig_ppc32/
Ddate.orig68 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 …]
Dreturn0.orig68 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/
Darm-apcs-zerolength-bitfield.c165 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];
Darm-aapcs-zerolength-bitfield.c161 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];
Dattributes.c21 extern int t16 __attribute__((weak_import));
36 return t15() + t16; in t17()
Dlibcalls-fno-builtin.c91 char *t16(char *x) { return strpbrk(x, ""); } in t16() function
/external/clang/test/CodeGenCXX/
Daarch64-aapcs-zerolength-bitfield.cpp162 struct t16 struct
167 static_assert(offsetof(struct t16, bar) == 0); argument
168 static_assert(sizeof(struct t16) == 8);
/external/clang/test/Sema/
Dthread-specifier.c63 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/
Dnonlinear-postinc.ll12 %t16 = sub i32 undef, %t4
19 %t17 = mul i32 %t2, %t16
/external/llvm/test/Transforms/Inline/
Dalloca-bonus.ll77 %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/
Dc-language-features.inc113 unsigned t16 = t14 ^ t15;
115 int t17_0 = t16 % t16;
/external/llvm/test/Transforms/IndVarSimplify/
Deliminate-max.ll40 %t16 = add nsw i32 %t2, 255 ; <i32> [#uses=1]
41 %t17 = add nsw i32 %t16, %t8 ; <i32> [#uses=1]
/external/llvm/test/CodeGen/X86/
Dbswap-inline-asm.ll34 ; CHECK-LABEL: t16:
36 define zeroext i16 @t16(i16 zeroext %x) nounwind {
Dsibcall.ll322 define void @t16() nounwind ssp {
324 ; 32-LABEL: t16:
328 ; 64-LABEL: t16:
331 ; X32ABI-LABEL: t16:
Dlsr-delayed-fold.ll18 %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]
/external/clang/test/Analysis/
Dfree.c76 void t16 (char **x, int offset) { in t16() function
/external/skia/src/opts/
DSkBlitRow_opts_mips_dsp.cpp551 register uint32_t t16; in S32A_D565_Opaque_mips_dsp() local
641 [t16]"=&r"(t16), [t0]"=&r"(t0), [t1]"=&r"(t1), [t2]"=&r"(t2), in S32A_D565_Opaque_mips_dsp()
/external/clang/test/SemaCXX/
Dtype-traits.cpp498 int t16[F(__is_void(unsigned char))]; in is_void() local
528 int t16[F(__is_array(char))]; in is_array() local
567 int t16[F(__is_function(char))]; in is_function() local
625 int t16[F(__is_rvalue_reference(void *))]; in is_rvalue_reference() local
691 int t16[T(__is_scalar(void*))]; in is_scalar() local
789 int t16[F(__is_member_object_pointer(int**))]; in is_member_object_pointer() local
825 int t16[F(__is_member_function_pointer(int**))]; in is_member_function_pointer() local
862 int t16[F(__is_member_pointer(ClassType*))]; in is_member_pointer() local
902 int t16[T(__is_const(const unsigned short))]; in is_const() local
951 int t16[T(__is_volatile(volatile unsigned short))]; in is_volatile() local
[all …]
/external/llvm/test/CodeGen/ARM/
Dfast-isel-ldr-str-thumb-neg-index.ll138 define void @t16(i8* nocapture %ptr) nounwind {
140 ; THUMB: t16
/external/llvm/test/CodeGen/AArch64/
Darm64-addrmode.ll165 define void @t16(i64 %a) {
166 ; CHECK-LABEL: t16:

12