Home
last modified time | relevance | path

Searched refs:logl (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_como.h92 inline long double logl(long double arg) { return log(arg); } in logl() function
122 inline long double logl(long double arg) { return log(arg); } in logl() function
165 inline long double logl(long double arg) { return log(arg); } in logl() function
/ndk/sources/cxx-stl/llvm-libc++/include/support/android/
Dmath.h51 long double logl(long double);
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h101 inline long double logl(long double v) { return __logl(v); } in logl() function
/ndk/sources/cxx-stl/llvm-libc++/include/
Dcmath104 long double logl(long double x);
904 inline _LIBCPP_INLINE_VISIBILITY long double log(long double __x) _NOEXCEPT {return logl(__x);}
1628 using ::logl;
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
Dmath_h.pass.cpp128 static_assert((std::is_same<decltype(logl(0)), long double>::value), ""); in test_log()
/ndk/sources/cxx-stl/llvm-libc++/test/numerics/c.math/
Dcmath.pass.cpp284 static_assert((std::is_same<decltype(std::logl(0)), long double>::value), ""); in test_log()