Home
last modified time | relevance | path

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

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