Searched refs:acoshl (Results 1 – 5 of 5) sorted by relevance
61 long double acoshl(long double);
68 __attribute__((weak)) long double acoshl(long double x) { return acosh((double)x); } in acoshl() function
158 long double acoshl(long double x);1054 inline _LIBCPP_INLINE_VISIBILITY long double acosh(long double __x) _NOEXCEPT {return acoshl(__x);}1640 using ::acoshl;
340 static_assert((std::is_same<decltype(acoshl(0)), long double>::value), ""); in test_acosh()
644 static_assert((std::is_same<decltype(std::acoshl(0)), long double>::value), ""); in test_acosh()