/external/webp/src/dsp/ |
D | lossless_enc_neon.c | 40 const uint8x16_t shuffle) { in DoGreenShuffle_NEON() 49 const uint8x8_t shuffle) { in DoGreenShuffle_NEON() 59 const uint8x16_t shuffle = vld1q_u8(kGreenShuffle); in SubtractGreenFromBlueAndRed_NEON() local 61 const uint8x8_t shuffle = vld1_u8(kGreenShuffle); in SubtractGreenFromBlueAndRed_NEON() local 97 const uint8x16_t shuffle = vld1q_u8(kg0g0); in TransformColor_NEON() local 100 const uint8x8_t shuffle = vld1_u8(k0g0g); in TransformColor_NEON() local
|
D | lossless_neon.c | 77 const uint8x8_t shuffle = vld1_u8(kRGBAShuffle); in ConvertBGRAToRGBA_NEON() local 513 const uint8x16_t shuffle) { in DoGreenShuffle_NEON() 522 const uint8x8_t shuffle) { in DoGreenShuffle_NEON() 532 const uint8x16_t shuffle = vld1q_u8(kGreenShuffle); in AddGreenToBlueAndRed_NEON() local 534 const uint8x8_t shuffle = vld1_u8(kGreenShuffle); in AddGreenToBlueAndRed_NEON() local 570 const uint8x16_t shuffle = vld1q_u8(kg0g0); in TransformColorInverse_NEON() local 573 const uint8x8_t shuffle = vld1_u8(k0g0g); in TransformColorInverse_NEON() local
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
D | auto_shard_dataset_test.py | 68 num_examples, shuffle): argument 89 def testFlatMapReaderPipeline(self, shuffle): argument 166 def testConcatenateReaderPipeline(self, shuffle): argument 193 def testPipelineWithMap(self, shuffle): argument 224 def testValidPipelineWithRangeDataset(self, shuffle): argument 304 def testSampleResNetPipeline(self, shuffle): argument 343 def testReplicateAndShardProduceDisjointData(self, shuffle, sharding_policy): argument
|
/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 251 Tensor<float, 4, DataLayout> shuffle; in test_empty_shuffling() local
|
D | cxx11_tensor_shuffling_sycl.cpp | 81 Tensor<DataType, 4, DataLayout, IndexType> shuffle(tensorrangeShuffle); in test_simple_shuffling_sycl() local
|
/external/tensorflow/tensorflow/python/data/experimental/ops/ |
D | readers.py | 217 def _maybe_shuffle_and_repeat( argument 231 shuffle=True, argument 338 shuffle=True, argument 642 shuffle=True, argument 923 shuffle=True, argument 1107 shuffle=True, argument 1124 def _get_file_names(file_pattern, shuffle): argument
|
/external/coreboot/src/soc/mediatek/mt8183/ |
D | memory.c | 134 for (u8 shuffle = DRAM_DFS_SHUFFLE_1; shuffle < DRAM_DFS_SHUFFLE_MAX; in set_source_to_flash() local 142 for (u8 shuffle = DRAM_DFS_SHUFFLE_1; shuffle < DRAM_DFS_SHUFFLE_MAX; in init_sdram_params() local
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training_generator_v1.py | 52 shuffle=False, argument 426 shuffle=False): argument 491 shuffle=False): argument 561 shuffle=True, argument 651 shuffle=True, argument 731 shuffle=True, argument
|
D | training_arrays_v1.py | 53 shuffle=True, argument 608 shuffle=True, argument
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/ |
D | Interleave.java | 116 public static int shuffle(int x) in shuffle() method in Interleave 126 public static long shuffle(long x) in shuffle() method in Interleave
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/ |
D | Interleave.java | 120 public static int shuffle(int x) in shuffle() method in Interleave 130 public static long shuffle(long x) in shuffle() method in Interleave
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/raw/ |
D | Interleave.java | 120 public static int shuffle(int x) in shuffle() method in Interleave 130 public static long shuffle(long x) in shuffle() method in Interleave
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_pack.c | 297 LLVMValueRef shuffle, elems[LP_MAX_VECTOR_LENGTH]; in lp_build_uninterleave1() local 323 LLVMValueRef shuffle; in lp_build_interleave2() local 388 LLVMValueRef shuffle = lp_build_const_unpack_shuffle_half(gallivm, type.length, lo_hi); in lp_build_interleave2_half() local 391 LLVMValueRef shuffle = lp_build_const_unpack_shuffle_16wide(gallivm, lo_hi); in lp_build_interleave2_half() local 578 LLVMValueRef shuffle; in lp_build_pack2() local
|
/external/rust/android-crates-io/crates/crossbeam-channel/src/ |
D | utils.rs | 9 pub(crate) fn shuffle<T>(v: &mut [T]) { in shuffle() function
|
/external/rust/android-crates-io/crates/futures-util/src/async_await/ |
D | random.rs | 13 pub fn shuffle<T>(slice: &mut [T]) { in shuffle() function
|
/external/skia/docs/examples/ |
D | subset_example.cpp | 8 int shuffle[N * N]; in draw() local
|
/external/python/absl-py/absl/flags/tests/ |
D | argparse_flags_test_helper.py | 47 def shuffle(args): function
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_intrinsics.c | 35 nir_intrinsic_instr *shuffle = nir_src_as_intrinsic(src); in src_is_single_use_shuffle() local 88 nir_def *shuffle = nir_shuffle(b, data1, index); in try_opt_bcsel_of_shuffle() local
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawOutputLocationTests.cpp | 105 tcu::TestCaseGroup *const shuffle = new tcu::TestCaseGroup(testCtx, "shuffle"); in createTests() local
|
/external/pytorch/torch/utils/data/datapipes/map/ |
D | combinatorics.py | 72 def set_shuffle(self, shuffle=True): argument
|
/external/swiftshader/tests/regres/cmd/run_testlist/ |
D | main.go | 63 shuffle = flag.Bool("shuffle", false, "shuffle tests") var
|
/external/pytorch/torch/_numpy/ |
D | random.py | 127 def shuffle(x): function
|
/external/pytorch/torch/utils/data/datapipes/iter/ |
D | combinatorics.py | 123 def set_shuffle(self, shuffle=True): argument
|
/external/cronet/tot/third_party/llvm-libc/src/src/__support/GPU/generic/ |
D | utils.h | 71 LIBC_INLINE uint32_t shuffle(uint64_t, uint32_t, uint32_t x) { return x; } in shuffle() function
|
/external/apache-commons-math/src/main/java/org/apache/commons/math3/random/ |
D | ISAACRandom.java | 237 private void shuffle() { in shuffle() method in ISAACRandom
|