Searched defs:RandomBool (Results 1 – 5 of 5) sorted by relevance
| /external/deqp-deps/SPIRV-Tools/source/fuzz/ | ||
| D | pseudo_random_generator.cpp | 36 bool PseudoRandomGenerator::RandomBool() { in RandomBool() function in spvtools::fuzz::PseudoRandomGenerator |
| /external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ | ||
| D | pseudo_random_generator.cpp | 36 bool PseudoRandomGenerator::RandomBool() { in RandomBool() function in spvtools::fuzz::PseudoRandomGenerator |
| /external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ | ||
| D | pseudo_random_generator.cpp | 36 bool PseudoRandomGenerator::RandomBool() { in RandomBool() function in spvtools::fuzz::PseudoRandomGenerator |
| /external/cronet/net/third_party/quiche/src/quiche/balsa/ | ||
| D | balsa_frame_test.cc | 120 static bool RandomBool(RandomEngine& rng) { return rng() % 2 != 0; } in RandomBool() function |
| /external/tensorflow/tensorflow/compiler/tests/ | ||
| D | randomized_tests.cc | 779 bool OpTest::RandomBool() { in RandomBool() function in tensorflow::__anona0054d990111::OpTest |