Searched refs:atanhl (Results 1 – 5 of 5) sorted by relevance
63 long double atanhl(long double);
70 __attribute__((weak)) long double atanhl(long double x) { return atanh((double)x); } in atanhl() function
166 long double atanhl(long double x);1084 inline _LIBCPP_INLINE_VISIBILITY long double atanh(long double __x) _NOEXCEPT {return atanhl(__x);}1642 using ::atanhl;
356 static_assert((std::is_same<decltype(atanhl(0)), long double>::value), ""); in test_atanh()
680 static_assert((std::is_same<decltype(std::atanhl(0)), long double>::value), ""); in test_atanh()