Home
last modified time | relevance | path

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

/ndk/sources/android/support/include/
Dmath.h65 long double erfl(long double);
/ndk/sources/android/support/src/
Dmath_support.c72 __attribute__((weak)) long double erfl(long double x) { return erf((double)x); } in erfl() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath178 long double erfl(long double x);
1139 inline _LIBCPP_INLINE_VISIBILITY long double erf(long double __x) _NOEXCEPT {return erfl(__x);}
1647 using ::erfl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp380 static_assert((std::is_same<decltype(erfl(0)), long double>::value), ""); in test_erf()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp738 static_assert((std::is_same<decltype(std::erfl(0)), long double>::value), ""); in test_erf()