Searched refs:Rand31 (Results 1 – 8 of 8) sorted by relevance
97 inputs[node] = ((float)rng_.Rand31() - (1 << 30)) / (1u << 31); in RunNnPredictTest()101 bias[layer][node] = ((float)rng_.Rand31() - (1 << 30)) / (1u << 31); in RunNnPredictTest()105 weights[layer][node] = ((float)rng_.Rand31() - (1 << 30)) / (1u << 31); in RunNnPredictTest()111 bias[layer][node] = ((float)rng_.Rand31() - (1 << 30)) / (1u << 31); in RunNnPredictTest()115 weights[layer][node] = ((float)rng_.Rand31() - (1 << 30)) / (1u << 31); in RunNnPredictTest()
66 ref_buffer_[i] = pred_[i] = rnd_.Rand31() / 16; in RunCheckOutput()83 ref_buffer_[i] = rnd_.Rand31(); in RunSpeedTest()
35 uint32_t x = rnd.Rand31(); in TEST()
30 uint32_t Rand31(void) { in Rand31() function
146 number = static_cast<int32_t>(rand_.Rand31()); in GenerateBufferWithRandom()
54 output[i] = output2[i] = rnd_.Rand31(); in RunCheckOutput()448 output[i] = output2[i] = rnd_.Rand31(); in RunCheckOutput()
229 coeff = clamp(static_cast<tran_low_t>(rnd_.Rand31()), min, max); in GetRandomCoeff()
27 const double u = 2.0 * ((double)random->Rand31() / in randn()30 const double v = 2.0 * ((double)random->Rand31() / in randn()