Home
last modified time | relevance | path

Searched defs:RandomBool (Results 1 – 5 of 5) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dpseudo_random_generator.cpp36 bool PseudoRandomGenerator::RandomBool() { in RandomBool() function in spvtools::fuzz::PseudoRandomGenerator
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dpseudo_random_generator.cpp36 bool PseudoRandomGenerator::RandomBool() { in RandomBool() function in spvtools::fuzz::PseudoRandomGenerator
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dpseudo_random_generator.cpp36 bool PseudoRandomGenerator::RandomBool() { in RandomBool() function in spvtools::fuzz::PseudoRandomGenerator
/external/cronet/net/third_party/quiche/src/quiche/balsa/
Dbalsa_frame_test.cc120 static bool RandomBool(RandomEngine& rng) { return rng() % 2 != 0; } in RandomBool() function
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc779 bool OpTest::RandomBool() { in RandomBool() function in tensorflow::__anona0054d990111::OpTest