Searched refs:__tg_tan (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h292 __tg_tan(float __x) {return tanf(__x);} function
296 __tg_tan(double __x) {return tan(__x);} function
300 __tg_tan(long double __x) {return tanl(__x);} function
304 __tg_tan(float _Complex __x) {return ctanf(__x);} function
308 __tg_tan(double _Complex __x) {return ctan(__x);} function
312 __tg_tan(long double _Complex __x) {return ctanl(__x);} function
315 #define tan(__x) __tg_tan(__tg_promote1((__x))(__x))

Completed in 112 milliseconds