Searched defs:__tg_carg (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Headers/
H A Dtgmath.h1229 __tg_carg(float __x) {return atan2f(0.F, __x);} function
1233 __tg_carg(double __x) {return atan2(0., __x);} function
1237 __tg_carg(long double __x) {return atan2l(0.L, __x);} function
1241 __tg_carg(float _Complex __x) {return cargf(__x);} function
1245 __tg_carg(double _Complex __x) {return carg(__x);} function
1249 __tg_carg(long double _Complex __x) {return cargl(__x);} function
1252 #define carg(__x) __tg_carg(__tg_promote1((__x))(__x))

Completed in 603 milliseconds