HomeSort by relevance Sort by last modified time
    Searched refs:Shuffle (Results 26 - 44 of 44) sorted by null

12

  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /external/v8/src/runtime/
runtime-simd.cc 312 RUNTIME_FUNCTION(Runtime_##type##Shuffle) { \
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc 488 const char kShuffleFlag[] = "shuffle";
560 shuffle_ = GTEST_FLAG(shuffle);
580 GTEST_FLAG(shuffle) = shuffle_;
680 // Performs an in-place shuffle of a range of the vector's elements.
683 // shuffle to the end of the vector.
689 << "Invalid shuffle range start " << begin << ": must be in range [0, "
692 << "Invalid shuffle range finish " << end << ": must be in range ["
695 // Fisher-Yates shuffle, from
704 // Performs an in-place shuffle of the vector's elements.
706 inline void Shuffle(internal::Random* random, std::vector<E>* v)
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc 145 using internal::Shuffle;
255 shuffle,
256 internal::BoolFromGTestEnv("shuffle", false),
    [all...]
  /external/gtest/src/
gtest.cc 147 using internal::Shuffle;
261 shuffle,
262 internal::BoolFromGTestEnv("shuffle", false),
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc 144 using internal::Shuffle;
254 shuffle,
255 internal::BoolFromGTestEnv("shuffle", false),
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 144 using internal::Shuffle;
254 shuffle,
255 internal::BoolFromGTestEnv("shuffle", false),
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 140 using internal::Shuffle;
250 shuffle,
251 internal::BoolFromGTestEnv("shuffle", false),
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest.cc 147 using internal::Shuffle;
261 shuffle,
262 internal::BoolFromGTestEnv("shuffle", false),
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc 147 using internal::Shuffle;
257 shuffle,
258 internal::BoolFromGTestEnv("shuffle", false),
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 500 const char kShuffleFlag[] = "shuffle";
579 shuffle_ = GTEST_FLAG(shuffle);
600 GTEST_FLAG(shuffle) = shuffle_;
707 // Performs an in-place shuffle of a range of the vector's elements.
710 // shuffle to the end of the vector.
716 << "Invalid shuffle range start " << begin << ": must be in range [0, "
719 << "Invalid shuffle range finish " << end << ": must be in range ["
722 // Fisher-Yates shuffle, from
731 // Performs an in-place shuffle of the vector's elements.
733 inline void Shuffle(internal::Random* random, std::vector<E>* v)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 101 /// Return a vector shuffle operation which
103 /// whose vector element type is narrower than the original shuffle type.
212 /// Return a vector shuffle operation which
214 /// whose vector element type is narrower than the original shuffle type.
240 assert(TLI.isShuffleMaskLegal(NewMask, NVT) && "Shuffle not legal?");
654 // We generate a shuffle of InVec and ScVec, so the shuffle mask
    [all...]
DAGCombiner.cpp     [all...]
  /external/opencv3/modules/ts/src/
ts_gtest.cpp 506 const char kShuffleFlag[] = "shuffle";
586 shuffle_ = GTEST_FLAG(shuffle);
608 GTEST_FLAG(shuffle) = shuffle_;
716 // Performs an in-place shuffle of a range of the vector's elements.
719 // shuffle to the end of the vector.
725 << "Invalid shuffle range start " << begin << ": must be in range [0, "
728 << "Invalid shuffle range finish " << end << ": must be in range ["
731 // Fisher-Yates shuffle, from
740 // Performs an in-place shuffle of the vector's elements.
742 inline void Shuffle(internal::Random* random, std::vector<E>* v)
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc 500 const char kShuffleFlag[] = "shuffle";
579 shuffle_ = GTEST_FLAG(shuffle);
600 GTEST_FLAG(shuffle) = shuffle_;
707 // Performs an in-place shuffle of a range of the vector's elements.
710 // shuffle to the end of the vector.
716 << "Invalid shuffle range start " << begin << ": must be in range [0, "
719 << "Invalid shuffle range finish " << end << ": must be in range ["
722 // Fisher-Yates shuffle, from
731 // Performs an in-place shuffle of the vector's elements.
733 inline void Shuffle(internal::Random* random, std::vector<E>* v)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc 500 const char kShuffleFlag[] = "shuffle";
579 shuffle_ = GTEST_FLAG(shuffle);
600 GTEST_FLAG(shuffle) = shuffle_;
707 // Performs an in-place shuffle of a range of the vector's elements.
710 // shuffle to the end of the vector.
716 << "Invalid shuffle range start " << begin << ": must be in range [0, "
719 << "Invalid shuffle range finish " << end << ": must be in range ["
722 // Fisher-Yates shuffle, from
731 // Performs an in-place shuffle of the vector's elements.
733 inline void Shuffle(internal::Random* random, std::vector<E>* v)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 5526 SDValue shuffle = ReconstructShuffle(Op, DAG); local
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]

Completed in 4242 milliseconds

12