Searched defs:__tg_atan (Results 1 – 1 of 1) sorted by relevance
118 __tg_atan(float __x) {return atanf(__x);} in __tg_atan() function122 __tg_atan(double __x) {return atan(__x);} in __tg_atan() function126 __tg_atan(long double __x) {return atanl(__x);} in __tg_atan() function130 __tg_atan(float _Complex __x) {return catanf(__x);} in __tg_atan() function134 __tg_atan(double _Complex __x) {return catan(__x);} in __tg_atan() function138 __tg_atan(long double _Complex __x) {return catanl(__x);} in __tg_atan() function