Searched defs:__tg_tan (Results 1 – 1 of 1) sorted by relevance
299 __tg_tan(float __x) {return tanf(__x);} in __tg_tan() function303 __tg_tan(double __x) {return tan(__x);} in __tg_tan() function307 __tg_tan(long double __x) {return tanl(__x);} in __tg_tan() function311 __tg_tan(float _Complex __x) {return ctanf(__x);} in __tg_tan() function315 __tg_tan(double _Complex __x) {return ctan(__x);} in __tg_tan() function319 __tg_tan(long double _Complex __x) {return ctanl(__x);} in __tg_tan() function