Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Source/FastMathFunctions/
Darm_atan2_f32.c43 static const float32_t atan2_coefs_f32[ATAN2_NB_COEFS_F32]={0.0f variable
57 float32_t res=atan2_coefs_f32[ATAN2_NB_COEFS_F32-1]; in arm_atan_limited_f32()
61 res = x*res + atan2_coefs_f32[ATAN2_NB_COEFS_F32-1-i]; in arm_atan_limited_f32()