Searched defs:atan2 (Results 1 – 4 of 4) sorted by relevance
409 atan2(double oy, double ox) { in atan2() function
168 inline float atan2(float __X, float __Y) { return __atan2f(__X, __Y); } in atan2() function194 inline long double atan2(long double __X, long double __Y) { return in atan2() function
79 #define atan2(y, x) __tgmath_atan2(y, x) macro
36 #pragma weak atan2 = __atan2 macro