Searched defs:x6 (Results 1 - 25 of 43) sorted by last modified time

12

/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/qemu/distrib/jpeg-6b/
H A Djidctintelsse.c113 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
122 row0 = _mm_shufflelo_epi16(row0, 0xD8); /*x7, x6, x5, x4, x3, x1, x2, x0*/ \
129 row0 = _mm_shufflehi_epi16(row0, 0xD8); /*x7, x5, x6, x4, x3, x1, x2, x0*/ \
135 tmp2 = _mm_shuffle_epi32(row0, 0xAA); /*x6, x4, x6, x4, x6, x4, x6, x4*/ \
144 tmp2 = _mm_madd_epi16(tmp2, * ( __m128i*)(table1+8) ); /*x6*w15+x4*w14, x6*w11+x4*w10, x6*w
[all...]
/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/lzma/Asm/x86/
H A D7zAsm.asm48 x6 equ ESI define
77 r6 equ x6
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans16_dspr2.c923 int x6 = input[9]; local
934 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7 | x8
950 s6 = x6 * cospi_13_64 + x7 * cospi_19_64;
951 s7 = x6 * cospi_19_64 - x7 * cospi_13_64;
967 x6 = dct_const_round_shift(s6 + s14);
985 s6 = x6;
1002 x6 = s2 - s6;
1020 s6 = - x6 * cospi_24_64 + x7 * cospi_8_64;
1021 s7 = x6 * cospi_8_64 + x7 * cospi_24_64;
1037 x6
[all...]
H A Dvp9_itrans8_dspr2.c473 int x0, x1, x2, x3, x4, x5, x6, x7; local
481 x6 = input[1];
484 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
497 s6 = cospi_26_64 * x6 + cospi_6_64 * x7;
498 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
506 x6 = ROUND_POWER_OF_TWO((s2 - s6), DCT_CONST_BITS);
516 s6 = -cospi_24_64 * x6 + cospi_8_64 * x7;
517 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
525 x6 = ROUND_POWER_OF_TWO((s4 - s6), DCT_CONST_BITS);
531 s6 = cospi_16_64 * (x6
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.c323 int x6 = input[1]; local
326 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
339 s6 = cospi_26_64 * x6 + cospi_6_64 * x7;
340 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
348 x6 = dct_const_round_shift(s2 - s6);
358 s6 = -cospi_24_64 * x6 + cospi_8_64 * x7;
359 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
367 x6 = dct_const_round_shift(s4 - s6);
373 s6 = cospi_16_64 * (x6 + x7);
374 s7 = cospi_16_64 * (x6
647 int x6 = input[9]; local
[all...]
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_intrin_sse2.c1469 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
1485 x6 = _mm_loadl_epi64((__m128i *)(in0 + 6*in_p));
1493 x3 = _mm_unpacklo_epi8(x6, x7);
1505 x6 = _mm_unpacklo_epi32(x4, x5);
1511 _mm_storeu_si128((__m128i *)out, _mm_unpacklo_epi64(x6, x14));
1512 _mm_storeu_si128((__m128i *)(out + out_p), _mm_unpackhi_epi64(x6, x14));
1521 x6 = _mm_unpacklo_epi32(x4, x5);
1527 _mm_storeu_si128((__m128i *)(out + 4 * out_p), _mm_unpacklo_epi64(x6, x14));
1528 _mm_storeu_si128((__m128i *)(out + 5 * out_p), _mm_unpackhi_epi64(x6, x14));
1537 __m128i x0, x1, x2, x3, x4, x5, x6, x local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c501 int x6 = input[1]; local
511 s6 = cospi_26_64 * x6 + cospi_6_64 * x7;
512 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
520 x6 = fdct_round_shift(s2 - s6);
530 s6 = - cospi_24_64 * x6 + cospi_8_64 * x7;
531 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
539 x6 = fdct_round_shift(s4 - s6);
545 s6 = cospi_16_64 * (x6 + x7);
546 s7 = cospi_16_64 * (x6 - x7);
550 x6
807 int x6 = input[9]; local
[all...]
/external/jpeg/
H A Djidctintelsse.c113 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
122 row0 = _mm_shufflelo_epi16(row0, 0xD8); /*x7, x6, x5, x4, x3, x1, x2, x0*/ \
129 row0 = _mm_shufflehi_epi16(row0, 0xD8); /*x7, x5, x6, x4, x3, x1, x2, x0*/ \
135 tmp2 = _mm_shuffle_epi32(row0, 0xAA); /*x6, x4, x6, x4, x6, x4, x6, x4*/ \
144 tmp2 = _mm_madd_epi16(tmp2, * ( __m128i*)(table1+8) ); /*x6*w15+x4*w14, x6*w11+x4*w10, x6*w
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/clang/test/ASTMerge/Inputs/
H A Denum1.c42 E6 x6; variable
H A Denum2.c42 E6 x6; variable
H A Dstruct1.c33 struct S6 { int i : 8; unsigned j : 8; } x6; variable in typeref:struct:S6
H A Dstruct2.c30 struct S6 { int i : 8; unsigned j; } x6; variable in typeref:struct:S6
/external/clang/test/Analysis/
H A Ddead-stores.c561 int x6 = (getInt(), (y = getInt())); //expected-warning {{Value stored to 'x6' during its initialization is never read}} // expected-warning{{unused variable 'x6'}} local
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/
H A Dp1.cpp19 wchar_t x6[] = { L"hello" }; variable
20 extern wchar_t x6[6];
/external/clang/test/CodeGen/
H A Doverride-layout.c66 void use_X6() { struct X6 x6; x6.b = sizeof(struct X6); }; local
/external/clang/test/FixIt/
H A Dfixit.cpp80 int x6 /= 0; // expected-error {{invalid '/=' at end of declaration; did you mean '='?}} member in namespace:rdar8488464
103 int x6 /= 0; // expected-error {{invalid '/=' at end of declaration; did you mean '='?}} local
104 (void)x6;
127 if (int x6 /= 0) { (void)x6; } // expected-error {{invalid '/=' at end of declaration; did you mean '='?}}
/external/clang/test/Frontend/
H A Dbackend-diagnostic.c28 int x5, int x6, int x7, int x8, int x9) {
30 "r" (x4),"r" (x5),"r" (x6),"r" (x7),"r" (x8),"r" (x9));
27 inlineAsmError(int x0, int x1, int x2, int x3, int x4, int x5, int x6, int x7, int x8, int x9) argument
/external/clang/test/Lexer/
H A Dms-extensions.c9 __int64 x6 = 0x42I64; variable
/external/clang/test/SemaCXX/
H A Dattr-selectany.cpp18 static __declspec(selectany) int x6 = 2; // expected-error{{'selectany' can only be applied to data items with external linkage}} variable
H A Ddependent-types.cpp11 int x6[Size]; local
H A Dwarn-loop-analysis.cpp149 int x6; variable
152 for (;x6;);

Completed in 438 milliseconds

12