Home
last modified time | relevance | path

Searched refs:shuffle2 (Results 1 - 7 of 7) sorted by relevance

/third_party/musl/libc-test/src/common/
H A Drand.c61 static void shuffle2(uint64_t *p, uint64_t *q, size_t np, size_t nq) in shuffle2() function
82 shuffle2(p,0,n,0); in t_shuffle()
149 shuffle2(p, tab, k, n-k); in t_choose()
151 shuffle2(tab, p, n-k, k); in t_choose()
/third_party/musl/libc-test/src/math/gen/
H A Drnd.c61 static void shuffle2(uint64_t *p, uint64_t *q, size_t np, size_t nq) in shuffle2() function
118 shuffle2(p, tab, k, n-k); in choose()
120 shuffle2(tab, p, n-k, k); in choose()
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_neon.c97 const uint8x8_t shuffle2 = vld1_u8(kBGRShuffle[2]); in ConvertBGRAToBGR_NEON() local
107 vst1_u8(dst + 16, vtbl4_u8(pixels, shuffle2)); in ConvertBGRAToBGR_NEON()
124 const uint8x8_t shuffle2 = vld1_u8(kRGBShuffle[2]); in ConvertBGRAToRGB_NEON() local
134 vst1_u8(dst + 16, vtbl4_u8(pixels, shuffle2)); in ConvertBGRAToRGB_NEON()
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dext_inst.opencl_test.cpp317 CASE3(Shuffle2, shuffle2),
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dext_inst.opencl_test.cpp317 CASE3(Shuffle2, shuffle2),
/third_party/spirv-tools/test/
H A Dext_inst.opencl_test.cpp317 CASE3(Shuffle2, shuffle2),
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp19997 const __m128i shuffle2 = _mm_loadu_si128((__m128i*)(row2 + 1));
19998 const __m128i utf8_2 = _mm_shuffle_epi8(_mm256_extractf128_si256(out0,1), shuffle2);
20247 const __m128i shuffle2 = _mm_loadu_si128((__m128i*)(row2 + 1));
20248 const __m128i utf8_2 = _mm_shuffle_epi8(_mm256_extractf128_si256(out0,1), shuffle2);
23259 const __m128i shuffle2 = _mm_loadu_si128((__m128i*)(row2 + 1));
23260 const __m128i utf8_2 = _mm_shuffle_epi8(_mm256_extractf128_si256(out0,1), shuffle2);
23502 const __m128i shuffle2 = _mm_loadu_si128((__m128i*)(row2 + 1));
23503 const __m128i utf8_2 = _mm_shuffle_epi8(_mm256_extractf128_si256(out0,1), shuffle2);
24016 const __m128i shuffle2 = _mm_loadu_si128((__m128i*)(row2 + 1));
24017 const __m128i utf8_2 = _mm_shuffle_epi8(_mm256_extractf128_si256(out0,1), shuffle2);
[all...]

Completed in 38 milliseconds