Searched refs:U32_BITS (Results 1 – 2 of 2) sorted by relevance
257 static const int U32_BITS = 32; in GenerateRandomF64() local258 static const int A_SHIFT = (2 * U32_BITS - RESOLUTION) / 2; in GenerateRandomF64()259 static const int B_SHIFT = (2 * U32_BITS - RESOLUTION) - A_SHIFT; in GenerateRandomF64()261 static const int B_BITS = U32_BITS - B_SHIFT; in GenerateRandomF64()
267 static const int U32_BITS = 32; in GenerateRandomF64() local268 static const int A_SHIFT = (2 * U32_BITS - RESOLUTION) / 2; in GenerateRandomF64()269 static const int B_SHIFT = (2 * U32_BITS - RESOLUTION) - A_SHIFT; in GenerateRandomF64()271 static const int B_BITS = U32_BITS - B_SHIFT; in GenerateRandomF64()