HomeSort by relevance Sort by last modified time
    Searched defs:permute (Results 1 - 21 of 21) sorted by null

  /external/vulkan-validation-layers/libs/glm/detail/
_noise.hpp 42 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)
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
_noise.hpp 42 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/icu/android_icu4j/src/main/java/android/icu/text/
CanonicalIterator.java 163 public static void permute(String source, boolean skipZeros, Set<String> output) { method in class:CanonicalIterator
165 //if (PROGRESS) System.out.println("Permute: " + source);
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); method
  /external/icu/icu4c/source/common/
caniter.cpp 267 void U_EXPORT2 CanonicalIterator::permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status) { function in class:CanonicalIterator
271 //if (PROGRESS) printf("Permute: %s\n", UToS(Tr(source)));
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/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CanonicalIterator.java 167 public static void permute(String source, boolean skipZeros, Set<String> output) { method in class:CanonicalIterator
169 //if (PROGRESS) System.out.println("Permute: " + source);
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); method
  /frameworks/wilhelm/tools/permute/
permute.c 17 /** Permute is a host tool to randomly permute an audio file.
119 /** Permute the specified input file */
121 void permute(char *path_in) function
228 // now permute the segments randomly using a bad algorithm
337 // Permute the file
338 permute(arg);
  /external/toybox/toys/other/
bzcat.c 65 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];
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
fset2.c 49 /* ick! globals. Used by permute() to track which elements of a set have been used */
1176 /* for each element of ftbl[k], make it the root of a tree with permute(ftbl[k+1])
1181 permute( int k, int max_k ) function
1183 permute( k, max_k )
1191 t = permute(k+1, max_k);
1196 return permute(k, max_k);
    [all...]
  /external/boringssl/mac-x86_64/crypto/fipsmodule/
aes-x86_64.S 1153 L$permute:
1279 jnz L$permute
    [all...]
  /external/boringssl/win-x86_64/crypto/fipsmodule/
aes-x86_64.asm 1195 $L$permute:
1321 jnz NEAR $L$permute
    [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
layout_optimizer.cc 585 Status UpdateAttrValueOfInput(int input_index, bool permute) {
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) {
742 if (permute) {
    [all...]
  /external/valgrind/none/tests/ppc64/
test_isa_3_0.c 372 /* VSX vector permute, right indexed. */
453 /* vector bit permute doubleword */
500 { /* vector permute right-indexed */
509 /* vector, 3->1 unique; four arguments. xt, xa, xb, xc (xc = permute) */
3813 unsigned int arith, logical, compare, popcnt, ldst, insert_extract, permute, round; member in struct:insn_sel_flags_t_struct
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.56/
bcprov-jdk15on-1.56.jar 

Completed in 931 milliseconds