Searched refs:erfcl (Results 1 – 5 of 5) sorted by relevance
66 long double erfcl(long double);
73 __attribute__((weak)) long double erfcl(long double x) { return erfc((double)x); } in erfcl() function
182 long double erfcl(long double x);1152 inline _LIBCPP_INLINE_VISIBILITY long double erfc(long double __x) _NOEXCEPT {return erfcl(__x);}1648 using ::erfcl;
388 static_assert((std::is_same<decltype(erfcl(0)), long double>::value), ""); in test_erfc()
756 static_assert((std::is_same<decltype(std::erfcl(0)), long double>::value), ""); in test_erfc()