Searched defs:s12 (Results 1 - 22 of 22) sorted by relevance

/external/clang/test/Sema/
H A Dpragma-align-mac68k.c105 struct s12 { struct
110 extern int a12[sizeof(struct s12) == 6 ? 1 : -1];
/external/clang/test/CodeGen/
H A Dregparm-struct.c150 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)
H A Dms_struct-bitfield.c168 int s12 = sizeof(t12); variable
169 // CHECK: @s12 = global i32 4
170 // CHECK-ARM: @s12 = global i32 4
H A Dx86_64-arguments-nacl.c58 struct s12 { int a __attribute__((aligned(16))); }; struct
59 struct s12 f12_0(void) { while (1) {} }
60 void f12_1(struct s12 a0) {}
H A Dx86_64-arguments.c67 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/libphonenumber/src/phonenumbers/
H A Dstringutil.cc373 const StringHolder& s11, const StringHolder& s12) {
377 s9.Length() + s10.Length() + s11.Length() + s12.Length());
389 result += s12;
368 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6, const StringHolder& s7, const StringHolder& s8, const StringHolder& s9, const StringHolder& s10, const StringHolder& s11, const StringHolder& s12) argument
/external/skia/src/effects/
H A DSkBicubicImageFilter.cpp149 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/
H A Dvp9_itrans16_dspr2.c915 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
956 s12 = x12 * cospi_25_64 + x13 * cospi_7_64;
965 x4 = dct_const_round_shift(s4 + s12);
973 x12 = dct_const_round_shift(s4 - s12);
991 s12 = - x12 * cospi_28_64 + x13 * cospi_4_64;
1004 x8 = dct_const_round_shift(s8 + s12);
1008 x12 = dct_const_round_shift(s8 - s12);
1026 s12 = x12 * cospi_8_64 + x13 * cospi_24_64;
1043 x12 = dct_const_round_shift(s12 + s14);
1045 x14 = dct_const_round_shift(s12
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_dct.c840 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
872 s12 = x12 * cospi_25_64 + x13 * cospi_7_64;
881 x4 = fdct_round_shift(s4 + s12);
889 x12 = fdct_round_shift(s4 - s12);
907 s12 = - x12 * cospi_28_64 + x13 * cospi_4_64;
920 x8 = fdct_round_shift(s8 + s12);
924 x12 = fdct_round_shift(s8 - s12);
942 s12 = x12 * cospi_8_64 + x13 * cospi_24_64;
959 x12 = fdct_round_shift(s12 + s14);
961 x14 = fdct_round_shift(s12
[all...]
/external/clang/test/CodeGenCXX/
H A Dcatch-undef-behavior.cpp414 S1 s12; local
415 s12 = s11;
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans16_dspr2.c915 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
956 s12 = x12 * cospi_25_64 + x13 * cospi_7_64;
965 x4 = dct_const_round_shift(s4 + s12);
973 x12 = dct_const_round_shift(s4 - s12);
991 s12 = - x12 * cospi_28_64 + x13 * cospi_4_64;
1004 x8 = dct_const_round_shift(s8 + s12);
1008 x12 = dct_const_round_shift(s8 - s12);
1026 s12 = x12 * cospi_8_64 + x13 * cospi_24_64;
1043 x12 = dct_const_round_shift(s12 + s14);
1045 x14 = dct_const_round_shift(s12
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.c639 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
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c799 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
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.c675 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
716 s12 = x12 * cospi_25_64 + x13 * cospi_7_64;
725 x4 = dct_const_round_shift(s4 + s12);
733 x12 = dct_const_round_shift(s4 - s12);
751 s12 = - x12 * cospi_28_64 + x13 * cospi_4_64;
764 x8 = dct_const_round_shift(s8 + s12);
768 x12 = dct_const_round_shift(s8 - s12);
786 s12 = x12 * cospi_8_64 + x13 * cospi_24_64;
803 x12 = dct_const_round_shift(s12 + s14);
805 x14 = dct_const_round_shift(s12
2094 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
[all...]
/external/chromium_org/v8/src/arm/
H A Dsimulator-arm.h113 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
H A Dassembler-arm.h341 const SwVfpRegister s12 = { 12 }; member in namespace:v8::internal
/external/chromium_org/ui/views/
H A Dview_unittest.cc463 int s12 = vs->CreateStorageID(); local
464 vs->StoreView(s12, v12);
499 EXPECT_EQ(NULL, vs->RetrieveView(s12));
512 EXPECT_EQ(NULL, vs->RetrieveView(s12));
514 EXPECT_EQ(NULL, vs->RetrieveView(s12));
/external/opencv/cv/src/
H A Dcvhistogram.cpp459 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;
/external/vixl/test/
H A Dtest-assembler-a64.cc5993 __ Fcvt(s12, d28);
6012 ASSERT_EQUAL_FP32(FLT_MIN, s12);
9060 __ Fabs(s12, s10);
9089 ASSERT_EQUAL_FP32(rawbits_to_float(qn_raw & ~kSSignMask), s12); local
9273 __ Fneg(s12, s0);
9309 ASSERT_EQUAL_FP32(rawbits_to_float(n_raw ^ kSSignMask), s12);
/external/chromium_org/third_party/libwebp/dsp/
H A Denc_sse2.c403 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
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm64.cc9830 CHECK(!test.IncludesAliasOf(s12));
10468 __ Fabs(s12, s10);
10497 CHECK_EQUAL_FP32(rawbits_to_float(qn_raw & ~kSSignMask), s12); local
10683 __ Fneg(s12, s0);
10719 CHECK_EQUAL_FP32(rawbits_to_float(n_raw ^ kSSignMask), s12);
/external/webp/src/dsp/
H A Denc_sse2.c403 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

Completed in 5704 milliseconds