Home
last modified time | relevance | path

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

123

/external/trappy/trappy/plotter/
DStaticPlot.py178 permute = self._attr["permute"] and not self._attr["concat"]
181 self._resolve(permute, self._attr["concat"])
183 self._resolve(permute, self._attr["concat"])
185 def make_title(self, constraint, pivot, permute, concat): argument
190 if permute:
197 def add_to_legend(self, series_index, handle, constraint, pivot, concat, permute): argument
213 elif permute:
218 def _resolve(self, permute, concat): argument
220 pivot_vals, len_pivots = self.c_mgr.generate_pivots(permute)
236 if permute:
[all …]
DBarPlot.py85 def plot_axis(self, axis, series_list, permute, concat, args_to_forward): argument
118 axis.set_title(self.make_title(constraint, pivot, permute, concat))
120 self.add_to_legend(i, line_2d_list[0], constraint, pivot, concat, permute)
DLinePlot.py156 def plot_axis(self, axis, series_list, permute, concat, args_to_forward): argument
170 axis.set_title(self.make_title(constraint, pivot, permute, concat))
172 self.add_to_legend(i, line_2d_list[0], constraint, pivot, concat, permute)
DILinePlot.py216 def _plot(self, permute, test): argument
218 pivot_vals, len_pivots = self.c_mgr.generate_pivots(permute)
225 if permute:
238 if permute:
DConstraint.py347 def generate_pivots(self, permute=False): argument
368 if permute:
/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/llvm/test/CodeGen/AMDGPU/
Dllvm.amdgcn.ds.permute.ll3 declare i32 @llvm.amdgcn.ds.permute(i32, i32) #0
9 %bpermute = call i32 @llvm.amdgcn.ds.permute(i32 %index, i32 %src) #0
19 %bpermute = call i32 @llvm.amdgcn.ds.permute(i32 %index, i32 %src) #0
/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/icu4j/main/classes/core/src/com/ibm/icu/text/
DCanonicalIterator.java167 public static void permute(String source, boolean skipZeros, Set<String> output) { in permute() method in CanonicalIterator
195 permute(source.substring(0,i) in permute()
262 permute(item, SKIP_ZEROS, permutations); in getEquivalents()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCanonicalIterator.java163 public static void permute(String source, boolean skipZeros, Set<String> output) { in permute() method in CanonicalIterator
191 permute(source.substring(0,i) in permute()
258 permute(item, SKIP_ZEROS, permutations); in getEquivalents()
/external/icu/icu4c/source/common/
Dcaniter.cpp267 void U_EXPORT2 CanonicalIterator::permute(UnicodeString &source, UBool skipZeros, Hashtable *result… in permute() function in CanonicalIterator
314permute(subPermuteString.replace(i, U16_LENGTH(cp), NULL, 0), skipZeros, &subpermute, status); in permute()
373 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
/external/icu/icu4c/source/common/unicode/
Dcaniter.h131 …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.java137 CanonicalIterator.permute("ABC", false, results); in TestBasic()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DTestCanonicalIterator.java136 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.cpp137 CanonicalIterator::permute(toPermute, FALSE, permutations, status); in TestBasic()
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUNodes.td34 // Operand type constraints for vector shuffle/permute operations
/external/valgrind/none/tests/ppc32/
Dtest_isa_2_06_part1.stdout.exp155 Test VSX permute instructions

123