Searched refs:__tg_atan2 (Results 1 – 1 of 1) sorted by relevance
562 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);} in __tg_atan2() function566 __tg_atan2(double __x, double __y) {return atan2(__x, __y);} in __tg_atan2() function570 __tg_atan2(long double __x, long double __y) {return atan2l(__x, __y);} in __tg_atan2() function573 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \