HomeSort by relevance Sort by last modified time
    Searched defs:s11 (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
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];
  /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 115 String s11 = new String(charArray, 0, 4); local
  /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/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 581 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
621 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
630 x3 = WRAPLOW(dct_const_round_shift(s3 + s11), 8);
638 x11 = WRAPLOW(dct_const_round_shift(s3 - s11), 8);
656 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
673 x11 = WRAPLOW(dct_const_round_shift(s11 + s15), 8);
677 x15 = WRAPLOW(dct_const_round_shift(s11 - s15), 8);
691 s11 = x11;
706 x9 = WRAPLOW(check_range(s9 + s11), 8);
708 x11 = WRAPLOW(check_range(s9 - s11), 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
679 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
688 x3 = dct_const_round_shift(s3 + s11);
696 x11 = dct_const_round_shift(s3 - s11);
714 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
731 x11 = dct_const_round_shift(s11 + s15);
735 x15 = dct_const_round_shift(s11 - s15);
749 s11 = x11;
764 x9 = s9 + s11;
766 x11 = s9 - s11;
    [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
830 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
839 x3 = fdct_round_shift(s3 + s11);
847 x11 = fdct_round_shift(s3 - s11);
865 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
882 x11 = fdct_round_shift(s11 + s15);
886 x15 = fdct_round_shift(s11 - s15);
900 s11 = x11;
915 x9 = s9 + s11;
917 x11 = s9 - s11;
    [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/v8/test/cctest/
test-assembler-arm64.cc 10696 CHECK_EQUAL_FP32(rawbits_to_float(n_raw & ~kSSignMask), s11); local
    [all...]
  /external/vixl/test/
test-assembler-a64.cc 14838 ASSERT_EQUAL_FP32(rawbits_to_float(n_raw & ~kSSignMask), s11); local
    [all...]
  /external/boringssl/src/crypto/curve25519/
curve25519.c 3790 int64_t s11 = 2097151 & (load_4(s + 28) >> 7); local
4168 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 1618 milliseconds