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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnmfmapts.cpp122 UnicodeString res1, res2, res3, res4, res5, res6; local
138 res5 = cur_fr->format(fD, res5, pos3, status);
142 logln((UnicodeString) "" + (int32_t) fD.getDouble() + " formatted to " + res5);
330 UnicodeString res0, res1, res2, res3, res4, res5; local
340 f5->format(n, res5);
351 logln((UnicodeString)"f5 unreg cur: " + res5);
369 if (res5 != res2) {
/external/icu/icu4c/source/test/intltest/
H A Dnmfmapts.cpp122 UnicodeString res1, res2, res3, res4, res5, res6; local
138 res5 = cur_fr->format(fD, res5, pos3, status);
142 logln((UnicodeString) "" + (int32_t) fD.getDouble() + " formatted to " + res5);
330 UnicodeString res0, res1, res2, res3, res4, res5; local
340 f5->format(n, res5);
351 logln((UnicodeString)"f5 unreg cur: " + res5);
369 if (res5 != res2) {
/external/clang/test/SemaCXX/
H A Daltivec.cpp24 int res5[vec_step(vbs) == 8 ? 1 : -1]; local
/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
603 res5 = _mm_packs_epi32(w4, w5);
620 const __m128i tr0_4 = _mm_unpacklo_epi16(res4, res5);
622 const __m128i tr0_6 = _mm_unpackhi_epi16(res4, res5);
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct_avx2.c319 __m128i res0, res1, res2, res3, res4, res5, res6, res7; local
431 res5 = _mm_packs_epi32(w4, w5);
448 const __m128i tr0_4 = _mm_unpacklo_epi16(res4, res5);
450 const __m128i tr0_6 = _mm_unpackhi_epi16(res4, res5);
H A Dvp9_dct_sse2.c420 __m128i res0, res1, res2, res3, res4, res5, res6, res7; local
532 res5 = _mm_packs_epi32(w4, w5);
549 const __m128i tr0_4 = _mm_unpacklo_epi16(res4, res5);
551 const __m128i tr0_6 = _mm_unpackhi_epi16(res4, res5);

Completed in 865 milliseconds