Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Source/FastMathFunctions/
Darm_atan2_q31.c46 static const q31_t atan2_coefs_q31[ATAN2_NB_COEFS_Q31]={0x00000000 variable
64 q63_t res=(q63_t)atan2_coefs_q31[ATAN2_NB_COEFS_Q31-1]; in arm_atan_limited_q31()
69 res = res + ((q63_t) atan2_coefs_q31[ATAN2_NB_COEFS_Q31-1-i]) ; in arm_atan_limited_q31()