Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h555 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);} in __tg_atan2() function
559 __tg_atan2(double __x, double __y) {return atan2(__x, __y);} in __tg_atan2() function
563 __tg_atan2(long double __x, long double __y) {return atan2l(__x, __y);} in __tg_atan2() function