Searched refs:asinhl (Results 1 – 5 of 5) sorted by relevance
62 long double asinhl(long double);
69 __attribute__((weak)) long double asinhl(long double x) { return asinh((double)x); } in asinhl() function
162 long double asinhl(long double x);1069 inline _LIBCPP_INLINE_VISIBILITY long double asinh(long double __x) _NOEXCEPT {return asinhl(__x);}1641 using ::asinhl;
348 static_assert((std::is_same<decltype(asinhl(0)), long double>::value), ""); in test_asinh()
662 static_assert((std::is_same<decltype(std::asinhl(0)), long double>::value), ""); in test_asinh()