Home
last modified time | relevance | path

Searched defs:getRandomValue (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/framework/common/
H A DtcuRandomValueIterator.hpp33 T getRandomValue(de::Random &rnd) in getRandomValue() function
49 inline uint8_t getRandomValue<uint8_t>(de::Random &rnd) in getRandomValue() function
54 inline uint16_t getRandomValue<uint16_t>(de::Random &rnd) in getRandomValue() function
59 inline uint32_t getRandomValue<uint32_t>(de::Random &rnd) in getRandomValue() function
64 inline uint64_t getRandomValue<uint64_t>(de::Random &rnd) in getRandomValue() function
69 inline int8_t getRandomValue<int8_t>(de::Random &rnd) in getRandomValue() function
74 inline int16_t getRandomValue<int16_t>(de::Random &rnd) in getRandomValue() function
79 inline int32_t getRandomValue<int32_t>(de::Random &rnd) in getRandomValue() function
84 inline int64_t getRandomValue<int64_t>(de::Random &rnd) in getRandomValue() function
/aosp_15_r20/external/pigweed/pw_web/log-viewer/src/custom/
H A Dmock-log-source.ts99 const getRandomValue = (values: string[]) => { constant
/aosp_15_r20/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp184 Value *getRandomValue(Type *Tp) { in getRandomValue() function