Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_como.h123 # define log10f log10 macro
/ndk/sources/android/support/src/msun/
Dmath_private.h713 #define __ieee754_log10f log10f
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h92 inline float log10f(float v) { return __log10f(v); } in log10f() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath107 float log10f(float x);
918 using ::log10f;
921 inline _LIBCPP_INLINE_VISIBILITY float log10(float __x) _NOEXCEPT {return log10f(__x);}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp135 static_assert((std::is_same<decltype(log10f(0)), float>::value), ""); in test_log10()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp307 static_assert((std::is_same<decltype(std::log10f(0)), float>::value), ""); in test_log10()