Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h118 __tg_atan(float __x) {return atanf(__x);} in __tg_atan() function
122 __tg_atan(double __x) {return atan(__x);} in __tg_atan() function
126 __tg_atan(long double __x) {return atanl(__x);} in __tg_atan() function
130 __tg_atan(float _Complex __x) {return catanf(__x);} in __tg_atan() function
134 __tg_atan(double _Complex __x) {return catan(__x);} in __tg_atan() function
138 __tg_atan(long double _Complex __x) {return catanl(__x);} in __tg_atan() function