Searched defs:GetRandom (Results 1 – 8 of 8) sorted by relevance
| /external/deqp/framework/randomshaders/ |
| D | rsgBinaryOps.cpp | 549 struct GetRandom in operator ()() struct 551 int operator() (de::Random& rnd, int min, int max) const { return rnd.getInt(min, max); } in operator ()() 552 …() (de::Random& rnd, float min, float max) const { return getQuantizedFloat(rnd, min, max, 0.5f); } in operator ()() 599 struct GetRandom in operator ()() struct 601 int operator() (de::Random& rnd, int min, int max) const { return rnd.getInt(min, max); } in operator ()() 602 …() (de::Random& rnd, float min, float max) const { return getQuantizedFloat(rnd, min, max, 0.5f); } in operator ()() 739 struct GetRandom in operator ()() struct 741 int operator() (de::Random& random, int min, int max) const { return random.getInt(min, max); } in operator ()() 742 …ndom, float min, float max) const { return getQuantizedFloat(random, min, max, getStep<float>()); } in operator ()() 795 struct GetRandom in operator ()() struct [all …]
|
| /external/openthread/tests/unit/ |
| D | test_hdlc.cpp | 594 uint32_t GetRandom(uint32_t max) in GetRandom() function
|
| D | test_spinel_buffer.cpp | 888 uint32_t GetRandom(uint32_t max) in GetRandom() function
|
| /external/webrtc/rtc_base/ |
| D | helpers.cc | 61 int GetRandom() { in GetRandom() function in rtc::TestRandomGenerator
|
| /external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rand/ |
| D | urandom_test.cc | 60 static Event GetRandom(size_t length, unsigned flags) { in GetRandom() function
|
| /external/boringssl/src/crypto/fipsmodule/rand/ |
| D | urandom_test.cc | 87 static Event GetRandom(size_t length, unsigned flags) { in GetRandom() function
|
| /external/cronet/third_party/boringssl/src/crypto/fipsmodule/rand/ |
| D | urandom_test.cc | 87 static Event GetRandom(size_t length, unsigned flags) { in GetRandom() function
|
| /external/armnn/src/armnn/test/ |
| D | SubgraphViewTests.cpp | 1374 auto GetRandom = [&randomGenerator](auto maxExclusive) { in __anonc2781dcd0e02() variable
|