Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/
A Darm_cfft_f32.c569 float32_t invL, * pSrc; in arm_cfft_f32() local
606 invL = 1.0f/(float32_t)L; in arm_cfft_f32()
611 *pSrc++ *= invL ; in arm_cfft_f32()
612 *pSrc = -(*pSrc) * invL; in arm_cfft_f32()

Completed in 3 milliseconds