Home | History | Annotate | Download | only in runtime

Lines Matching full:atan2

383 float __attribute__((overloadable)) atan2(float v1, float v2) {
386 FN_FUNC_FN_FN(atan2)
401 return atan2(y, x) / M_PI;
1611 THUNK_NATIVE_F_F(atan2)
1890 HN_FUNC_HN_HN(atan2);