HomeSort by relevance Sort by last modified time
    Searched refs:t32 (Results 1 - 25 of 29) sorted by null

1 2

  /external/libvpx/libvpx/vpx_dsp/arm/
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...]
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...]
  /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);
  /prebuilts/go/darwin-x86/test/intrinsic.dir/
main.go 38 t32 := T.Ctz32(x32) // ERROR "intrinsic substitution for Ctz32"
39 if i != t32 {
40 logf("Ctz32(0x%x) expected %d but got %d\n", x32, i, t32)
43 t32 = T.Ctz32(x32) // ERROR "intrinsic substitution for Ctz32"
44 if i != t32 {
45 logf("Ctz32(0x%x) expected %d but got %d\n", x32, i, t32)
  /prebuilts/go/linux-x86/test/intrinsic.dir/
main.go 38 t32 := T.Ctz32(x32) // ERROR "intrinsic substitution for Ctz32"
39 if i != t32 {
40 logf("Ctz32(0x%x) expected %d but got %d\n", x32, i, t32)
43 t32 = T.Ctz32(x32) // ERROR "intrinsic substitution for Ctz32"
44 if i != t32 {
45 logf("Ctz32(0x%x) expected %d but got %d\n", x32, i, t32)
  /external/vixl/tools/
generate_tests.py 620 # A32 and T32 tests
646 # T32 specific tests
647 'test/aarch32/config/cond-rd-rn-t32.json',
648 'test/aarch32/config/cond-rd-rn-rm-t32.json',
649 'test/aarch32/config/cond-rdlow-rnlow-rmlow-t32.json',
650 'test/aarch32/config/cond-rd-rn-operand-const-t32.json',
651 'test/aarch32/config/cond-rd-pc-operand-imm12-t32.json',
652 'test/aarch32/config/cond-rd-rn-operand-imm12-t32.json',
653 'test/aarch32/config/cond-rd-pc-operand-imm8-t32.json',
654 'test/aarch32/config/cond-rd-sp-operand-imm8-t32.json'
    [all...]
  /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);
  /frameworks/native/opengl/tests/textures/
textures.cpp 90 uint32_t t32[] = {
108 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 4, 4, 0, GL_RGBA, GL_UNSIGNED_BYTE, t32);
  /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/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);
  /frameworks/native/opengl/tests/filter/
filter.cpp 106 uint32_t t32[] = {
137 4, 4, 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/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 */
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
e_lgammal_r.c 104 t32 = 1.37790144435073124976696250804940384e-07L; variable
288 y*(t31+y*t32))))))))))))))))))))))))))))));
  /external/eigen/test/
geo_transformations.cpp 490 Transform3 t32(Matrix4::Random()), t33, t34;
491 t34 = t33 = t32;
492 t32.scale(v0);
494 VERIFY_IS_APPROX(t32.matrix(), t33.matrix());
496 VERIFY_IS_APPROX(t32.matrix(), t33.matrix());
  /prebuilts/go/darwin-x86/test/
live.go 513 type T32 int
515 func (t *T32) Inc() { // ERROR "live at entry to \(\*T32\).Inc: t$"
519 var t32 T32 var
523 call32(t32.Inc) // ERROR "live at call to call32: .autotmp_[0-9]+$"
525 call32(t32.Inc) // ERROR "live at call to call32: .autotmp_[0-9]+$"
526 call32(t32.Inc) // ERROR "live at call to call32: .autotmp_[0-9]+$"
  /prebuilts/go/linux-x86/test/
live.go 513 type T32 int
515 func (t *T32) Inc() { // ERROR "live at entry to \(\*T32\).Inc: t$"
519 var t32 T32 var
523 call32(t32.Inc) // ERROR "live at call to call32: .autotmp_[0-9]+$"
525 call32(t32.Inc) // ERROR "live at call to call32: .autotmp_[0-9]+$"
526 call32(t32.Inc) // ERROR "live at call to call32: .autotmp_[0-9]+$"
  /external/vixl/tools/test_generator/
parser.py 404 if stripped_basename.endswith(('-a32', '-t32')):
409 isa = ["a32", "t32"]
418 optional "a32" or "t32" at the end.
427 ["a32"], ["t32"] or both.
  /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/clang/test/CodeGen/
ms-inline-asm.c 348 void t32() {
349 // CHECK: t32
  /external/syslinux/lzo/src/
miniacc.h 3984 acc_uint32l_t t32; member in union:__anon38507::__anon38508
    [all...]
  /external/valgrind/VEX/priv/
guest_amd64_toIR.c 5485 IRTemp t32 = newTemp(Ity_I32); local
28490 IRTemp t32 = newTemp(Ity_I32); local
28507 IRTemp t32 = newTemp(Ity_I32); local
28524 IRTemp t32 = newTemp(Ity_I32); local
28541 IRTemp t32 = newTemp(Ity_I32); local
29238 IRTemp t32 = newTemp(Ity_I32); local
29261 IRTemp t32 = newTemp(Ity_I32); local
29365 IRTemp t32 = newTemp(Ity_I32); local
29392 IRTemp t32 = newTemp(Ity_I32); local
29421 IRTemp t32 = newTemp(Ity_I32); local
29446 IRTemp t32 = newTemp(Ity_I32); local
    [all...]
  /external/libcxxabi/test/
dynamic_cast3.pass.cpp 1809 namespace t32 namespace
    [all...]

Completed in 762 milliseconds

1 2