HomeSort by relevance Sort by last modified time
    Searched defs:s12 (Results 1 - 22 of 22) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mri/
constants.s 1 xdef s01,s02,s03,s04,s05,s06,s07,s08,s09,s10,s11,s12,s13
13 s12 equ 'abcd' define
  /external/clang/test/Sema/
pragma-align-mac68k.c 105 struct s12 { struct
110 extern int a12[sizeof(struct s12) == 6 ? 1 : -1];
  /art/test/004-StackWalk/src/
Main.java 38 String s12 = new String("12"); local
60 s += s12;
  /external/clang/test/CodeGen/
regparm-struct.c 150 struct s12 { struct
154 __attribute__((regparm(3))) void f16(struct s12 a, int b);
157 struct s12 x = { 41, 42 };
161 __attribute__((regparm(3))) struct s12 f17(int a, int b, int c);
162 // CHECK: declare void @f17(%struct.s12* inreg sret, i32 inreg, i32 inreg, i32)
x86_64-arguments-nacl.c 58 struct s12 { int a __attribute__((aligned(16))); }; struct
59 struct s12 f12_0(void) { while (1) {} }
60 void f12_1(struct s12 a0) {}
ms_struct-bitfield.c 168 int s12 = sizeof(t12); variable
169 // CHECK: @s12 = global i32 4
170 // CHECK-ARM: @s12 = global i32 4
x86_64-arguments.c 71 struct s12 { int a __attribute__((aligned(16))); }; struct
72 struct s12 f12_0(void) { while (1) {} }
73 void f12_1(struct s12 a0) {}
  /art/test/020-string/src/
Main.java 116 String s12 = new String(string); local
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 348 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
380 s12 = x12 * cospi_25_64 + x13 * cospi_7_64;
389 x4 = fdct_round_shift(s4 + s12);
397 x12 = fdct_round_shift(s4 - s12);
415 s12 = - x12 * cospi_28_64 + x13 * cospi_4_64;
428 x8 = fdct_round_shift(s8 + s12);
432 x12 = fdct_round_shift(s8 - s12);
450 s12 = x12 * cospi_8_64 + x13 * cospi_24_64;
467 x12 = fdct_round_shift(s12 + s14);
469 x14 = fdct_round_shift(s12 - s14)
    [all...]
  /external/clang/test/CodeGenCXX/
catch-undef-behavior.cpp 473 S1 s12; local
474 s12 = s11;
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.c 581 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
622 s12 = x12 * cospi_25_64 + x13 * cospi_7_64;
631 x4 = WRAPLOW(dct_const_round_shift(s4 + s12), 8);
639 x12 = WRAPLOW(dct_const_round_shift(s4 - s12), 8);
657 s12 = - x12 * cospi_28_64 + x13 * cospi_4_64;
670 x8 = WRAPLOW(dct_const_round_shift(s8 + s12), 8);
674 x12 = WRAPLOW(dct_const_round_shift(s8 - s12), 8);
692 s12 = x12 * cospi_8_64 + x13 * cospi_24_64;
709 x12 = WRAPLOW(dct_const_round_shift(s12 + s14), 8);
711 x14 = WRAPLOW(dct_const_round_shift(s12 - s14), 8)
1820 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans16_dspr2.c 1056 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 915 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.c 639 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
680 s12 = x12 * cospi_25_64 + x13 * cospi_7_64;
689 x4 = dct_const_round_shift(s4 + s12);
697 x12 = dct_const_round_shift(s4 - s12);
715 s12 = - x12 * cospi_28_64 + x13 * cospi_4_64;
728 x8 = dct_const_round_shift(s8 + s12);
732 x12 = dct_const_round_shift(s8 - s12);
750 s12 = x12 * cospi_8_64 + x13 * cospi_24_64;
767 x12 = dct_const_round_shift(s12 + s14);
769 x14 = dct_const_round_shift(s12 - s14)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.c 799 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
831 s12 = x12 * cospi_25_64 + x13 * cospi_7_64;
840 x4 = fdct_round_shift(s4 + s12);
848 x12 = fdct_round_shift(s4 - s12);
866 s12 = - x12 * cospi_28_64 + x13 * cospi_4_64;
879 x8 = fdct_round_shift(s8 + s12);
883 x12 = fdct_round_shift(s8 - s12);
901 s12 = x12 * cospi_8_64 + x13 * cospi_24_64;
918 x12 = fdct_round_shift(s12 + s14);
920 x14 = fdct_round_shift(s12 - s14)
    [all...]
  /external/opencv/cv/src/
cvhistogram.cpp 459 double s12 = 0; local
467 s12 += a*b;
474 num = s12 - s1*s2*scale;
556 double s12 = 0; local
568 s12 += v1*v2;
582 num = s12 - s1*s2*scale;
    [all...]
  /external/v8/src/arm/
simulator-arm.h 119 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
  /external/opencv3/3rdparty/libwebp/dsp/
enc_sse2.c 406 const __m128i s12 = _mm_packs_epi32(tmp1, tmp3); local
407 const __m128i s_lo = _mm_unpacklo_epi16(s03, s12); // 0 1 0 1 0 1...
408 const __m128i s_hi = _mm_unpackhi_epi16(s03, s12); // 2 3 2 3 2 3
    [all...]
  /external/v8/test/cctest/
test-assembler-arm64.cc 10475 CHECK_EQUAL_FP32(rawbits_to_float(qn_raw & ~kSSignMask), s12); local
    [all...]
  /external/vixl/test/
test-assembler-a64.cc 14619 ASSERT_EQUAL_FP32(rawbits_to_float(qn_raw & ~kSSignMask), s12); local
    [all...]
  /external/boringssl/src/crypto/curve25519/
curve25519.c 3791 int64_t s12 = 2097151 & (load_4(s + 31) >> 4); local
4169 int64_t s12; local
    [all...]
  /external/webp/src/dsp/
enc_sse2.c 314 const __m128i s12 = _mm_packs_epi32(tmp1, tmp3); local
315 const __m128i s_lo = _mm_unpacklo_epi16(s03, s12); // 0 1 0 1 0 1...
316 const __m128i s_hi = _mm_unpackhi_epi16(s03, s12); // 2 3 2 3 2 3
    [all...]

Completed in 951 milliseconds