Home
last modified time | relevance | path

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

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