HomeSort by relevance Sort by last modified time
    Searched full:permute (Results 26 - 50 of 151) sorted by null

12 3 4 5 6 7

  /ndk/sources/host-tools/make-3.81/
getopt.c 157 POSIXLY_CORRECT is defined, PERMUTE otherwise.
166 PERMUTE is the default. We permute the contents of ARGV as we scan,
184 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER
413 ordering = PERMUTE;
491 The elements of ARGV aren't really const, because we permute them.
542 if (ordering == PERMUTE)
590 /* If we have come to a non-option and did not permute it,
  /toolchain/binutils/binutils-2.25/libiberty/
getopt.c 164 POSIXLY_CORRECT is defined, PERMUTE otherwise.
173 PERMUTE is the default. We permute the contents of ARGV as we scan,
191 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER
433 ordering = PERMUTE;
511 The elements of ARGV aren't really const, because we permute them.
563 if (ordering == PERMUTE)
611 /* If we have come to a non-option and did not permute it,
  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 270 mask = vec_lvsl(0, from); // create the permute mask
282 mask = vec_lvsl(0, from); // create the permute mask
314 edgeAlign = vec_lvsl(0, to); // permute map to extract edges
316 align = vec_lvsr( 0, to ); // permute map to misalign data
332 edgeAlign = vec_lvsl(0, to); // permute map to extract edges
334 align = vec_lvsr( 0, to ); // permute map to misalign data
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CanonicalIterator.java 161 public static void permute(String source, boolean skipZeros, Set<String> output) { method in class:CanonicalIterator
163 //if (PROGRESS) System.out.println("Permute: " + source);
173 // otherwise iterate through the string, and recursively permute all the other characters
181 // don't permute it
189 permute(source.substring(0,i)
256 permute(item, SKIP_ZEROS, permutations); method
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CanonicalIterator.java 165 public static void permute(String source, boolean skipZeros, Set<String> output) { method in class:CanonicalIterator
167 //if (PROGRESS) System.out.println("Permute: " + source);
177 // otherwise iterate through the string, and recursively permute all the other characters
185 // don't permute it
193 permute(source.substring(0,i)
260 permute(item, SKIP_ZEROS, permutations); method
  /external/bison/darwin-lib/
getopt.h 83 getopt_long_only can permute argv; this is required for backward
239 the environment, then do not permute arguments. */
  /external/bison/lib/
getopt.in.h 82 getopt_long_only can permute argv; this is required for backward
228 the environment, then do not permute arguments. */
getopt.c 257 d->__ordering = PERMUTE;
335 The elements of ARGV aren't really const, because we permute them.
397 if (d->__ordering == PERMUTE)
447 /* If we have come to a non-option and did not permute it,
    [all...]
  /external/icu/icu4c/source/test/intltest/
canittst.cpp 129 // check permute
136 CanonicalIterator::permute(toPermute, FALSE, permutations, status);
  /external/eigen/Eigen/src/SparseLU/
SparseLU.h 229 // Permute the right hand side to form X = Pr*B
241 // Permute back the solution
428 //Then, permute only the column pointers
513 //Then, permute only the column pointers
  /external/llvm/lib/Target/SystemZ/
SystemZ.h 101 // bytes in a general permute vector).
SystemZISelLowering.cpp     [all...]
SystemZISelLowering.h 196 // Perform a general vector permute on vector operands 0 and 1.
199 PERMUTE,
  /external/llvm/test/CodeGen/X86/
swizzle-avx2.ll 11 ; Check that we produce a single vector permute / shuffle in all cases.
  /external/llvm/lib/Target/ARM/
ARMScheduleA8.td     [all...]
  /bionic/libc/upstream-openbsd/lib/libc/net/
res_random.c 79 #define RU_ROUNDS 11 /* Number of rounds for permute (odd) */
  /external/ceres-solver/internal/ceres/
visibility_based_preconditioner.h 90 // were to permute the parameter blocks such that all the cameras in
  /external/icu/icu4c/source/common/unicode/
caniter.h 129 static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status);
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_ppc.h 214 /** vector permute */
  /external/opencv3/modules/features2d/src/kaze/
fed.cpp 127 // Permute list of time steps according to chosen reordering function
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 61 PPC970_VPERM = 6 << PPC970_Shift, // Vector Permute Unit
  /external/llvm/test/MC/AArch64/
neon-perm.s 6 // Instructions for permute
  /external/pdfium/third_party/libopenjpeg20/
invert.c 152 /* should we permute ? */
  /toolchain/binutils/binutils-2.25/bfd/
elf-nacl.c 66 /* We permute the segment_map to get BFD to do the file layout we want:
  /external/valgrind/memcheck/tests/
str_tester.c 750 equal(strtok((char *)NULL, " ,"), "c", 16); /* Permute list too. */
805 equal(strtok_r((char *)NULL, " ,", &cp), "c", 16); /* Permute list too. */
871 equal(strsep(&cp, " ,"), "c", 25); /* Permute list too. */
919 equal(strsep(&cp, ","), " c", 58); /* Permute list too. */
930 equal(strsep(&cp, ",xy"), " c", 67); /* Permute list too. */
    [all...]

Completed in 739 milliseconds

12 3 4 5 6 7