Home
last modified time | relevance | path

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

/ndk/sources/android/support/include/
Dmath.h72 long double log1pl(long double);
/ndk/sources/android/support/src/
Dmath_support.c79 __attribute__((weak)) long double log1pl(long double x) { return log1p((double)x); } in log1pl() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath230 long double log1pl(long double x);
1367 inline _LIBCPP_INLINE_VISIBILITY long double log1p(long double __x) _NOEXCEPT {return log1pl(__x);}
1660 using ::log1pl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp484 static_assert((std::is_same<decltype(log1pl(0)), long double>::value), ""); in test_log1p()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp1007 static_assert((std::is_same<decltype(std::log1pl(0)), long double>::value), ""); in test_log1p()