Searched refs:permute (Results 1 - 25 of 32) sorted by relevance

12

/external/trappy/tests/trappy/plotter/
H A DStaticPlot.py70 :param permute: Draw one plot for each of the traces specified
71 :type permute: bool
136 zip_constraints = not self._attr["permute"]
160 self._attr["permute"] = False
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):
190 if permute
[all...]
H A DBarPlot.py85 def plot_axis(self, axis, series_list, permute, concat, args_to_forward):
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)
H A DLinePlot.py70 :param permute: Draw one plot for each of the traces specified
71 :type permute: bool
156 def plot_axis(self, axis, series_list, permute, concat, args_to_forward):
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)
H A DILinePlot.py80 :param permute: Draw one plot for each of the traces specified
81 :type permute: bool
156 zip_constraints = not self._attr["permute"]
199 self._plot(self._attr["permute"], test)
207 self._attr["permute"] = False
216 def _plot(self, permute, test):
218 pivot_vals, len_pivots = self.c_mgr.generate_pivots(permute)
225 if permute:
238 if permute:
H A DConstraint.py347 def generate_pivots(self, permute=False):
350 :param permute: Permute the Traces and Columns
351 :type permute: bool
368 if permute:
/external/trappy/trappy/plotter/
H A DStaticPlot.py70 :param permute: Draw one plot for each of the traces specified
71 :type permute: bool
136 zip_constraints = not self._attr["permute"]
160 self._attr["permute"] = False
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):
190 if permute
[all...]
H A DBarPlot.py85 def plot_axis(self, axis, series_list, permute, concat, args_to_forward):
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)
H A DLinePlot.py70 :param permute: Draw one plot for each of the traces specified
71 :type permute: bool
156 def plot_axis(self, axis, series_list, permute, concat, args_to_forward):
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)
H A DILinePlot.py80 :param permute: Draw one plot for each of the traces specified
81 :type permute: bool
156 zip_constraints = not self._attr["permute"]
199 self._plot(self._attr["permute"], test)
207 self._attr["permute"] = False
216 def _plot(self, permute, test):
218 pivot_vals, len_pivots = self.c_mgr.generate_pivots(permute)
225 if permute:
238 if permute:
H A DConstraint.py347 def generate_pivots(self, permute=False):
350 :param permute: Permute the Traces and Columns
351 :type permute: bool
368 if permute:
/external/vulkan-validation-layers/libs/glm/detail/
H A D_noise.hpp42 GLM_FUNC_QUALIFIER T permute(T const & x) function in namespace:glm::detail
48 GLM_FUNC_QUALIFIER tvec2<T, P> permute(tvec2<T, P> const & x) function in namespace:glm::detail
54 GLM_FUNC_QUALIFIER tvec3<T, P> permute(tvec3<T, P> const & x) function in namespace:glm::detail
60 GLM_FUNC_QUALIFIER tvec4<T, P> permute(tvec4<T, P> const & x) function in namespace:glm::detail
66 GLM_FUNC_QUALIFIER vecType<T, P> permute(vecType<T, P> const & x)
/external/valgrind/none/tests/ppc64/
H A Dtest_isa_2_06_part2.stdout.exp692 Test bit permute double
H A Dtest_isa_2_06_part1.stdout.exp163 Test VSX permute instructions
/external/icu/icu4c/source/common/unicode/
H A Dcaniter.h131 static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status);
/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
H A D__init__.py63 from tensorflow.contrib.distributions.python.ops.bijectors.permute import *
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCanonicalIterator.java163 public static void permute(String source, boolean skipZeros, Set<String> output) { method in class:CanonicalIterator
175 // otherwise iterate through the string, and recursively permute all the other characters
183 // don't permute it
191 permute(source.substring(0,i)
258 permute(item, SKIP_ZEROS, permutations);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCanonicalIterator.java167 public static void permute(String source, boolean skipZeros, Set<String> output) { method in class:CanonicalIterator
179 // otherwise iterate through the string, and recursively permute all the other characters
187 // don't permute it
195 permute(source.substring(0,i)
262 permute(item, SKIP_ZEROS, permutations);
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/bijectors/
H A Dpermute_test.py23 from tensorflow.contrib.distributions.python.ops.bijectors.permute import Permute
59 self.assertEqual("permute", bijector.name)
/external/icu/icu4c/source/common/
H A Dcaniter.cpp267 void U_EXPORT2 CanonicalIterator::permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status) { function in class:CanonicalIterator
288 // otherwise iterate through the string, and recursively permute all the other characters
304 // don't permute it
313 //Hashtable *subpermute = permute(source.substring(0,i) + source.substring(i + UTF16.getCharCount(cp)));
314 permute(subPermuteString.remove(i, U16_LENGTH(cp)), skipZeros, &subpermute, status);
373 permute(item, CANITER_SKIP_ZEROES, &permutations, status);
/external/toybox/toys/other/
H A Dbzcat.c65 int limit[MAX_HUFCODE_BITS+1], base[MAX_HUFCODE_BITS], permute[MAX_SYMBOLS]; member in struct:group_data
257 /* Calculate permute[], base[], and limit[] tables from length[].
259 * permute[] is the lookup table for converting huffman coded symbols
263 * of a given length when using permute[].
270 * equals permute[hufcode_value - base[hufcode_bitcount]].
282 // zero temp[] and limit[], and calculate permute[]
287 if (length[hh] == ii) hufGroup->permute[pp++] = hh;
376 nextSym = hufGroup->permute[jj];
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
H A DTestCanonicalIterator.java138 // check permute
142 CanonicalIterator.permute("ABC", false, results);
/external/icu/icu4c/source/test/intltest/
H A Dcanittst.cpp130 // check permute
137 CanonicalIterator::permute(toPermute, FALSE, permutations, status);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DTestCanonicalIterator.java135 // check permute
139 CanonicalIterator.permute("ABC", false, results);
/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dlayout_optimizer.cc585 Status UpdateAttrValueOfInput(int input_index, bool permute) { argument
599 return UpdateAttrValue(added_node, permute);
696 bool permute = (op == "DataFormatVecPermute") ? true : false; local
698 TF_RETURN_IF_ERROR(UpdateAttrValueOfInput(param_index, permute));
733 Status UpdateAttrValue(NodeDef* node, bool permute) { argument
742 if (permute) {
/external/valgrind/none/tests/ppc32/
H A Dtest_isa_2_06_part1.stdout.exp155 Test VSX permute instructions

Completed in 627 milliseconds

12