Searched +refs:shuffle +refs:vector (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h57 #include <vector>
94 const char kShuffleFlag[] = "shuffle";
167 shuffle_ = GTEST_FLAG(shuffle);
188 GTEST_FLAG(shuffle) = shuffle_;
289 // Returns the i-th element of the vector, or default_value if i is not
292 inline E GetElementOr(const std::vector<E>& v, int i, E default_value) {
296 // Performs an in-place shuffle of a range of the vector's elements.
299 // shuffle to the end of the vector
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/include/gtest/
H A Dgtest.h55 #include <vector>
129 GTEST_DECLARE_bool_(shuffle);
557 // Gets the vector of TestPartResults.
558 const std::vector<TestPartResult>& test_part_results() const {
562 // Gets the vector of TestProperties.
563 const std::vector<TestProperty>& test_properties() const {
597 // Protects mutable state of the property vector and of owned
601 // The vector of TestPartResults
602 std::vector<TestPartResult> test_part_results_;
603 // The vector o
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dcalccard.tex428 \key{random number, shuffle}{k r\, k h}
518 \key{vector of 1, 2, $\ldots\mskip\thinmuskip$, {\it n}}{v x {\it n}}
519 \key{vector of {\it n} counts from {\it a} by {\it b}}{C-u v x}
520 \key{vector of copies of a value}{v b}
521 \key{concatenate into vector}{|}
522 \key{pack many stack items into vector}{v p}
523 \key{unpack vector or object}{v u}
525 \key{length of vector (list)}{v l}
526 \key{reverse vector}{v v}
527 \key{sort, grade vector}{
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/
H A Dgtest.cc48 #include <vector>
254 shuffle,
255 internal::BoolFromGTestEnv("shuffle", false),
311 // Iterates over a vector of TestCases, keeping a running sum of the
314 static int SumOverTestCaseList(const std::vector<TestCase*>& case_list,
1819 const std::vector<TestProperty>::iterator property_with_matching_key =
2438 // Restores the test order to before the first shuffle.
2709 if (GTEST_FLAG(shuffle)) {
2900 std::vector<TestEventListener*> listeners_;
3275 if (GTEST_FLAG(shuffle)) {
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.cpp142 // Neon does not support vector divide/remainder operations.
481 // In another words, find a way when "copysign" appears in DAG with vector
521 // Custom handling for some quad-vector types to detect VMULL.
525 // Custom handling for some vector types to avoid expensive expansions
850 // and vector types. Since there are 32 SPR registers and 32 DPR registers so
1611 std::vector<SDValue> Ops;
1838 // f64 and vector types are split into multiple registers or
2632 // f64 and vector types are split up into multiple registers or
3406 /// getZeroVector - Returns a vector of specified type with all zero elements.
3407 /// Zero vectors are used to represent vector negatio
4299 SDValue shuffle = ReconstructShuffle(Op, DAG); local
[all...]

Completed in 209 milliseconds