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

  /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 32 String s11 = new String("11"); local
54 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) {}
  /external/skia/src/effects/
SkBicubicImageFilter.cpp 144 SkPMColor s11 = *src.getAddr32(x1, y1); local
147 SkPMColor s1 = cubicBlend(fCoefficients, fractx, s01, s11, s21, s31);
  /external/chromium_org/third_party/libvpx/source/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...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_dct.c 840 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
871 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
880 x3 = fdct_round_shift(s3 + s11);
888 x11 = fdct_round_shift(s3 - s11);
906 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
923 x11 = fdct_round_shift(s11 + s15);
927 x15 = fdct_round_shift(s11 - s15);
941 s11 = x11;
956 x9 = s9 + s11;
958 x11 = s9 - s11;
    [all...]
  /external/clang/test/CodeGenCXX/
catch-undef-behavior.cpp 412 S1 s11; local
413 callee1(s11);
415 s12 = s11;
  /external/libvpx/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...]
  /external/libvpx/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...]
  /external/libvpx/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...]
  /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...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_idct.c 675 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
715 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
724 x3 = dct_const_round_shift(s3 + s11);
732 x11 = dct_const_round_shift(s3 - s11);
750 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
767 x11 = dct_const_round_shift(s11 + s15);
771 x15 = dct_const_round_shift(s11 - s15);
785 s11 = x11;
800 x9 = s9 + s11;
802 x11 = s9 - s11;
2094 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
    [all...]
  /external/chromium_org/v8/src/arm/
simulator-arm.h 113 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
assembler-arm.h 340 const SwVfpRegister s11 = { 11 }; member in namespace:v8::internal
    [all...]
  /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/chromium_org/ui/views/
view_unittest.cc 443 int s11 = vs->CreateStorageID(); local
444 vs->StoreView(s11, v11);
498 EXPECT_EQ(NULL, vs->RetrieveView(s11));
513 EXPECT_EQ(NULL, vs->RetrieveView(s11));
    [all...]
  /external/chromium_org/v8/test/cctest/
test-assembler-arm64.cc 10718 CHECK_EQUAL_FP32(rawbits_to_float(n_raw & ~kSSignMask), s11); local
    [all...]
  /external/vixl/test/
test-assembler-a64.cc 9308 ASSERT_EQUAL_FP32(rawbits_to_float(n_raw & ~kSSignMask), s11); local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c 29799 IRTemp s11 = newTemp(Ity_V128); local
30916 IRTemp s11 = newTemp(Ity_V128); local
    [all...]

Completed in 970 milliseconds