Home
last modified time | relevance | path

Searched refs:RandomNumberGenerator (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DRandomNumberGenerator.h32 class RandomNumberGenerator {
54 RandomNumberGenerator(StringRef Salt);
59 RandomNumberGenerator(const RandomNumberGenerator &other) = delete;
60 RandomNumberGenerator &operator=(const RandomNumberGenerator &other) = delete;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DRandomNumberGenerator.cpp33 RandomNumberGenerator::RandomNumberGenerator(StringRef Salt) { in RandomNumberGenerator() function in RandomNumberGenerator
53 RandomNumberGenerator::result_type RandomNumberGenerator::operator()() { in operator ()()
DCMakeLists.txt122 RandomNumberGenerator.cpp
/third_party/skia/third_party/externals/d3d12allocator/src/
DCommon.h326 class RandomNumberGenerator
329 RandomNumberGenerator() : m_Value{GetTickCount()} {} in RandomNumberGenerator() function
330 RandomNumberGenerator(uint32_t seed) : m_Value{seed} { } in RandomNumberGenerator() function
344 MyUniformRandomNumberGenerator(RandomNumberGenerator& gen) : m_Gen(gen) { } in MyUniformRandomNumberGenerator()
348 RandomNumberGenerator& m_Gen;
DTests.cpp1223 RandomNumberGenerator rand(threadIndex); in TestMultithreading()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp92 std::unique_ptr<RandomNumberGenerator> Module::createRNG(const Pass* P) const { in createRNG()
107 return std::unique_ptr<RandomNumberGenerator>(new RandomNumberGenerator(Salt)); in createRNG()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/
DIceELFSectionTest.cpp96 RandomNumberGenerator R(RandomSeed); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h50 class RandomNumberGenerator; variable
260 std::unique_ptr<RandomNumberGenerator> createRNG(const Pass* P) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/
DAndroid.bp615 "llvm/lib/Support/RandomNumberGenerator.cpp",
DBUILD.gn905 "llvm/lib/Support/RandomNumberGenerator.cpp",
DCMakeLists.txt618 ${LLVM_DIR}/lib/Support/RandomNumberGenerator.cpp