Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_como.h121 inline float logf(float arg) { return log(arg); } in logf() function
/ndk/sources/android/support/src/msun/
Dmath_private.h701 #define __ieee754_logf logf
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h91 inline float logf(float v) { return __logf(v); } in logf() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath103 float logf(float x);
901 using ::logf;
905 inline _LIBCPP_INLINE_VISIBILITY float log(float __x) _NOEXCEPT {return logf(__x);}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp127 static_assert((std::is_same<decltype(logf(0)), float>::value), ""); in test_log()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp289 static_assert((std::is_same<decltype(std::logf(0)), float>::value), ""); in test_log()