Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Source/FastMathFunctions/
Darm_atan2_q15.c46 static const q15_t atan2_coefs_q15[ATAN2_NB_COEFS_Q15]={ variable
61 q31_t res=(q31_t)atan2_coefs_q15[ATAN2_NB_COEFS_Q15-1]; in arm_atan_limited_q15()
66 res = res + ((q31_t) atan2_coefs_q15[ATAN2_NB_COEFS_Q15-1-i]) ; in arm_atan_limited_q15()