Searched refs:res6 (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/SemaCXX/
H A Daltivec.cpp25 int res6[vec_step(vs) == 8 ? 1 : -1]; local
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnmfmapts.cpp122 UnicodeString res1, res2, res3, res4, res5, res6; local
145 res6 = cur_fr->format(fL, res6, pos4, status);
149 logln((UnicodeString) "" + fL.getLong() + " formatted to " + res6);
/external/icu/icu4c/source/test/intltest/
H A Dnmfmapts.cpp122 UnicodeString res1, res2, res3, res4, res5, res6; local
145 res6 = cur_fr->format(fL, res6, pos4, status);
149 logln((UnicodeString) "" + fL.getLong() + " formatted to " + res6);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_dct_sse2.c491 __m128i res0, res1, res2, res3, res4, res5, res6, res7; local
542 res6 = _mm_packs_epi32(w6, w7);
621 const __m128i tr0_5 = _mm_unpacklo_epi16(res6, res7);
623 const __m128i tr0_7 = _mm_unpackhi_epi16(res6, res7);
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct_avx2.c319 __m128i res0, res1, res2, res3, res4, res5, res6, res7; local
370 res6 = _mm_packs_epi32(w6, w7);
449 const __m128i tr0_5 = _mm_unpacklo_epi16(res6, res7);
451 const __m128i tr0_7 = _mm_unpackhi_epi16(res6, res7);
H A Dvp9_dct_sse2.c420 __m128i res0, res1, res2, res3, res4, res5, res6, res7; local
471 res6 = _mm_packs_epi32(w6, w7);
550 const __m128i tr0_5 = _mm_unpacklo_epi16(res6, res7);
552 const __m128i tr0_7 = _mm_unpackhi_epi16(res6, res7);

Completed in 1246 milliseconds