Home | History | Annotate | Download | only in runtime

Lines Matching refs:atan2

363 extern float __attribute__((overloadable)) atan2(float, float);
364 FN_FUNC_FN_FN(atan2)
376 return atan2(y, x) / M_PI;