HomeSort by relevance Sort by last modified time
    Searched defs:Shuffle (Results 1 - 25 of 47) sorted by null

1 2

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
UseListOrder.h 30 std::vector<unsigned> Shuffle;
33 : V(V), F(F), Shuffle(ShuffleSize) {}
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
UseListOrder.h 30 std::vector<unsigned> Shuffle;
33 : V(V), F(F), Shuffle(ShuffleSize) {}
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
UseListOrder.h 30 std::vector<unsigned> Shuffle;
33 : V(V), F(F), Shuffle(ShuffleSize) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
UseListOrder.h 30 std::vector<unsigned> Shuffle;
33 : V(V), F(F), Shuffle(ShuffleSize) {}
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
UseListOrder.h 30 std::vector<unsigned> Shuffle;
33 : V(V), F(F), Shuffle(ShuffleSize) {}
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
UseListOrder.h 30 std::vector<unsigned> Shuffle;
33 : V(V), F(F), Shuffle(ShuffleSize) {}
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
UseListOrder.h 30 std::vector<unsigned> Shuffle;
33 : V(V), F(F), Shuffle(ShuffleSize) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
UseListOrder.h 30 std::vector<unsigned> Shuffle;
33 : V(V), F(F), Shuffle(ShuffleSize) {}
  /external/llvm/include/llvm/IR/
UseListOrder.h 31 std::vector<unsigned> Shuffle;
34 : V(V), F(F), Shuffle(ShuffleSize) {}
38 : V(X.V), F(X.F), Shuffle(std::move(X.Shuffle)) {}
42 Shuffle = std::move(X.Shuffle);
  /external/skia/bench/
TopoSortBench.cpp 53 sk_tool_utils::TopoTestNode::Shuffle(&fGraph, &fRand);
  /platform_testing/libraries/longevity/src/android/platform/longevity/scheduler/
