HomeSort by relevance Sort by last modified time
    Searched defs:s11 (Results 1 - 23 of 23) 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
12 s11 equ A'a' define
  /external/clang/test/Sema/
pragma-align-mac68k.c 92 struct s11 { struct
96 extern int a11_0[offsetof(struct s11, f0) == 0 ? 1 : -1];
97 extern int a11_1[offsetof(struct s11, f1) == 2 ? 1 : -1];
98 extern int a11_2[sizeof(struct s11) == 10 ? 1 : -1];
99 extern int a11_3[__alignof(struct s11) == 2 ? 1 : -1];
bitfield-layout_1.c 116 } s11; variable in typeref:struct:__anon15432
117 CHECK_SIZE(s11,8)
  /art/test/004-StackWalk/src/
Main.java 37 String s11 = new String("11"); local
59 s += s11;
  /external/clang/test/CodeGen/
regparm-struct.c 139 struct s11 { struct
143 __attribute__((regparm(3))) void f15(struct s11 a, int b);
146 struct s11 x = { 41, 42 };
ms_struct-bitfield.c 159 int s11 = sizeof(t11); variable
160 // CHECK: @s11 = global i32 12
161 // CHECK-ARM: @s11 = global i32 12
arm-arguments.c 65 // APCS-GNU: struct.s11* noalias sret
67 struct s11 { int : 0; int f0; }; struct
68 struct s11 f11(void) {}
arm64-arguments.c 51 struct s11 { int : 0; int f0; }; struct
52 struct s11 f11(void) {}
  /art/test/020-string/src/
Main.java 122 String s11 = new String(charArray, 0, 4); local
  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_vpx_convolve8_neon.c 272 int16x8_t s11, s12, s13, s14; local
301 load_8x8((const int16_t *)s, src_stride, &s7, &s8, &s9, &s10, &s11,
303 transpose_s16_8x8(&s7, &s8, &s9, &s10, &s11, &s12, &s13, &s14);
309 d4 = convolve8_8(s4, s5, s6, s7, s8, s9, s10, s11, filters, max);
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);
320 s3 = s11;
492 int16x8_t s11, s12, s13, s14; local
521 load_8x8((const int16_t *)s, src_stride, &s7, &s8, &s9, &s10, &s11,
    [all...]
vpx_convolve8_neon.c 299 int16x8_t s11, s12, s13, s14, d4, d5, d6, d7; local
339 s11 = vreinterpretq_s16_u16(vmovl_u8(t4));
352 d4 = convolve8_8(s4, s5, s6, s7, s8, s9, s10, s11, filters, filter3,
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,
375 s3 = s11;
584 int16x8_t s11, s12, s13, s14, d4, d5, d6, d7; local
625 s11 = vreinterpretq_s16_u16(vmovl_u8(t4));
638 d4 = convolve8_8(s4, s5, s6, s7, s8, s9, s10, s11, 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
379 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
388 x3 = fdct_round_shift(s3 + s11);
396 x11 = fdct_round_shift(s3 - s11);
414 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
431 x11 = fdct_round_shift(s11 + s15);
435 x15 = fdct_round_shift(s11 - s15);
449 s11 = x11;
464 x9 = s9 + s11;
466 x11 = s9 - s11;
    [all...]
  /external/swiftshader/src/Renderer/
Blitter.cpp 1182 Pointer<Byte> s11 = source + Y1 * sPitchB + X1 * Surface::bytes(state.sourceFormat); local
    [all...]
  /external/clang/test/CodeGenCXX/
catch-undef-behavior.cpp 471 S1 s11; local
472 callee1(s11);
474 s12 = s11;
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.c 388 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
424 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
433 x3 = WRAPLOW(dct_const_round_shift(s3 + s11));
441 x11 = WRAPLOW(dct_const_round_shift(s3 - s11));
459 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
476 x11 = WRAPLOW(dct_const_round_shift(s11 + s15));
480 x15 = WRAPLOW(dct_const_round_shift(s11 - s15));
494 s11 = x11;
509 x9 = WRAPLOW(s9 + s11);
511 x11 = WRAPLOW(s9 - s11);
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...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
e_lgammal_r.c 149 s11 = 9.79544198078992058548607407635645763e-10L, variable
303 y*(s9+y*(s10+y*s11)))))))))));
  /external/opencv/cv/src/
cvhistogram.cpp 457 double s1 = 0, s11 = 0; local
469 s11 += a*a;
475 denom2 = (s11 - s1*s1*scale)*(s22 - s2*s2*scale);
554 double s1 = 0, s11 = 0; local
571 s11 += v1*v1;
583 denom2 = (s11 - s1*s1*scale)*(s22 - s2*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/vixl/test/aarch64/
test-assembler-aarch64.cc 15665 ASSERT_EQUAL_FP32(RawbitsToFloat(n_raw & ~kSSignMask), s11); local
    [all...]
  /external/boringssl/src/crypto/curve25519/
curve25519.c 3804 int64_t s11 = 2097151 & (load_4(s + 28) >> 7); local
4182 int64_t s11; local
    [all...]
  /external/valgrind/VEX/priv/
guest_amd64_toIR.c 30400 IRTemp s11 = newTemp(Ity_V128); local
31517 IRTemp s11 = newTemp(Ity_V128); local
    [all...]

Completed in 1594 milliseconds