Home
last modified time | relevance | path

Searched refs:B_BITS (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.5/include/nn/math/
Dmath_TinyMt.h261 static const int B_BITS = U32_BITS - B_SHIFT; in GenerateRandomF64() local
266 return (1.0 * a * (1u << B_BITS) + b) * (1.0 / (1ull << RESOLUTION)); in GenerateRandomF64()
Dmath_MersenneTwister.h271 static const int B_BITS = U32_BITS - B_SHIFT; in GenerateRandomF64() local
276 return (1.0 * a * (1u << B_BITS) + b) * (1.0 / (1ull << RESOLUTION)); in GenerateRandomF64()