/external/clang/test/Sema/ |
pragma-pack-and-options-align.c | 21 struct s1_1 { struct 25 extern int a[sizeof(struct s1_1) == 8 ? 1 : -1];
|
/external/clang/test/CodeGenCXX/ |
x86_32-arguments.cpp | 67 struct s1_1 : s1_0 { }; struct in inherits:s1_0 68 s1_1 f1() { return s1_1(); }
|
microsoft-uuidof.cpp | 67 // CHECK-DEFINE-GUID: %s1_1 = alloca %struct._GUID, align 4 68 // CHECK-DEFINE-WRONG-GUID: %s1_1 = alloca %struct._GUID, align 4 74 // CHECK-DEFINE-GUID: [[U1:%.+]] = bitcast %struct._GUID* %s1_1 to i8* 75 // CHECK-DEFINE-WRONG-GUID: [[U1:%.+]] = bitcast %struct._GUID* %s1_1 to i8* 78 GUID s1_1 = __uuidof(S1); local
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
transpose_vsx.h | 104 const int16x8_t s1_1 = vec_mergel(a[0], a[4]); local 115 const int16x8_t s2_2 = vec_mergeh(s1_1, s1_5); 116 const int16x8_t s2_3 = vec_mergel(s1_1, s1_5);
|
/art/test/684-checker-simd-dotprod/src/other/ |
TestCharShort.java | 510 short[] s1_1 = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, MAX_S, MAX_S }; local 517 testDotProd(s1_1, s2_1, c1_1, c2_1, results_1); [all...] |
/external/pdfium/third_party/libopenjpeg20/ |
dwt.c | 760 VREG s1_1, s2_1, dc_1, dn_1; local 786 s1_1 = LOADU(in_even + stride + VREG_INT_COUNT); 789 SAR(ADD3(LOADU(in_even + VREG_INT_COUNT), s1_1, two), 2)); 802 SAR(ADD3(s1_1, s2_1, two), 2)); 811 ADD(s1_1, SAR(ADD(dn_1, dc_1), 1))); 816 s1_1 = s2_1; 826 SAR(ADD3(s1_1, s1_1, two), 2)); 832 ADD(s1_1, SAR(ADD(dn_1, dc_1), 1))); 839 ADD(s1_1, dc_1)) [all...] |
/external/libaom/libaom/aom_dsp/x86/ |
blend_a64_mask_avx2.c | 58 const __m256i s1_1 = yy_loadu_256(src1 + 16); local 63 __m256i res1_lo = _mm256_madd_epi16(_mm256_unpacklo_epi16(s0_1, s1_1), 65 __m256i res1_hi = _mm256_madd_epi16(_mm256_unpackhi_epi16(s0_1, s1_1), [all...] |
blend_a64_mask_sse4.c | 883 const __m128i s1_1 = xx_loadu_128(src1 + 8); local [all...] |