Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Source/TransformFunctions/
Darm_cfft_f64.c267 float64_t invL, * pSrc; in arm_cfft_f64() local
304 invL = 1.0 / (float64_t)L; in arm_cfft_f64()
309 *pSrc++ *= invL ; in arm_cfft_f64()
310 *pSrc = -(*pSrc) * invL; in arm_cfft_f64()
Darm_cfft_f16.c788 float16_t invL, * pSrc; in arm_cfft_f16() local
826 invL = 1.0f/(float16_t)L; in arm_cfft_f16()
831 *pSrc++ *= invL ; in arm_cfft_f16()
832 *pSrc = -(*pSrc) * invL; in arm_cfft_f16()
Darm_cfft_f32.c1138 float32_t invL, * pSrc; in arm_cfft_f32() local
1175 invL = 1.0f / (float32_t)L; in arm_cfft_f32()
1181 *pSrc++ *= invL ; in arm_cfft_f32()
1182 *pSrc = -(*pSrc) * invL; in arm_cfft_f32()