Searched refs:__tg_atan2 (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Headers/
H A Dtgmath.h562 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);} function
566 __tg_atan2(double __x, double __y) {return atan2(__x, __y);} function
570 __tg_atan2(long double __x, long double __y) {return atan2l(__x, __y);} function
573 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \

Completed in 243 milliseconds