Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Source/FastMathFunctions/
Darm_atan2_f16.c47 static const float16_t atan2_coefs_f16[ATAN2_NB_COEFS_F16]={0.f16 variable
56 float16_t res=atan2_coefs_f16[ATAN2_NB_COEFS_F16-1]; in arm_atan_limited_f16()
60 res = (_Float16)x*(_Float16)res + (_Float16)atan2_coefs_f16[ATAN2_NB_COEFS_F16-1-i]; in arm_atan_limited_f16()