Lines Matching refs:rand
306 MATHRandContext32 rand; in FFTTest() local
308 MATH_InitRand32(&rand, seed); in FFTTest()
312 (fx32)(MATH_Rand32(&rand, FFT_VALUE_RANGE) - (FFT_VALUE_RANGE / 2)); in FFTTest()
314 (fx32)(MATH_Rand32(&rand, FFT_VALUE_RANGE) - (FFT_VALUE_RANGE / 2)); in FFTTest()
351 MATHRandContext32 rand; in FFTTest() local
353 MATH_InitRand32(&rand, seed); in FFTTest()
357 (fx32)(MATH_Rand32(&rand, FFT_VALUE_RANGE) - (FFT_VALUE_RANGE / 2)); in FFTTest()
395 MATHRandContext32 rand; in FFTTest()
397 MATH_InitRand32(&rand, seed); in FFTTest()
401 (fx32)(MATH_Rand32(&rand, FFT_VALUE_RANGE) - (FFT_VALUE_RANGE / 2)); in FFTTest()
403 (fx32)(MATH_Rand32(&rand, FFT_VALUE_RANGE) - (FFT_VALUE_RANGE / 2)); in FFTTest()