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

  /external/webrtc/src/common_audio/signal_processing/
spl_sqrt.c 25 WebRtc_Word16 x_half, t16; local
50 t16 = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(A, 16);
51 B = B + WEBRTC_SPL_MUL_16_16(-20480, t16) * 2; // B = B - 0.625*A
54 t16 = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(A, 16);
55 A = WEBRTC_SPL_MUL_16_16(x_half, t16) * 2; // A = (x/2)^5
56 t16 = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(A, 16);
57 B = B + WEBRTC_SPL_MUL_16_16(28672, t16) * 2; // B = B + 0.875*A
60 t16 = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(x2, 16);
61 A = WEBRTC_SPL_MUL_16_16(x_half, t16) * 2; // A = x/2^3
135 WebRtc_Word16 x_norm, nshift, t16, sh local
    [all...]
  /external/clang/test/Sema/
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 declaration}} variable
  /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 91 char *t16(char *x) { return strpbrk(x, ""); } function
92 // CHECK: t16
ms-inline-asm.c 153 void t16() {
156 // CHECK: t16
  /frameworks/native/opengl/tests/textures/
textures.cpp 83 uint16_t t16[] = {
107 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16);
110 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, t16);
  /frameworks/native/opengl/tests/linetex/
linetex.cpp 82 const uint16_t t16[64] = { 0xFFFF, 0, 0xF800, 0, 0x07E0, 0, 0x001F, 0 }; local
94 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 1, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 72 WebRtc_Word16 t16, tmp16, tmp16_1; local
88 t16=(WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(t32, 23); /* Q8 */
89 t16=t16*sign1*sign2; /* t in Q8 with signs */
91 *y = x[0]+t16; /* Q8 */
92 // *y = x[1]+t16; /* Q8 */
98 tmp16_1=(WebRtc_Word16)WEBRTC_SPL_MUL_16_16(t16,t16); /* Q8*Q8=Q16 */
100 t16 = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16(t16, 64); /* Q8<<6 = Q14 *
    [all...]
  /frameworks/native/opengl/tests/filter/
filter.cpp 92 uint16_t t16[] = {
119 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16);
123 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, t16);
127 4, 4, 0, GL_LUMINANCE_ALPHA, GL_UNSIGNED_BYTE, t16);
  /external/clang/test/SemaCXX/
type-traits.cpp 345 //int t16[F(__is_floating_point(char32_t))];
373 //int t16[T(__is_arithmetic(char32_t))];
405 //int t16[T(__is_complete_type(char32_t))];
429 int t16[F(__is_void(unsigned char))]; local
459 int t16[F(__is_array(char))]; local
498 int t16[F(__is_function(char))]; local
556 int t16[F(__is_rvalue_reference(void *))]; local
571 //int t16[T(__is_fundamental(char32_t))];
622 int t16[T(__is_scalar(void*))]; local
720 int t16[F(__is_member_object_pointer(int**))] local
756 int t16[F(__is_member_function_pointer(int**))]; local
793 int t16[F(__is_member_pointer(ClassType*))]; local
833 int t16[T(__is_const(const unsigned short))]; local
882 int t16[T(__is_volatile(volatile unsigned short))]; local
987 int t16[T(__is_trivial(ClassType))]; local
1021 int t16[T(__is_trivially_copyable(ClassType))]; local
1097 int t16[F(__is_standard_layout(CppStructNonStandardBySameBase))]; local
1116 int t16[F(__is_signed(unsigned int))]; local
1144 int t16[F(__is_unsigned(char))]; local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_toIR.c 5353 IRTemp t16 = newTemp(Ity_I16); local
    [all...]

Completed in 218 milliseconds