/external/valgrind/none/tests/s390x/ |
lpr.c | 46 void t32(int value) function 80 t32(0); t32(1); t32(-1); 81 t32(INT_MAX); t32(INT_MIN); t32(UINT_MAX);
|
/frameworks/native/opengl/tests/fillrate/ |
fillrate.cpp | 81 uint32_t* t32 = (uint32_t*)malloc(512*512*4); local 87 t32[x+y*512] = 0x10FFFFFF; 89 t32[x+y*512] = 0x20FF0000; 110 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 512, 512, 0, GL_RGBA, GL_UNSIGNED_BYTE, t32);
|
/hardware/libhardware/tests/hwc/ |
test-arrows.c | 53 uint32_t t32[] = { variable 118 GL_RGBA, GL_UNSIGNED_BYTE, t32);
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
idct16x16_add_neon.c | 18 static INLINE void wrap_low_4x2(const int32x4_t *const t32, int16x4_t *const d0, 20 *d0 = vrshrn_n_s32(t32[0], DCT_CONST_BITS); 21 *d1 = vrshrn_n_s32(t32[1], DCT_CONST_BITS); 27 int32x4_t *const t32) { 28 t32[0] = vmull_lane_s16(s0, cospi_0_8_16_24, 3); 29 t32[1] = vmull_lane_s16(s1, cospi_0_8_16_24, 3); 30 t32[0] = vmlsl_lane_s16(t32[0], s1, cospi_0_8_16_24, 1); 31 t32[1] = vmlal_lane_s16(t32[1], s0, cospi_0_8_16_24, 1) 37 int32x4_t t32[2]; local 47 int32x4_t t32[2]; local 58 int32x4_t t32[3]; local [all...] |
highbd_idct16x16_add_neon.c | 20 int32x2x2_t t32[4]; local 22 t32[0].val[0] = vrshrn_n_s64(t[0].val[0], DCT_CONST_BITS); 23 t32[0].val[1] = vrshrn_n_s64(t[0].val[1], DCT_CONST_BITS); 24 t32[1].val[0] = vrshrn_n_s64(t[1].val[0], DCT_CONST_BITS); 25 t32[1].val[1] = vrshrn_n_s64(t[1].val[1], DCT_CONST_BITS); 26 t32[2].val[0] = vrshrn_n_s64(t[2].val[0], DCT_CONST_BITS); 27 t32[2].val[1] = vrshrn_n_s64(t[2].val[1], DCT_CONST_BITS); 28 t32[3].val[0] = vrshrn_n_s64(t[3].val[0], DCT_CONST_BITS); 29 t32[3].val[1] = vrshrn_n_s64(t[3].val[1], DCT_CONST_BITS); 30 d0->val[0] = vcombine_s32(t32[0].val[0], t32[0].val[1]) 39 int32x2x2_t t32[2]; local 51 int32x2x2_t t32[2]; local 64 int32x2x2_t t32; local [all...] |
idct_neon.h | 322 int32x4_t t32[2]; local 348 t32[1] = vmull_lane_s16(step2[6], cospis0, 2); 349 t32[0] = vmlsl_lane_s16(t32[1], step2[5], cospis0, 2); 350 t32[1] = vmlal_lane_s16(t32[1], step2[5], cospis0, 2); 351 step1[5] = vrshrn_n_s32(t32[0], DCT_CONST_BITS); 352 step1[6] = vrshrn_n_s32(t32[1], DCT_CONST_BITS); 376 int32x4_t t32[8]; local 404 t32[2] = vmull_lane_s16(vget_low_s16(step2[6]), cospis0, 2) 439 int32x4_t t32[8]; local 584 int32x4_t t32[4]; local 594 int32x4_t t32[4]; local 606 int32x4_t t32[6]; local 620 int32x4_t t32[4]; local 636 int32x4_t t32[4]; local 652 int32x4_t t32[4]; local 668 int32x4_t t32[4]; local 684 int32x4_t t32[4]; local 700 int32x4_t t32[4]; local [all...] |
highbd_idct8x8_add_neon.c | 134 int32x2_t t32[8]; local 156 t32[0] = vrshrn_n_s64(t64[0], DCT_CONST_BITS); 157 t32[1] = vrshrn_n_s64(t64[1], DCT_CONST_BITS); 158 t32[2] = vrshrn_n_s64(t64[2], DCT_CONST_BITS); 159 t32[3] = vrshrn_n_s64(t64[3], DCT_CONST_BITS); 160 t32[4] = vrshrn_n_s64(t64[4], DCT_CONST_BITS); 161 t32[5] = vrshrn_n_s64(t64[5], DCT_CONST_BITS); 162 t32[6] = vrshrn_n_s64(t64[6], DCT_CONST_BITS); 163 t32[7] = vrshrn_n_s64(t64[7], DCT_CONST_BITS); 164 step1[4] = vcombine_s32(t32[0], t32[1]) 436 int32x2_t t32[8]; local [all...] |
/external/libcxxabi/test/ |
dynamic_cast3.pass.cpp | 1809 namespace t32 namespace [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
cb_search.c | 69 int32_t t32, tmpW32; local 390 t32 = temp1 * *gainPtr; 391 t32 = t32 - targetEner; 392 if (t32 < 0) {
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
pitch_estimator.c | 55 int32_t r32, q32, t32, nom32, den32; local 71 t32 = WebRtcSpl_DivResultInQ31(nom32 * sign1, den32 * sign2); 73 t16 = (int16_t)(t32 >> 23); /* Q8 */
|
/prebuilts/ndk/r11/sources/cxx-stl/gabi++/tests/ |
dynamic_cast3.cpp | 1802 namespace t32 namespace [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
dynamic_cast3.pass.cpp | 1803 namespace t32 namespace [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/gabi++/tests/ |
dynamic_cast3.cpp | 1802 namespace t32 namespace [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/ |
dynamic_cast3.pass.cpp | 1803 namespace t32 namespace [all...] |
/external/dng_sdk/source/ |
dng_resample.cpp | 229 real64 t32 = 0.0; local 240 t32 += w32 [j]; 246 real32 s32 = (real32) (1.0 / t32); 389 real64 t32 = 0.0; local 425 t32 += w32 [index]; 435 const real32 s32 = (real32) (1.0 / t32);
|
/prebuilts/go/darwin-x86/test/ |
live.go | 507 type T32 int 509 func (t *T32) Inc() { // ERROR "live at entry to \(\*T32\).Inc: t$" 513 var t32 T32 var 517 call32(t32.Inc) // ERROR "live at call to call32: .autotmp_[0-9]+$" 519 call32(t32.Inc) // ERROR "live at call to call32: .autotmp_[0-9]+$" 520 call32(t32.Inc) // ERROR "live at call to call32: .autotmp_[0-9]+$"
|
/prebuilts/go/linux-x86/test/ |
live.go | 507 type T32 int 509 func (t *T32) Inc() { // ERROR "live at entry to \(\*T32\).Inc: t$" 513 var t32 T32 var 517 call32(t32.Inc) // ERROR "live at call to call32: .autotmp_[0-9]+$" 519 call32(t32.Inc) // ERROR "live at call to call32: .autotmp_[0-9]+$" 520 call32(t32.Inc) // ERROR "live at call to call32: .autotmp_[0-9]+$"
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
e_lgammal_r.c | 104 t32 = 1.37790144435073124976696250804940384e-07L; variable 288 y*(t31+y*t32))))))))))))))))))))))))))))));
|
/external/clang/test/SemaCXX/ |
type-traits.cpp | 606 int t32[F(__is_function(void(*)()))]; local 676 int t32[F(__is_fundamental(Derives))]; local 758 int t32[F(__is_compound(long))]; local 795 int t32[F(__is_pointer(StructWithMembers))]; local 828 int t32[F(__is_member_object_pointer(Enum))]; local 864 int t32[F(__is_member_function_pointer(Enum))]; local 901 int t32[F(__is_member_pointer(IntArNB))]; local 936 int t32[F(__is_const(long))]; local 985 int t32[F(__is_volatile(long))]; local 1104 int t32[F(__is_trivial(SuperNonTrivialStruct))]; local 1139 int t32[F(__is_trivially_copyable(NonTCStruct))]; local [all...] |
/external/syslinux/lzo/src/ |
miniacc.h | 3984 acc_uint32l_t t32; member in union:__anon33412::__anon33413 [all...] |
/external/valgrind/VEX/priv/ |
guest_amd64_toIR.c | 5375 IRTemp t32 = newTemp(Ity_I32); local 28348 IRTemp t32 = newTemp(Ity_I32); local 28365 IRTemp t32 = newTemp(Ity_I32); local 28382 IRTemp t32 = newTemp(Ity_I32); local 28399 IRTemp t32 = newTemp(Ity_I32); local 29096 IRTemp t32 = newTemp(Ity_I32); local 29119 IRTemp t32 = newTemp(Ity_I32); local 29223 IRTemp t32 = newTemp(Ity_I32); local 29250 IRTemp t32 = newTemp(Ity_I32); local 29279 IRTemp t32 = newTemp(Ity_I32); local 29304 IRTemp t32 = newTemp(Ity_I32); local [all...] |
guest_arm64_toIR.c | 2104 IRTemp t32 = newTemp(Ity_I64); local 2113 IRTemp t32 = newTemp(Ity_I64); local [all...] |
/art/test/083-compiler-regressions/src/ |
Main.java | 1190 double t32 = 32.0 + t31; local [all...] |