/external/clang/test/Modules/Inputs/PR20786/ |
D | random.h | 8 struct random_device { struct 9 mersenne_twister_engine<int> mt; // require complete type
|
/external/XNNPACK/test/ |
D | zip-microkernel-tester.h | 58 std::random_device random_device; in Test() local 83 std::random_device random_device; in Test() local 108 std::random_device random_device; in Test() local 133 std::random_device random_device; in Test() local
|
D | rmax-microkernel-tester.h | 46 std::random_device random_device; in Test() local 70 std::random_device random_device; in Test() local
|
D | gavgpool-microkernel-tester.h | 149 std::random_device random_device; variable 220 std::random_device random_device; variable 294 std::random_device random_device; variable 362 std::random_device random_device; variable
|
D | avgpool-microkernel-tester.h | 216 std::random_device random_device; variable 302 std::random_device random_device; variable 389 std::random_device random_device; variable 467 std::random_device random_device; variable 546 std::random_device random_device; variable 625 std::random_device random_device; variable
|
D | gemm-microkernel-tester.h | 217 std::random_device random_device; variable 314 std::random_device random_device; variable 449 std::random_device random_device; variable 527 std::random_device random_device; variable 610 std::random_device random_device; variable 700 std::random_device random_device; variable 790 std::random_device random_device; variable
|
D | clamp-microkernel-tester.h | 80 std::random_device random_device; variable 129 std::random_device random_device; variable
|
D | channel-shuffle-operator-tester.h | 100 std::random_device random_device; in TestX8() local 148 std::random_device random_device; in TestX32() local
|
D | clamp-operator-tester.h | 104 std::random_device random_device; in TestU8() local 165 std::random_device random_device; in TestF32() local
|
D | global-average-pooling-operator-tester.h | 154 std::random_device random_device; in TestNWCxQ8() local 218 std::random_device random_device; in TestNWCxF32() local 293 std::random_device random_device; in TestNCWxF32() local
|
D | softmax-operator-tester.h | 115 std::random_device random_device; in TestQ8() local 181 std::random_device random_device; in TestF32() local
|
D | requantization-tester.h | 250 std::random_device random_device; in testRandomCasesPrecise() local 290 std::random_device random_device; in testRandomCasesApproximate() local 332 std::random_device random_device; in testRandomCasesAgainstReference() local
|
D | raddextexp-microkernel-tester.h | 44 std::random_device random_device; in Test() local
|
D | sigmoid-operator-tester.h | 133 std::random_device random_device; in TestQ8() local 194 std::random_device random_device; in TestF32() local
|
D | raddexpminusmax-microkernel-tester.h | 44 std::random_device random_device; in Test() local
|
/external/XNNPACK/bench/ |
D | softmax.cc | 31 std::random_device random_device; in xnnpack_softmax_q8() local 96 std::random_device random_device; in xnnpack_softmax_f32() local 160 std::random_device random_device; in tflite_softmax_f32() local
|
D | sigmoid.cc | 31 std::random_device random_device; in xnnpack_sigmoid_q8() local 97 std::random_device random_device; in xnnpack_sigmoid_f32() local 161 std::random_device random_device; in tflite_sigmoid_f32() local
|
D | add.cc | 25 std::random_device random_device; in add_nc_q8() local 93 std::random_device random_device; in add_nc_q8_inplace() local
|
D | f32-softmax.cc | 38 std::random_device random_device; in ThreePassSoftMaxWithRecomputing() local 93 std::random_device random_device; in ThreePassSoftMaxWithReloading() local 147 std::random_device random_device; in TwoPassSoftMax() local
|
D | f32-rmax.cc | 26 std::random_device random_device; in f32_rmax() local
|
D | channel-shuffle.cc | 26 std::random_device random_device; in channel_shuffle_x8() local 91 std::random_device random_device; in channel_shuffle_x32() local
|
D | max-pooling.cc | 31 std::random_device random_device; in max_pooling_u8() local 104 std::random_device random_device; in max_pooling_f32() local
|
D | f32-sigmoid.cc | 26 std::random_device random_device; in f32_sigmoid() local
|
D | prelu.cc | 33 std::random_device random_device; in xnnpack_prelu_f32() local 104 std::random_device random_device; in tflite_prelu_f32() local
|
/external/libcxx/src/ |
D | random.cpp | 42 random_device::random_device(const string& __token) in random_device() function in random_device
|