Searched refs:erfl (Results 1 – 5 of 5) sorted by relevance
65 long double erfl(long double);
72 __attribute__((weak)) long double erfl(long double x) { return erf((double)x); } in erfl() function
178 long double erfl(long double x);1139 inline _LIBCPP_INLINE_VISIBILITY long double erf(long double __x) _NOEXCEPT {return erfl(__x);}1647 using ::erfl;
380 static_assert((std::is_same<decltype(erfl(0)), long double>::value), ""); in test_erf()
738 static_assert((std::is_same<decltype(std::erfl(0)), long double>::value), ""); in test_erf()