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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h176 __tg_asinh(float __x) {return asinhf(__x);} function
180 __tg_asinh(double __x) {return asinh(__x);} function
184 __tg_asinh(long double __x) {return asinhl(__x);} function
188 __tg_asinh(float _Complex __x) {return casinhf(__x);} function
192 __tg_asinh(double _Complex __x) {return casinh(__x);} function
196 __tg_asinh(long double _Complex __x) {return casinhl(__x);} function
199 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x))

Completed in 98 milliseconds