Searched defs:shuffle (Results 26 - 50 of 55) sorted by relevance

123

/external/python/cpython3/Lib/test/
H A Dtest_math.py666 from random import random, gauss, shuffle namespace
674 shuffle(vals)
H A Dtest_set.py8 from random import randrange, shuffle namespace
702 shuffle(seq)
/external/webp/src/dsp/
H A Dlossless_neon.c77 const uint8x8_t shuffle = vld1_u8(kRGBAShuffle); local
80 vst1_u8(dst, vtbl1_u8(pixels, shuffle));
509 const uint8x16_t shuffle) {
510 return vcombine_u8(vtbl1q_u8(argb, vget_low_u8(shuffle)),
511 vtbl1q_u8(argb, vget_high_u8(shuffle)));
518 const uint8x8_t shuffle) {
519 return vcombine_u8(vtbl1_u8(vget_low_u8(argb), shuffle),
520 vtbl1_u8(vget_high_u8(argb), shuffle));
528 const uint8x16_t shuffle = vld1q_u8(kGreenShuffle); local
530 const uint8x8_t shuffle local
508 DoGreenShuffle_NEON(const uint8x16_t argb, const uint8x16_t shuffle) argument
517 DoGreenShuffle_NEON(const uint8x16_t argb, const uint8x8_t shuffle) argument
566 const uint8x16_t shuffle = vld1q_u8(kg0g0); local
569 const uint8x8_t shuffle = vld1_u8(k0g0g); local
[all...]
/external/python/cpython2/Lib/test/
H A Dtest_set.py9 from random import randrange, shuffle namespace
634 shuffle(seq)
/external/tensorflow/tensorflow/contrib/lite/toco/
H A Dtooling_util.cc1592 std::vector<int>* shuffle) {
1594 shuffle->resize(4);
1596 (*shuffle)[i] = i;
1601 shuffle->resize(2);
1602 (*shuffle)[0] = 1;
1603 (*shuffle)[1] = 0;
1608 (*shuffle)[0] = 1;
1609 (*shuffle)[1] = 2;
1610 (*shuffle)[2] = 3;
1611 (*shuffle)[
1591 GetShuffleShape(AxesOrder input_axes_order, AxesOrder output_axes_order, std::vector<int>* shuffle) argument
1648 std::vector<int> shuffle; local
1676 std::vector<int> shuffle; local
[all...]
/external/skia/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp1536 SpvId shuffle = fGen.nextId(); local
1539 fGen.writeWord(shuffle, out);
1558 fGen.writeInstruction(SpvOpStore, fVecPointer, shuffle, out);
/external/skqp/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp1528 SpvId shuffle = fGen.nextId(); local
1531 fGen.writeWord(shuffle, out);
1550 fGen.writeInstruction(SpvOpStore, fVecPointer, shuffle, out);
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_unittest.cc52 || testing::GTEST_FLAG(shuffle)
129 using testing::GTEST_FLAG(shuffle);
752 "Invalid shuffle range start -1: must be in range \\[0, 3\\]");
755 "Invalid shuffle range start 4: must be in range \\[0, 3\\]");
758 "Invalid shuffle range finish 2: must be in range \\[3, 3\\]");
761 "Invalid shuffle range finish 4: must be in range \\[3, 3\\]");
873 // there are no off-by-one problems in our shuffle algorithm.
1857 GTEST_FLAG(shuffle) = false;
1884 EXPECT_FALSE(GTEST_FLAG(shuffle));
1900 GTEST_FLAG(shuffle)
5525 Shuffle(bool shuffle) argument
5566 bool shuffle; member in struct:testing::Flags
[all...]
/external/googletest/googletest/test/
H A Dgtest_unittest.cc52 || testing::GTEST_FLAG(shuffle)
218 using testing::GTEST_FLAG(shuffle);
818 "Invalid shuffle range start -1: must be in range \\[0, 3\\]");
821 "Invalid shuffle range start 4: must be in range \\[0, 3\\]");
824 "Invalid shuffle range finish 2: must be in range \\[3, 3\\]");
827 "Invalid shuffle range finish 4: must be in range \\[3, 3\\]");
939 // there are no off-by-one problems in our shuffle algorithm.
1552 GTEST_FLAG(shuffle) = false;
1579 EXPECT_FALSE(GTEST_FLAG(shuffle));
1595 GTEST_FLAG(shuffle)
5569 Shuffle(bool shuffle) argument
5610 bool shuffle; member in struct:testing::Flags
[all...]
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc53 || testing::GTEST_FLAG(shuffle)
126 using testing::GTEST_FLAG(shuffle);
618 "Invalid shuffle range start -1: must be in range \\[0, 3\\]");
621 "Invalid shuffle range start 4: must be in range \\[0, 3\\]");
624 "Invalid shuffle range finish 2: must be in range \\[3, 3\\]");
627 "Invalid shuffle range finish 4: must be in range \\[3, 3\\]");
739 // there are no off-by-one problems in our shuffle algorithm.
1699 GTEST_FLAG(shuffle) = false;
1725 EXPECT_FALSE(GTEST_FLAG(shuffle));
1740 GTEST_FLAG(shuffle)
5119 Shuffle(bool shuffle) argument
5152 bool shuffle; member in struct:testing::Flags
[all...]
/external/swiftshader/src/Reactor/
H A DLLVMReactor.cpp807 llvm::Value *shuffle = llvm::ConstantVector::get(llvm::ArrayRef<llvm::Constant*>(swizzle, size)); local
809 return V(::builder->CreateShuffleVector(V1, V2, shuffle));
2231 int shuffle[16] = {0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7}; // Real type is v16i8 local
2232 return As<Short4>(Nucleus::createShuffleVector(x.value, x.value, shuffle));
2242 int shuffle[16] = {0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23}; // Real type is v16i8 local
2243 return As<Short4>(Nucleus::createShuffleVector(x.value, y.value, shuffle));
2248 int shuffle[16] = {0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23}; // Real type is v16i8 local
2249 auto lowHigh = RValue<Byte16>(Nucleus::createShuffleVector(x.value, y.value, shuffle));
2448 int shuffle[16] = {0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23}; // Real type is v16i8 local
2449 return As<Short4>(Nucleus::createShuffleVector(x.value, y.value, shuffle));
2454 int shuffle[16] = {0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23}; // Real type is v16i8 local
2843 int shuffle[8] = {0, 8, 1, 9, 2, 10, 3, 11}; // Real type is v8i16 local
2849 int shuffle[8] = {0, 8, 1, 9, 2, 10, 3, 11}; // Real type is v8i16 local
2857 int shuffle[8] = local
3133 int shuffle[8] = {0, 1, 2, 3, 8, 9, 10, 11}; // Real type is v8i16 local
3205 int shuffle[8] = {0, 1, 2, 3, 8, 9, 10, 11}; // Real type is v8i16 local
3292 Value *shuffle = Nucleus::createShuffleVector(byte16, byte16, pshufb); local
4117 int shuffle[4] = {0, 4, 1, 5}; local
4267 int shuffle[4] = {0, 4, 1, 5}; // Real type is v4i32 local
4273 int shuffle[4] = {0, 4, 1, 5}; // Real type is v4i32 local
4604 int shuffle[4] = {0, 1, 4, 5}; // Real type is v4i32 local
4978 int shuffle[4] = {0, 1, 4, 5}; // Real type is v4i32 local
5730 int shuffle[4] = local
5743 int shuffle[4] = {0, 4, 1, 5}; local
5749 int shuffle[4] = {2, 6, 3, 7}; local
[all...]
/external/v8/src/ia32/
H A Dassembler-ia32.cc2641 void Assembler::pshufd(XMMRegister dst, XMMRegister src, uint8_t shuffle) { argument
2647 EMIT(shuffle);
/external/v8/src/x64/
H A Dassembler-x64.cc4624 void Assembler::pshufd(XMMRegister dst, XMMRegister src, uint8_t shuffle) { argument
4631 emit(shuffle);
4634 void Assembler::pshufd(XMMRegister dst, const Operand& src, uint8_t shuffle) { argument
4641 emit(shuffle);
/external/v8/testing/gtest/test/
H A Dgtest_unittest.cc52 || testing::GTEST_FLAG(shuffle)
218 using testing::GTEST_FLAG(shuffle);
818 "Invalid shuffle range start -1: must be in range \\[0, 3\\]");
821 "Invalid shuffle range start 4: must be in range \\[0, 3\\]");
824 "Invalid shuffle range finish 2: must be in range \\[3, 3\\]");
827 "Invalid shuffle range finish 4: must be in range \\[3, 3\\]");
939 // there are no off-by-one problems in our shuffle algorithm.
1552 GTEST_FLAG(shuffle) = false;
1579 EXPECT_FALSE(GTEST_FLAG(shuffle));
1595 GTEST_FLAG(shuffle)
5556 Shuffle(bool shuffle) argument
5597 bool shuffle; member in struct:testing::Flags
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_unittest.cc52 || testing::GTEST_FLAG(shuffle)
217 using testing::GTEST_FLAG(shuffle);
825 "Invalid shuffle range start -1: must be in range \\[0, 3\\]");
828 "Invalid shuffle range start 4: must be in range \\[0, 3\\]");
831 "Invalid shuffle range finish 2: must be in range \\[3, 3\\]");
834 "Invalid shuffle range finish 4: must be in range \\[3, 3\\]");
946 // there are no off-by-one problems in our shuffle algorithm.
1549 GTEST_FLAG(shuffle) = false;
1576 EXPECT_FALSE(GTEST_FLAG(shuffle));
1592 GTEST_FLAG(shuffle)
5380 Shuffle(bool shuffle) argument
5421 bool shuffle; member in struct:testing::Flags
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelLowering.cpp3703 // Assume that the first shuffle index is not UNDEF. Fail if it is.
3709 // If this is a VEXT shuffle, the immediate value is the index of the first
3710 // element. The other shuffle indices must be the successive elements after
3734 /// isVREVMask - Check if a vector shuffle corresponds to a VREV
3748 // If the first shuffle index is UNDEF, be optimistic.
4019 SDValue shuffle = ReconstructShuffle(Op, DAG); local
4020 if (shuffle != SDValue())
4021 return shuffle;
4043 // shuffle in combination with VEXTs.
4059 // A shuffle ca
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5258 // check if an VEXT instruction can handle the shuffle mask when the
5259 // vector sources of the shuffle are the same.
5263 // Assume that the first shuffle index is not UNDEF. Fail if it is.
5269 // If this is a VEXT shuffle, the immediate value is the index of the first
5270 // element. The other shuffle indices must be the successive elements after
5294 // Assume that the first shuffle index is not UNDEF. Fail if it is.
5300 // If this is a VEXT shuffle, the immediate value is the index of the first
5301 // element. The other shuffle indices must be the successive elements after
5325 /// isVREVMask - Check if a vector shuffle corresponds to a VREV
5338 // If the first shuffle inde
5813 SDValue shuffle = ReconstructShuffle(Op, DAG); local
[all...]
/external/kotlinc/lib/
H A Dkotlin-runtime.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
H A Dkotlin-stdlib.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1312 milliseconds

123