Lines Matching full:asinhf
161 float asinhf(float x);1066 using ::asinhf;1068 inline _LIBCPP_INLINE_VISIBILITY float asinh(float __x) _NOEXCEPT {return asinhf(__x);}