Shuffle.java 29 public class Shuffle implements Scheduler {
30 static final String SHUFFLE_OPTION_NAME = "shuffle";
36 boolean shuffle = Boolean.parseBoolean(
41 if (shuffle) {
42 Collections.shuffle(input, new Random(seed));
  /external/skia/tools/
sk_tool_utils.h 212 static void Shuffle(SkTDArray<TopoTestNode*>* graph, SkRandom* rand) {
  /external/llvm/lib/Analysis/
CostModel.cpp 140 // We don't need a shuffle if we just want to have element 0 in position 0 of
186 // Shuffle inputs must match.
222 // Shuffle mask for pairwise operation must match.
261 // We look for a sequence of shuffle,shuffle,add triples like the following
326 // fadd, shuffle vector pair at a time.
349 ShuffleVectorInst *Shuffle;
350 std::tie(NextRdxOp, Shuffle) = getShuffleAndOtherOprd(BinOp);
352 // Check the current reduction operation and the shuffle use the same value.
353 if (Shuffle == nullptr
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
transform.c 38 * function name: Shuffle
39 * description: Shuffle points prepared function for fft
42 static void Shuffle(int *buf, int num, const unsigned char* bitTab)
361 Shuffle(buf, 512, bitrevTab + 17);
379 Shuffle(buf, 64, bitrevTab);
  /external/google-breakpad/src/testing/gtest/src/
gtest-internal-inl.h 94 const char kShuffleFlag[] = "shuffle";
173 shuffle_ = GTEST_FLAG(shuffle);
194 GTEST_FLAG(shuffle) = shuffle_;
304 // Performs an in-place shuffle of a range of the vector's elements.
307 // shuffle to the end of the vector.
313 << "Invalid shuffle range start " << begin << ": must be in range [0, "
316 << "Invalid shuffle range finish " << end << ": must be in range ["
319 // Fisher-Yates shuffle, from
328 // Performs an in-place shuffle of the vector's elements.
330 inline void Shuffle(internal::Random* random, std::vector<E>* v)
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 94 const char kShuffleFlag[] = "shuffle";
171 shuffle_ = GTEST_FLAG(shuffle);
194 GTEST_FLAG(shuffle) = shuffle_;
300 // Performs an in-place shuffle of a range of the vector's elements.
303 // shuffle to the end of the vector.
309 << "Invalid shuffle range start " << begin << ": must be in range [0, "
312 << "Invalid shuffle range finish " << end << ": must be in range ["
315 // Fisher-Yates shuffle, from
324 // Performs an in-place shuffle of the vector's elements.
326 inline void Shuffle(internal::Random* random, std::vector<E>* v)
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 94 const char kShuffleFlag[] = "shuffle";
166 shuffle_ = GTEST_FLAG(shuffle);
186 GTEST_FLAG(shuffle) = shuffle_;
286 // Performs an in-place shuffle of a range of the vector's elements.
289 // shuffle to the end of the vector.
295 << "Invalid shuffle range start " << begin << ": must be in range [0, "
298 << "Invalid shuffle range finish " << end << ": must be in range ["
301 // Fisher-Yates shuffle, from
310 // Performs an in-place shuffle of the vector's elements.
312 inline void Shuffle(internal::Random* random, std::vector<E>* v)
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h 94 const char kShuffleFlag[] = "shuffle";
167 shuffle_ = GTEST_FLAG(shuffle);
188 GTEST_FLAG(shuffle) = shuffle_;
297 // Performs an in-place shuffle of a range of the vector's elements.
300 // shuffle to the end of the vector.
306 << "Invalid shuffle range start " << begin << ": must be in range [0, "
309 << "Invalid shuffle range finish " << end << ": must be in range ["
312 // Fisher-Yates shuffle, from
321 // Performs an in-place shuffle of the vector's elements.
323 inline void Shuffle(internal::Random* random, std::vector<E>* v)
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceGlobalContext.cpp 502 // If we need to shuffle the layout of global variables, shuffle them now.
574 bool Shuffle = Threaded && getFlags().getReorderFunctions();
613 if (Shuffle) {
625 // Pending[ShuffleEndIndex]. If function reordering turned on, shuffle the
    [all...]
  /external/googletest/googletest/src/
gtest-internal-inl.h 99 const char kShuffleFlag[] = "shuffle";
179 shuffle_ = GTEST_FLAG(shuffle);
200 GTEST_FLAG(shuffle) = shuffle_;
307 // Performs an in-place shuffle of a range of the vector's elements.
310 // shuffle to the end of the vector.
316 << "Invalid shuffle range start " << begin << ": must be in range [0, "
319 << "Invalid shuffle range finish " << end << ": must be in range ["
322 // Fisher-Yates shuffle, from
331 // Performs an in-place shuffle of the vector's elements.
333 inline void Shuffle(internal::Random* random, std::vector<E>* v)
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-internal-inl.h 99 const char kShuffleFlag[] = "shuffle";
179 shuffle_ = GTEST_FLAG(shuffle);
200 GTEST_FLAG(shuffle) = shuffle_;
307 // Performs an in-place shuffle of a range of the vector's elements.
310 // shuffle to the end of the vector.
316 << "Invalid shuffle range start " << begin << ": must be in range [0, "
319 << "Invalid shuffle range finish " << end << ": must be in range ["
322 // Fisher-Yates shuffle, from
331 // Performs an in-place shuffle of the vector's elements.
333 inline void Shuffle(internal::Random* random, std::vector<E>* v)
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-internal-inl.h 99 const char kShuffleFlag[] = "shuffle";
178 shuffle_ = GTEST_FLAG(shuffle);
199 GTEST_FLAG(shuffle) = shuffle_;
306 // Performs an in-place shuffle of a range of the vector's elements.
309 // shuffle to the end of the vector.
315 << "Invalid shuffle range start " << begin << ": must be in range [0, "
318 << "Invalid shuffle range finish " << end << ": must be in range ["
321 // Fisher-Yates shuffle, from
330 // Performs an in-place shuffle of the vector's elements.
332 inline void Shuffle(internal::Random* random, std::vector<E>* v)
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
OpenCL.std.h 236 Shuffle = 182,

Completed in 745 milliseconds

1 2