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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h350 __tg_sinh(float __x) {return sinhf(__x);} function
354 __tg_sinh(double __x) {return sinh(__x);} function
358 __tg_sinh(long double __x) {return sinhl(__x);} function
362 __tg_sinh(float _Complex __x) {return csinhf(__x);} function
366 __tg_sinh(double _Complex __x) {return csinh(__x);} function
370 __tg_sinh(long double _Complex __x) {return csinhl(__x);} function

Completed in 118 milliseconds