Home
last modified time | relevance | path

Searched refs:random_generator (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_context.cpp76 [](uint32_t current_depth, RandomGenerator* random_generator) -> bool { in __anonaff695220202() argument
78 return random_generator->RandomDouble() < chance; in __anonaff695220202()
83 FuzzerContext::FuzzerContext(RandomGenerator* random_generator, in FuzzerContext() argument
85 : random_generator_(random_generator), in FuzzerContext()
Dfuzzer.cpp160 PseudoRandomGenerator random_generator(impl_->seed); in Run() local
170 FuzzerContext fuzzer_context(&random_generator, minimum_fresh_id); in Run()
DCMakeLists.txt71 random_generator.h
154 random_generator.cpp
Dfuzzer_context.h34 FuzzerContext(RandomGenerator* random_generator, uint32_t min_fresh_id);
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dfuzzer_context.cpp82 [](uint32_t current_depth, RandomGenerator* random_generator) -> bool { in __anon1706c4dc0202() argument
84 return random_generator->RandomDouble() < chance; in __anon1706c4dc0202()
89 FuzzerContext::FuzzerContext(RandomGenerator* random_generator, in FuzzerContext() argument
91 : random_generator_(random_generator), in FuzzerContext()
Dfuzzer.cpp172 PseudoRandomGenerator random_generator(impl_->seed); in Run() local
182 FuzzerContext fuzzer_context(&random_generator, minimum_fresh_id); in Run()
DCMakeLists.txt75 random_generator.h
169 random_generator.cpp
Dfuzzer_context.h34 FuzzerContext(RandomGenerator* random_generator, uint32_t min_fresh_id);
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_context.cpp81 [](uint32_t current_depth, RandomGenerator* random_generator) -> bool { in __anon0a4c58e80202() argument
83 return random_generator->RandomDouble() < chance; in __anon0a4c58e80202()
88 FuzzerContext::FuzzerContext(RandomGenerator* random_generator, in FuzzerContext() argument
90 : random_generator_(random_generator), in FuzzerContext()
Dfuzzer.cpp172 PseudoRandomGenerator random_generator(impl_->seed); in Run() local
182 FuzzerContext fuzzer_context(&random_generator, minimum_fresh_id); in Run()
DCMakeLists.txt75 random_generator.h
168 random_generator.cpp
Dfuzzer_context.h34 FuzzerContext(RandomGenerator* random_generator, uint32_t min_fresh_id);
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dfuzzer_shrinker_test.cpp955 InterestingThenRandom(const PseudoRandomGenerator& random_generator) in InterestingThenRandom() argument
956 : first_time_(true), random_generator_(random_generator) {} in InterestingThenRandom()
/external/angle/third_party/spirv-tools/src/test/fuzz/
Dfuzzer_shrinker_test.cpp955 InterestingThenRandom(const PseudoRandomGenerator& random_generator) in InterestingThenRandom() argument
956 : first_time_(true), random_generator_(random_generator) {} in InterestingThenRandom()
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dfuzzer_shrinker_test.cpp955 InterestingThenRandom(const PseudoRandomGenerator& random_generator) in InterestingThenRandom() argument
956 : first_time_(true), random_generator_(random_generator) {} in InterestingThenRandom()
/external/google-fruit/include/fruit/impl/data_structures/
Dsemistatic_map.templates.h55 std::default_random_engine random_generator(seed); in SemistaticMap()
59 hash_function.a = random_distribution(random_generator); in SemistaticMap()
/external/autotest/client/cros/storage_tests/
D8k_async_randwrite26 random_generator=tausworthe
/external/libchrome/base/task/sequence_manager/
Dsequence_manager_impl.h197 std::mt19937_64 random_generator; member
Dsequence_manager_impl.cc122 : random_generator(RandUint64()), in MainThreadOnly()
686 main_thread_only().random_generator) < in ShouldRecordCPUTimeForTask()