Home
last modified time | relevance | path

Searched refs:RandomBits (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/lib/random/
Dexact_uniform_int.h26 template <typename UintType, typename RandomBits>
27 UintType ExactUniformInt(const UintType n, const RandomBits& random) { in ExactUniformInt()
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp386 uint64_t RandomBits[2]; in Act() local
388 RandomBits[i] = Ran->Rand64(); in Act()
390 APInt RandomInt(Ty->getPrimitiveSizeInBits(), makeArrayRef(RandomBits)); in Act()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-stress/
Dllvm-stress.cpp436 uint64_t RandomBits[2]; in Act() local
438 RandomBits[i] = Ran->Rand64(); in Act()
440 APInt RandomInt(Ty->getPrimitiveSizeInBits(), makeArrayRef(RandomBits)); in Act()