Home
last modified time | relevance | path

Searched refs:permute (Results 1 – 25 of 40) sorted by relevance

12

/external/llvm/test/CodeGen/SystemZ/
Dvec-perm-08.ll5 ; Test a high1/low2 permute for v16i8.
18 ; Test a low2/high1 permute for v16i8.
31 ; Test a low1/high2 permute for v16i8.
44 ; Test a high2/low1 permute for v16i8.
70 ; Test a high1/low2 permute for v8i16.
81 ; Test a low2/high1 permute for v8i16.
92 ; Test a high1/low2 permute for v4i32.
102 ; Test a low2/high1 permute for v4i32.
112 ; Test a high1/low2 permute for v2i64.
122 ; Test low2/high1 permute for v2i64.
[all …]
Dvec-perm-10.ll1 ; Test general vector permute of a v8i16.
Dvec-perm-11.ll1 ; Test general vector permute of a v4i32.
Dvec-perm-09.ll1 ; Test general vector permute of a v16i8.
/external/vulkan-validation-layers/libs/glm/detail/
D_noise.hpp42 GLM_FUNC_QUALIFIER T permute(T const & x) in permute() function
48 GLM_FUNC_QUALIFIER tvec2<T, P> permute(tvec2<T, P> const & x) in permute() function
54 GLM_FUNC_QUALIFIER tvec3<T, P> permute(tvec3<T, P> const & x) in permute() function
60 GLM_FUNC_QUALIFIER tvec4<T, P> permute(tvec4<T, P> const & x) in permute() function
Dfunc_noise.inl105 detail::tvec3<T, P> p = detail::permute(
106 …detail::permute(i.y + detail::tvec3<T, P>(T(0), i1.y, T(1))) + i.x + detail::tvec3<T, P>(T(0), i1.…
163 detail::tvec4<T, P> p(detail::permute(detail::permute(detail::permute(
266 T j0 = detail::permute(detail::permute(detail::permute(detail::permute(i.w) + i.z) + i.y) + i.x);
267 detail::tvec4<T, P> j1 = detail::permute(detail::permute(detail::permute(detail::permute(
/external/vulkan-validation-layers/libs/glm/gtc/
Dnoise.inl65 detail::tvec4<T, P> i = detail::permute(detail::permute(ix) + iy);
109 detail::tvec4<T, P> ixy = detail::permute(detail::permute(ix) + iy);
110 detail::tvec4<T, P> ixy0 = detail::permute(ixy + iz0);
111 detail::tvec4<T, P> ixy1 = detail::permute(ixy + iz1);
180 detail::tvec4<T, P> ixy = permute(permute(ix) + iy);
181 detail::tvec4<T, P> ixy0 = permute(ixy + iz0);
182 detail::tvec4<T, P> ixy1 = permute(ixy + iz1);
255 detail::tvec4<T, P> ixy = detail::permute(detail::permute(ix) + iy);
256 detail::tvec4<T, P> ixy0 = detail::permute(ixy + iz0);
257 detail::tvec4<T, P> ixy1 = detail::permute(ixy + iz1);
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCanonicalIterator.java161 public static void permute(String source, boolean skipZeros, Set<String> output) { in permute() method in CanonicalIterator
189 permute(source.substring(0,i) in permute()
256 permute(item, SKIP_ZEROS, permutations); in getEquivalents()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCanonicalIterator.java165 public static void permute(String source, boolean skipZeros, Set<String> output) { in permute() method in CanonicalIterator
193 permute(source.substring(0,i) in permute()
260 permute(item, SKIP_ZEROS, permutations); in getEquivalents()
/external/icu/icu4c/source/common/
Dcaniter.cpp265 void U_EXPORT2 CanonicalIterator::permute(UnicodeString &source, UBool skipZeros, Hashtable *result… in permute() function in CanonicalIterator
312permute(subPermuteString.replace(i, U16_LENGTH(cp), NULL, 0), skipZeros, &subpermute, status); in permute()
371 permute(item, CANITER_SKIP_ZEROES, &permutations, status); in getEquivalents()
/external/valgrind/none/tests/ppc64/
Dtest_isa_2_06_part2.stdout.exp692 Test bit permute double
Dtest_isa_2_06_part1.stdout.exp163 Test VSX permute instructions
/external/icu/icu4c/source/common/unicode/
Dcaniter.h129 …static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCod…
/external/toybox/toys/other/
Dbzcat.c65 int limit[MAX_HUFCODE_BITS+1], base[MAX_HUFCODE_BITS], permute[MAX_SYMBOLS]; member
287 if (length[hh] == ii) hufGroup->permute[pp++] = hh; in read_block_header()
376 nextSym = hufGroup->permute[jj]; in read_huffman_data()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DTestCanonicalIterator.java138 CanonicalIterator.permute("ABC", false, results); in TestBasic()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DTestCanonicalIterator.java134 CanonicalIterator.permute("ABC", false, results); in TestBasic()
/external/llvm/test/CodeGen/X86/
Dswizzle-avx2.ll11 ; Check that we produce a single vector permute / shuffle in all cases.
/external/icu/icu4c/source/test/intltest/
Dcanittst.cpp136 CanonicalIterator::permute(toPermute, FALSE, permutations, status); in TestBasic()
/external/valgrind/none/tests/ppc32/
Dtest_isa_2_06_part1.stdout.exp155 Test VSX permute instructions
/external/libopus/celt/arm/
Dcelt_pitch_xcorr_arm.s72 ; - 10 cycles of load/store/byte permute instructions, and
/external/libvpx/libvpx/third_party/x86inc/
Dx86inc.asm1028 ; I often want to use macros that permute their arguments. e.g. there's no
/external/boringssl/mac-x86_64/crypto/aes/
Daes-x86_64.S1153 L$permute:
1279 jnz L$permute
/external/llvm/test/MC/PowerPC/
Dppc64-encoding-vmx.s46 # Vector permute and formatting instructions
/external/llvm/include/llvm/IR/
DIntrinsicsPowerPC.td56 // Bit permute doubleword
/external/boringssl/win-x86_64/crypto/aes/
Daes-x86_64.asm1195 $L$permute:
1321 jnz NEAR $L$permute

12