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

1 2

  /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 33 String s12 = new String("12"); local
55 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)
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-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) {}
x86_64-arguments.c 67 struct s12 { int a __attribute__((aligned(16))); }; struct
68 struct s12 f12_0(void) { while (1) {} }
69 void f12_1(struct s12 a0) {}
  /external/chromium_org/third_party/skia/src/effects/
SkBicubicImageFilter.cpp 149 SkPMColor s12 = *src.getAddr32(x1, y2); local
152 SkPMColor s2 = cubicBlend(fCoefficients, fractx, s02, s12, s22, s32);
  /external/skia/src/effects/
SkBicubicImageFilter.cpp 149 SkPMColor s12 = *src.getAddr32(x1, y2); local
152 SkPMColor s2 = cubicBlend(fCoefficients, fractx, s02, s12, s22, s32);
  /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/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...]
  /external/chromium_org/third_party/libvpx/source/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/clang/test/CodeGenCXX/
catch-undef-behavior.cpp 414 S1 s12; local
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
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...]
  /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
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...]
  /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/chromium_org/v8/src/arm/
simulator-arm.h 113 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
  /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/chromium_org/third_party/libwebp/dsp/
enc_sse2.c 403 const __m128i s12 = _mm_packs_epi32(tmp1, tmp3); local
404 const __m128i s_lo = _mm_unpacklo_epi16(s03, s12); // 0 1 0 1 0 1...
405 const __m128i s_hi = _mm_unpackhi_epi16(s03, s12); // 2 3 2 3 2 3
    [all...]
  /external/chromium_org/ui/views/
view_unittest.cc 730 int s12 = vs->CreateStorageID(); local
731 vs->StoreView(s12, v12);
766 EXPECT_EQ(NULL, vs->RetrieveView(s12));
779 EXPECT_EQ(NULL, vs->RetrieveView(s12));
781 EXPECT_EQ(NULL, vs->RetrieveView(s12));
    [all...]
  /external/chromium_org/v8/test/cctest/
test-assembler-arm64.cc 10350 ASSERT_EQUAL_FP32(rawbits_to_float(qn_raw & ~kSSignMask), s12); local
    [all...]
  /external/vixl/test/
test-assembler-a64.cc 9089 ASSERT_EQUAL_FP32(rawbits_to_float(qn_raw & ~kSSignMask), s12); local
    [all...]
  /external/webp/src/dsp/
enc_sse2.c 403 const __m128i s12 = _mm_packs_epi32(tmp1, tmp3); local
404 const __m128i s_lo = _mm_unpacklo_epi16(s03, s12); // 0 1 0 1 0 1...
405 const __m128i s_hi = _mm_unpackhi_epi16(s03, s12); // 2 3 2 3 2 3
    [all...]

Completed in 2714 milliseconds

1 2