Home
last modified time | relevance | path

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

/third_party/cmsis/CMSIS/DSP/Include/dsp/
Dutils.h51 __STATIC_FORCEINLINE uint32_t arm_recip_q31( in arm_recip_q31() function
/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/
Darm_lms_norm_q31.c183 postShift = arm_recip_q31(energy + DELTA_Q31, &oneByEnergy, &S->recipTable[0]); in arm_lms_norm_q31()