Home
last modified time | relevance | path

Searched refs:RandomBool (Results 1 – 16 of 16) sorted by relevance

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Drandom_generator.h39 virtual bool RandomBool() = 0;
Dpseudo_random_generator.h38 bool RandomBool() override;
Dpseudo_random_generator.cpp36 bool PseudoRandomGenerator::RandomBool() { in RandomBool() function in spvtools::fuzz::PseudoRandomGenerator
Dfuzzer_context.cpp388 bool FuzzerContext::ChooseEven() { return random_generator_->RandomBool(); } in ChooseEven()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Drandom_generator.h39 virtual bool RandomBool() = 0;
Dpseudo_random_generator.h38 bool RandomBool() override;
Dpseudo_random_generator.cpp36 bool PseudoRandomGenerator::RandomBool() { in RandomBool() function in spvtools::fuzz::PseudoRandomGenerator
Dfuzzer_context.cpp370 bool FuzzerContext::ChooseEven() { return random_generator_->RandomBool(); } in ChooseEven()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Drandom_generator.h39 virtual bool RandomBool() = 0;
Dpseudo_random_generator.h38 bool RandomBool() override;
Dpseudo_random_generator.cpp36 bool PseudoRandomGenerator::RandomBool() { in RandomBool() function in spvtools::fuzz::PseudoRandomGenerator
Dfuzzer_context.cpp370 bool FuzzerContext::ChooseEven() { return random_generator_->RandomBool(); } in ChooseEven()
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dfuzzer_shrinker_test.cpp965 return random_generator_.RandomBool(); in Interesting()
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dfuzzer_shrinker_test.cpp965 return random_generator_.RandomBool(); in Interesting()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/
Dfuzzer_shrinker_test.cpp964 return random_generator_.RandomBool(); in Interesting()
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc327 bool RandomBool();
461 bool OpTest::RandomBool() { in RandomBool() function in tensorflow::__anon68708c3b0111::OpTest
3395 bool is_nhwc = RandomBool(); in TEST_F()