| /external/FP16/bench/ |
| D | to-ieee-array.cc | 33 auto rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::mt19937(seed)); in fp16_ieee_from_fp32_value() local 58 auto rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::mt19937(seed)); in hardware_mm_cvtps_ph() local 84 auto rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::mt19937(seed)); in hardware_mm256_cvtps_ph() local 112 auto rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::mt19937(seed)); in hardware_vcvt_f16_f32() local 156 auto rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::mt19937(seed)); in TH_float2halfbits() local 180 auto rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::mt19937(seed)); in npy_floatbits_to_halfbits() local 204 auto rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::mt19937(seed)); in Eigen_float_to_half_rtne() local 228 auto rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::mt19937(seed)); in Float16Compressor_compress() local 252 auto rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::mt19937(seed)); in half_float_detail_float2half_table() local 278 auto rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::mt19937(seed)); in half_float_detail_float2half_branch() local
|
| D | from-ieee-array.cc | 33 auto rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::mt19937(seed)); in fp16_ieee_to_fp32_bits() local 58 auto rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::mt19937(seed)); in fp16_ieee_to_fp32_value() local 84 auto rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::mt19937(seed)); in fp16_ieee_to_fp32_psimd() local 114 auto rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::mt19937(seed)); in fp16_ieee_to_fp32x2_psimd() local 145 auto rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::mt19937(seed)); in hardware_mm_cvtph_ps() local 172 auto rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::mt19937(seed)); in hardware_mm256_cvtph_ps() local 201 auto rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::mt19937(seed)); in hardware_vcvt_f32_f16() local 246 auto rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::mt19937(seed)); in TH_halfbits2float() local 271 auto rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::mt19937(seed)); in npy_halfbits_to_floatbits() local 296 auto rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::mt19937(seed)); in Eigen_half_to_float() local [all …]
|
| D | from-alt-array.cc | 21 auto rng = std::bind(std::uniform_int_distribution<uint16_t>(0, 0x7BFF), std::mt19937(seed)); in fp16_alt_to_fp32_bits() local 46 auto rng = std::bind(std::uniform_int_distribution<uint16_t>(0, 0x7BFF), std::mt19937(seed)); in fp16_alt_to_fp32_value() local 72 auto rng = std::bind(std::uniform_int_distribution<uint16_t>(0, 0x7BFF), std::mt19937(seed)); in fp16_alt_to_fp32_psimd() local 102 auto rng = std::bind(std::uniform_int_distribution<uint16_t>(0, 0x7BFF), std::mt19937(seed)); in fp16_alt_to_fp32x2_psimd() local 133 auto rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::mt19937(seed)); in hardware_vcvt_f32_f16() local
|
| D | to-alt-array.cc | 25 auto rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::mt19937(seed)); in fp16_alt_from_fp32_value() local 50 auto rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::mt19937(seed)); in hardware_vcvt_f16_f32() local
|
| /external/guava/android/guava-tests/benchmark/com/google/common/collect/ |
| D | BinaryTreeTraverserBenchmark.java | 46 Optional<BinaryNode> createTree(int size, Random rng) { in createTree() 60 Optional<BinaryNode> createTree(int size, Random rng) { in createTree() 70 Optional<BinaryNode> createTree(int size, Random rng) { in createTree() 84 Optional<BinaryNode> createTree(int size, Random rng) { in createTree() 109 abstract Optional<BinaryNode> createTree(int size, Random rng); in createTree() 153 SpecialRandom rng; field in BinaryTreeTraverserBenchmark
|
| /external/guava/guava-tests/benchmark/com/google/common/collect/ |
| D | BinaryTreeTraverserBenchmark.java | 46 Optional<BinaryNode> createTree(int size, Random rng) { in createTree() 60 Optional<BinaryNode> createTree(int size, Random rng) { in createTree() 70 Optional<BinaryNode> createTree(int size, Random rng) { in createTree() 84 Optional<BinaryNode> createTree(int size, Random rng) { in createTree() 109 abstract Optional<BinaryNode> createTree(int size, Random rng); in createTree() 153 SpecialRandom rng; field in BinaryTreeTraverserBenchmark
|
| /external/XNNPACK/test/ |
| D | zip-microkernel-tester.h | 59 auto rng = std::mt19937(random_device()); in Test() local 84 auto rng = std::mt19937(random_device()); in Test() local 109 auto rng = std::mt19937(random_device()); in Test() local 134 auto rng = std::mt19937(random_device()); in Test() local
|
| D | rmax-microkernel-tester.h | 47 auto rng = std::mt19937(random_device()); in Test() local 71 auto rng = std::mt19937(random_device()); in Test() local
|
| /external/libcxx/test/std/containers/sequences/deque/deque.modifiers/ |
| D | push_back_rvalue.pass.cpp | 50 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2046, 2047, 2048, 2049}; in test() local 65 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2046, 2047, 2048, 2049, 4094, 4095, 4096}; in main() local 71 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2046, 2047, 2048, 2049, 4094, 4095, 4096}; in main() local
|
| D | push_back.pass.cpp | 46 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2046, 2047, 2048, 2049}; in test() local 60 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2046, 2047, 2048, 2049, 4094, 4095, 4096}; in main() local 67 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2046, 2047, 2048, 2049, 4094, 4095, 4096}; in main() local
|
| D | pop_front.pass.cpp | 70 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2047, 2048, 2049}; in main() local 78 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2047, 2048, 2049}; in main() local
|
| D | pop_back.pass.cpp | 70 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2047, 2048, 2049}; in main() local 78 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2047, 2048, 2049}; in main() local
|
| D | push_front_rvalue.pass.cpp | 74 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2047, 2048, 2049}; in main() local 81 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2047, 2048, 2049}; in main() local
|
| D | push_front.pass.cpp | 69 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2047, 2048, 2049}; in main() local 77 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2047, 2048, 2049}; in main() local
|
| D | emplace_front.pass.cpp | 82 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2047, 2048, 2049}; in main() local 89 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2047, 2048, 2049}; in main() local
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | rng_expander.cc | 30 static std::mt19937_64 rng{42}; in GlobalRandomValue() local 42 StatusOr<HloInstruction*> ConvertSmallFpRngToF32Rng(HloInstruction* rng) { in ConvertSmallFpRngToF32Rng() 72 StatusOr<HloComputation*> GetComputationForRng(HloInstruction* rng) { in GetComputationForRng() 130 StatusOr<HloInstruction*> RngExpander::ExpandInstruction(HloInstruction* rng) { in ExpandInstruction()
|
| /external/tensorflow/tensorflow/core/platform/ |
| D | random.cc | 35 static std::mt19937_64* rng = InitRngWithRandomSeed(); in New64() local 42 static std::mt19937_64 rng = InitRngWithDefaultSeed(); in New64DefaultSeed() local
|
| /external/angle/util/ |
| D | random_utils.h | 59 inline void FillVectorWithRandomUBytes(RNG *rng, std::vector<uint8_t> *data) in FillVectorWithRandomUBytes() 69 RNG rng; in FillVectorWithRandomUBytes() local
|
| /external/tensorflow/tensorflow/compiler/tests/ |
| D | random_ops_test.py | 41 def _testRngIsNotConstant(self, rng, dtype): argument 60 def rng(dtype): function 69 def rng(dtype): function 116 def rng(dtype): function
|
| /external/libcxx/test/std/containers/sequences/deque/deque.capacity/ |
| D | shrink_to_fit.pass.cpp | 62 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2047, 2048, 2049}; in main() local 70 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2047, 2048, 2049}; in main() local
|
| /external/libcxx/test/std/containers/sequences/deque/deque.special/ |
| D | copy_backward.pass.cpp | 72 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2047, 2048, 2049}; in main() local 80 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2047, 2048, 2049}; in main() local
|
| D | move_backward.pass.cpp | 72 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2047, 2048, 2049}; in main() local 80 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2047, 2048, 2049}; in main() local
|
| D | move.pass.cpp | 72 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2047, 2048, 2049}; in main() local 80 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2047, 2048, 2049}; in main() local
|
| D | copy.pass.cpp | 73 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2047, 2048, 2049}; in main() local 81 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2047, 2048, 2049}; in main() local
|
| /external/XNNPACK/bench/ |
| D | softmax.cc | 32 auto rng = std::mt19937(random_device()); in xnnpack_softmax_q8() local 97 auto rng = std::mt19937(random_device()); in xnnpack_softmax_f32() local 161 auto rng = std::mt19937(random_device()); in tflite_softmax_f32() local
|