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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h183 __tg_asinh(float __x) {return asinhf(__x);} function
187 __tg_asinh(double __x) {return asinh(__x);} function
191 __tg_asinh(long double __x) {return asinhl(__x);} function
195 __tg_asinh(float _Complex __x) {return casinhf(__x);} function
199 __tg_asinh(double _Complex __x) {return casinh(__x);} function
203 __tg_asinh(long double _Complex __x) {return casinhl(__x);} function
206 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x))

Completed in 53 milliseconds