Searched defs:x13 (Results 1 - 17 of 17) sorted by relevance

/external/clang/test/CodeGen/
H A Doverride-layout.c152 struct X13 x13; local
153 x13.x = sizeof(struct X13);
/external/lzma/Asm/x86/
H A D7zAsm.asm79 x13 equ r13d define
/external/boringssl/src/crypto/chacha/
H A Dchacha_vec.c186 x9, x10, x11, x12, x13, x14, x15; local
211 x12 = counter+BPI*iters+(BPI-1); x13 = np[0];
226 QROUND_WORDS( x1, x5, x9,x13)
231 QROUND_WORDS( x2, x7, x8,x13)
264 op[13] = REVW_BE(REVW_BE(ip[13]) ^ (x13 + np[0]));
/external/clang/test/FixIt/
H A Dfixit.cpp87 int x13 |= 0; // expected-error {{invalid '|=' at end of declaration; did you mean '='?}} member in namespace:rdar8488464
117 int x13 |= 0; // expected-error {{invalid '|=' at end of declaration; did you mean '='?}} local
118 (void)x13;
134 if (int x13 |= 0) { (void)x13; } // expected-error {{invalid '|=' at end of declaration; did you mean '='?}}
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c363 tran_high_t x13 = input[12]; local
380 s12 = x12 * cospi_25_64 + x13 * cospi_7_64;
381 s13 = x12 * cospi_7_64 - x13 * cospi_25_64;
398 x13 = fdct_round_shift(s5 - s13);
415 s12 = - x12 * cospi_28_64 + x13 * cospi_4_64;
416 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
433 x13 = fdct_round_shift(s9 - s13);
450 s12 = x12 * cospi_8_64 + x13 * cospi_24_64;
451 s13 = x12 * cospi_24_64 - x13 * cospi_8_64;
468 x13
[all...]
/external/libvpx/libvpx/vpx_dsp/
H A Dinv_txfm.c596 tran_high_t x13 = input[12]; local
601 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
622 s12 = x12 * cospi_25_64 + x13 * cospi_7_64;
623 s13 = x12 * cospi_7_64 - x13 * cospi_25_64;
640 x13 = WRAPLOW(dct_const_round_shift(s5 - s13), 8);
657 s12 = - x12 * cospi_28_64 + x13 * cospi_4_64;
658 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
675 x13 = WRAPLOW(dct_const_round_shift(s9 - s13), 8);
692 s12 = x12 * cospi_8_64 + x13 * cospi_24_64;
693 s13 = x12 * cospi_24_64 - x13 * cospi_8_6
1835 tran_low_t x13 = input[12]; local
[all...]
/external/libvpx/libvpx/vpx_dsp/mips/
H A Ditrans16_dspr2.c1071 int x13 = input[12]; local
1076 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
1097 s12 = x12 * cospi_25_64 + x13 * cospi_7_64;
1098 s13 = x12 * cospi_7_64 - x13 * cospi_25_64;
1115 x13 = dct_const_round_shift(s5 - s13);
1132 s12 = - x12 * cospi_28_64 + x13 * cospi_4_64;
1133 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
1150 x13 = dct_const_round_shift(s9 - s13);
1167 s12 = x12 * cospi_8_64 + x13 * cospi_24_64;
1168 s13 = x12 * cospi_24_64 - x13 * cospi_8_6
[all...]
/external/opencv/cv/src/
H A Dcvcontourtree.cpp599 double x13, y13, x12, y12, l_base, nx, ny, qq; local
602 x13 = t3.x - t1.x;
606 qq = x13 * x13 + y13 * y13;
611 ny = -x13 / l_base;
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dloopfilter_sse2.c1334 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local
1364 x13 = _mm_loadl_epi64((__m128i *)(in1 + 5*in_p)); // 12
1365 x10 = _mm_unpacklo_epi8(x12, x13); // 7
1371 x13 = _mm_unpacklo_epi16(x10, x11); // 12
1375 x14 = _mm_unpacklo_epi32(x12, x13); // 15
1376 x15 = _mm_unpackhi_epi32(x12, x13); // 16
1387 x13 = _mm_unpackhi_epi16(x10, x11);
1391 x14 = _mm_unpacklo_epi32(x12, x13);
1392 x15 = _mm_unpackhi_epi32(x12, x13);
/external/opencv3/modules/imgproc/src/
H A Ddemosaicing.cpp1291 __m128i x13 = _mm_loadl_u8_s16(srow, -1 + bstep ); local
1366 Bs = _mm_adds_epi16(Bs, _mm_and_si128(_mm_merge_epi16(_mm_adds_epi16(x9,x13), t0), mask));
1372 t0 = _mm_slli_epi16(x13, 1); // srow[bstep-1]*2
1394 Bs = _mm_adds_epi16(Bs, _mm_and_si128(_mm_merge_epi16(_mm_adds_epi16(x1,x13), _mm_adds_epi16(x14,x16)), mask));
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1026 milliseconds