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];
bitfield-layout_1.c 126 } s12; variable in typeref:struct:__anon15548
127 CHECK_SIZE(s12,12)
  /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 123 String s12 = new String(string); local
  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_vpx_convolve8_neon.c 272 int16x8_t s11, s12, s13, s14; local
302 &s12, &s13, &s14);
303 transpose_s16_8x8(&s7, &s8, &s9, &s10, &s11, &s12, &s13, &s14);
310 d5 = convolve8_8(s5, s6, s7, s8, s9, s10, s11, s12, filters, max);
311 d6 = convolve8_8(s6, s7, s8, s9, s10, s11, s12, s13, filters, max);
312 d7 = convolve8_8(s7, s8, s9, s10, s11, s12, s13, s14, filters, max);
321 s4 = s12;
492 int16x8_t s11, s12, s13, s14; local
522 &s12, &s13, &s14);
523 transpose_s16_8x8(&s7, &s8, &s9, &s10, &s11, &s12, &s13, &s14)
    [all...]
vpx_convolve8_neon.c 299 int16x8_t s11, s12, s13, s14, d4, d5, d6, d7; local
340 s12 = vreinterpretq_s16_u16(vmovl_u8(t5));
354 d5 = convolve8_8(s5, s6, s7, s8, s9, s10, s11, s12, filters, filter3,
356 d6 = convolve8_8(s6, s7, s8, s9, s10, s11, s12, s13, filters, filter3,
358 d7 = convolve8_8(s7, s8, s9, s10, s11, s12, s13, s14, filters,
376 s4 = s12;
584 int16x8_t s11, s12, s13, s14, d4, d5, d6, d7; local
626 s12 = vreinterpretq_s16_u16(vmovl_u8(t5));
640 d5 = convolve8_8(s5, s6, s7, s8, s9, s10, s11, s12, filters, filter3,
642 d6 = convolve8_8(s6, s7, s8, s9, s10, s11, s12, s13, filters, filter3
    [all...]
loopfilter_neon.c 548 uint8x##w##_t *s11, uint8x##w##_t *s12, uint8x##w##_t *s13, \
845 uint8x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, local
923 uint8x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, local
1054 uint8x16_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, local
    [all...]
  /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 388 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
425 s12 = x12 * cospi_25_64 + x13 * cospi_7_64;
434 x4 = WRAPLOW(dct_const_round_shift(s4 + s12));
442 x12 = WRAPLOW(dct_const_round_shift(s4 - s12));
460 s12 = -x12 * cospi_28_64 + x13 * cospi_4_64;
473 x8 = WRAPLOW(dct_const_round_shift(s8 + s12));
477 x12 = WRAPLOW(dct_const_round_shift(s8 - s12));
495 s12 = x12 * cospi_8_64 + x13 * cospi_24_64;
512 x12 = WRAPLOW(dct_const_round_shift(s12 + s14));
514 x14 = WRAPLOW(dct_const_round_shift(s12 - s14))
1697 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans16_dspr2.c 1061 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
    [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 121 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
  /external/vixl/test/aarch64/
test-assembler-aarch64.cc 15446 ASSERT_EQUAL_FP32(RawbitsToFloat(qn_raw & ~kSSignMask), s12); local
    [all...]
  /external/boringssl/src/crypto/curve25519/
curve25519.c 3805 int64_t s12 = 2097151 & (load_4(s + 31) >> 4); local
4183 int64_t s12; local
    [all...]
  /external/webp/src/dsp/
enc_sse2.c 234 const __m128i s12 = _mm_packs_epi32(tmp1, tmp3); local
235 const __m128i s_lo = _mm_unpacklo_epi16(s03, s12); // 0 1 0 1 0 1...
236 const __m128i s_hi = _mm_unpackhi_epi16(s03, s12); // 2 3 2 3 2 3
    [all...]
  /external/r8/src/test/examples/jumbostring/
StringPool0.java 19 public static final String s12 = "12"; field in class:StringPool0
    [all...]

Completed in 1120 milliseconds