HomeSort by relevance Sort by last modified time
    Searched refs:t16 (Results 1 - 20 of 20) sorted by null

  /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/CodeGen/
attributes.c 20 // CHECK: @t16 = extern_weak global i32
21 extern int t16 __attribute__((weak_import));
36 return t15() + t16;
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];
asm.c 113 int t16() { function
libcalls-fno-builtin.c 98 char *t16(char *x) { return strpbrk(x, ""); } function
99 // CHECK: t16
ms-inline-asm.c 163 void t16() {
166 // CHECK: t16
  /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/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/clang/test/Analysis/
free.c 76 void t16 (char **x, int offset) { function
  /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...]
  /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/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/libaom/libaom/aom_dsp/x86/
intrapred_ssse3.c 49 const __m128i t16 = _mm_unpacklo_epi8(t, zero); local
57 const __m128i row = paeth_8x1_pred(&l16, &t16, &tl16);
70 const __m128i t16 = _mm_unpacklo_epi8(t, zero); local
78 const __m128i row = paeth_8x1_pred(&l16, &t16, &tl16);
91 const __m128i t16 = _mm_unpacklo_epi8(t, zero); local
98 const __m128i row = paeth_8x1_pred(&l16, &t16, &tl16);
111 const __m128i t16 = _mm_unpacklo_epi8(t, zero); local
119 const __m128i row = paeth_8x1_pred(&l16, &t16, &tl16);
132 const __m128i t16 = _mm_unpacklo_epi8(t, zero); local
140 const __m128i row = paeth_8x1_pred(&l16, &t16, &tl16)
153 const __m128i t16 = _mm_unpacklo_epi8(t, zero); local
173 const __m128i t16 = _mm_unpacklo_epi8(t, zero); 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...]
  /external/libvpx/libvpx/vpx_dsp/x86/
intrapred_sse2.asm 779 mova m0, [aboveq] ; t1 t2 ... t16 [byte]
782 punpcklbw m0, m1 ; m0:m4 t1 t2 ... t16 [word]
789 psubw m4, m2 ; m0:m4 t1-tl t2-tl ... t16-tl [word]
  /external/libcxxabi/test/
dynamic_cast3.pass.cpp 860 namespace t16 namespace
919 } // t16
    [all...]
  /art/test/083-compiler-regressions/src/
Main.java 1174 double t16 = 16.0 + t15; local
    [all...]

Completed in 849 milliseconds