Home
last modified time | relevance | path

Searched refs:erfcl (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/android/support/include/
Dmath.h66 long double erfcl(long double);
/ndk/sources/android/support/src/
Dmath_support.c73 __attribute__((weak)) long double erfcl(long double x) { return erfc((double)x); } in erfcl() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath182 long double erfcl(long double x);
1152 inline _LIBCPP_INLINE_VISIBILITY long double erfc(long double __x) _NOEXCEPT {return erfcl(__x);}
1648 using ::erfcl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp388 static_assert((std::is_same<decltype(erfcl(0)), long double>::value), ""); in test_erfc()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp756 static_assert((std::is_same<decltype(std::erfcl(0)), long double>::value), ""); in test_erfc()