/external/trappy/trappy/plotter/ |
D | StaticPlot.py | 178 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 …]
|
D | BarPlot.py | 85 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)
|
D | LinePlot.py | 156 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)
|
D | ILinePlot.py | 216 def _plot(self, permute, test): argument 218 pivot_vals, len_pivots = self.c_mgr.generate_pivots(permute) 225 if permute: 238 if permute:
|
D | Constraint.py | 347 def generate_pivots(self, permute=False): argument 368 if permute:
|
/external/llvm/test/CodeGen/SystemZ/ |
D | vec-perm-08.ll | 5 ; 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 …]
|
D | vec-perm-10.ll | 1 ; Test general vector permute of a v8i16.
|
D | vec-perm-11.ll | 1 ; Test general vector permute of a v4i32.
|
D | vec-perm-09.ll | 1 ; Test general vector permute of a v16i8.
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | _noise.hpp | 42 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
|
D | func_noise.inl | 105 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/ |
D | llvm.amdgcn.ds.permute.ll | 3 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/ |
D | noise.inl | 65 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/ |
D | CanonicalIterator.java | 167 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/ |
D | CanonicalIterator.java | 163 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/ |
D | caniter.cpp | 267 void U_EXPORT2 CanonicalIterator::permute(UnicodeString &source, UBool skipZeros, Hashtable *result… in permute() function in CanonicalIterator 314 … permute(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/ |
D | test_isa_2_06_part2.stdout.exp | 692 Test bit permute double
|
/external/icu/icu4c/source/common/unicode/ |
D | caniter.h | 131 …static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCod…
|
/external/toybox/toys/other/ |
D | bzcat.c | 65 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/ |
D | TestCanonicalIterator.java | 137 CanonicalIterator.permute("ABC", false, results); in TestBasic()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | TestCanonicalIterator.java | 136 CanonicalIterator.permute("ABC", false, results); in TestBasic()
|
/external/llvm/test/CodeGen/X86/ |
D | swizzle-avx2.ll | 11 ; Check that we produce a single vector permute / shuffle in all cases.
|
/external/icu/icu4c/source/test/intltest/ |
D | canittst.cpp | 137 CanonicalIterator::permute(toPermute, FALSE, permutations, status); in TestBasic()
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUNodes.td | 34 // Operand type constraints for vector shuffle/permute operations
|
/external/valgrind/none/tests/ppc32/ |
D | test_isa_2_06_part1.stdout.exp | 155 Test VSX permute instructions
|