Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/demos/math/fft-1/src/
Dmain.c46 #define FFT_VALUE_RANGE (1U << (32 - FFT_NSHIFT)) macro
49 #define ERROR_THRETHOLD (MATH_MAX(((double)FFT_VALUE_RANGE)/(1 << 23), (double)(1 << (FFT_NSHIFT…
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()
357 (fx32)(MATH_Rand32(&rand, FFT_VALUE_RANGE) - (FFT_VALUE_RANGE / 2)); 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()