/external/webp/src/dsp/ |
D | lossless_enc_neon.c | 40 const uint8x16_t shuffle) { in DoGreenShuffle() 49 const uint8x8_t shuffle) { in DoGreenShuffle() 58 const uint8x16_t shuffle = vld1q_u8(kGreenShuffle); in SubtractGreenFromBlueAndRed() local 60 const uint8x8_t shuffle = vld1_u8(kGreenShuffle); in SubtractGreenFromBlueAndRed() local 95 const uint8x16_t shuffle = vld1q_u8(kg0g0); in TransformColor() local 98 const uint8x8_t shuffle = vld1_u8(k0g0g); in TransformColor() local
|
D | lossless_neon.c | 77 const uint8x8_t shuffle = vld1_u8(kRGBAShuffle); in ConvertBGRAToRGBA() local 510 const uint8x16_t shuffle) { in DoGreenShuffle() 519 const uint8x8_t shuffle) { in DoGreenShuffle() 529 const uint8x16_t shuffle = vld1q_u8(kGreenShuffle); in AddGreenToBlueAndRed() local 531 const uint8x8_t shuffle = vld1_u8(kGreenShuffle); in AddGreenToBlueAndRed() local 567 const uint8x16_t shuffle = vld1q_u8(kg0g0); in TransformColorInverse() local 570 const uint8x8_t shuffle = vld1_u8(k0g0g); in TransformColorInverse() local
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_shuffling.cpp | 50 Tensor<float, 4, DataLayout> shuffle; in test_simple_shuffling() local 143 Tensor<float, 4, DataLayout> shuffle(5,7,3,2); in test_shuffling_as_value() local 198 Tensor<float, 4, DataLayout> shuffle; in test_shuffle_unshuffle() local
|
D | cxx11_tensor_thread_pool.cpp | 332 Tensor<float, 4, DataLayout> shuffle(7,5,11,17); in test_multithread_shuffle() local
|
/external/r8/src/test/java/com/android/tools/r8/internal/ |
D | R8GMSCoreDeterministicTest.java | 31 public List<DexEncodedMethod> shuffle(List<DexEncodedMethod> methods) { in shuffle() method in R8GMSCoreDeterministicTest
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorBase.h | 779 shuffle(const Shuffle& shuffle) const { in shuffle() function 975 shuffle(const Shuffle& shuffle) const { in shuffle() function 980 shuffle(const Shuffle& shuffle) { in shuffle() argument
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_pack.c | 272 LLVMValueRef shuffle, elems[LP_MAX_VECTOR_LENGTH]; in lp_build_uninterleave1() local 298 LLVMValueRef shuffle; in lp_build_interleave2() local 355 LLVMValueRef shuffle = lp_build_const_unpack_shuffle_half(gallivm, type.length, lo_hi); in lp_build_interleave2_half() local 542 LLVMValueRef shuffle; in lp_build_pack2() local
|
D | lp_bld_swizzle.c | 131 LLVMValueRef shuffle; in lp_build_extract_broadcast() local 406 unsigned shuffle; in lp_build_swizzle_aos() local
|
D | lp_bld_sample_aos.c | 850 LLVMValueRef shuffle; in lp_build_sample_fetch_image_linear() local 1566 LLVMValueRef shuffle[LP_MAX_VECTOR_LENGTH]; in lp_build_sample_mipmap() local
|
/external/deqp/framework/delibs/decpp/ |
D | deRandom.hpp | 166 void Random::shuffle (Iterator first, Iterator last) in shuffle() function in de::Random
|
/external/syslinux/gpxe/src/arch/i386/interface/syslinux/ |
D | comboot_call.c | 110 static void shuffle ( unsigned int list_segment, unsigned int list_offset, unsigned int count ) in shuffle() function
|
/external/python/cpython2/Lib/ |
D | random.py | 277 def shuffle(self, x, random=None): member in Random 894 shuffle = _inst.shuffle variable
|
/external/skia/bench/ |
D | ImageCacheBudgetBench.cpp | 72 ImageCacheBudgetBench(int budgetSize, bool shuffle) in ImageCacheBudgetBench()
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonShuffler.cpp | 419 bool HexagonShuffler::shuffle() { in shuffle() function in HexagonShuffler
|
/external/eigen/bench/tensors/ |
D | tensor_benchmarks.h | 158 Eigen::array<int, 2> shuffle; in shuffling() local
|
/external/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 807 llvm::Value *shuffle = llvm::ConstantVector::get(llvm::ArrayRef<llvm::Constant*>(swizzle, size)); in createShuffleVector() local 2231 int shuffle[16] = {0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7}; // Real type is v16i8 in Unpack() local 2242 …int shuffle[16] = {0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23}; // Real type is v16i8 in UnpackLow() local 2248 …int shuffle[16] = {0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23}; // Real type is v16i8 in UnpackHigh() local 2448 …int shuffle[16] = {0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23}; // Real type is v16i8 in UnpackLow() local 2454 …int shuffle[16] = {0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23}; // Real type is v16i8 in UnpackHigh() local 2836 int shuffle[8] = {0, 8, 1, 9, 2, 10, 3, 11}; // Real type is v8i16 in UnpackLow() local 2842 int shuffle[8] = {0, 8, 1, 9, 2, 10, 3, 11}; // Real type is v8i16 in UnpackHigh() local 2850 int shuffle[8] = in Swizzle() local 3133 int shuffle[8] = {0, 1, 2, 3, 8, 9, 10, 11}; // Real type is v8i16 in Short8() local [all …]
|
D | SubzeroReactor.cpp | 1234 auto shuffle = Ice::InstShuffleVector::create(::function, result, V1, V2); in createShuffleVector() local 2786 int shuffle[16] = {0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7}; // Real type is v16i8 in Unpack() local 2797 …int shuffle[16] = {0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23}; // Real type is v16i8 in UnpackLow() local 2803 …int shuffle[16] = {0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23}; // Real type is v16i8 in UnpackHigh() local 3113 …int shuffle[16] = {0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23}; // Real type is v16i8 in UnpackLow() local 3119 …int shuffle[16] = {0, 16, 1, 17, 2, 18, 3, 19, 4, 20, 5, 21, 6, 22, 7, 23}; // Real type is v16i8 in UnpackHigh() local 3662 int shuffle[8] = {0, 8, 1, 9, 2, 10, 3, 11}; // Real type is v8i16 in UnpackLow() local 3668 int shuffle[8] = {0, 8, 1, 9, 2, 10, 3, 11}; // Real type is v8i16 in UnpackHigh() local 3676 int shuffle[8] = in Swizzle() local 4098 int shuffle[8] = {0, 1, 2, 3, 8, 9, 10, 11}; // Real type is v8i16 in Short8() local [all …]
|
/external/python/cpython2/Demo/tkinter/guido/ |
D | solitaire.py | 414 def shuffle(self): member in Deck
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonBitTracker.cpp | 224 auto shuffle = [this] (const BT::RegisterCell &Rs, const BT::RegisterCell &Rt, in evaluate() local
|
/external/skia/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 1802 SpvId shuffle = fGen.nextId(); in store() local
|
/external/doclava/res/assets/templates-sdk/assets/js/ |
D | docs.js | 6443 function shuffle(input) { function 6464 shuffle: shuffle, property
|
/external/v8/src/x64/ |
D | assembler-x64.cc | 4624 void Assembler::pshufd(XMMRegister dst, XMMRegister src, uint8_t shuffle) { in pshufd() 4634 void Assembler::pshufd(XMMRegister dst, const Operand& src, uint8_t shuffle) { in pshufd()
|
/external/v8/src/ia32/ |
D | assembler-ia32.cc | 2641 void Assembler::pshufd(XMMRegister dst, XMMRegister src, uint8_t shuffle) { in pshufd()
|
/external/protobuf/gtest/test/ |
D | gtest_unittest.cc | 5152 bool shuffle; member
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 4019 SDValue shuffle = ReconstructShuffle(Op, DAG); in LowerBUILD_VECTOR() local
|