Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_como.h123 # define log10f log10 macro
/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++/include/
Dcmath107 float log10f(float x);
916 using ::log10f;
919 inline _LIBCPP_INLINE_VISIBILITY float log10(float __x) _NOEXCEPT {return log10f(__x);}
/ndk/sources/cxx-stl/llvm-libc++/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++/test/numerics/c.math/
Dcmath.pass.cpp301 static_assert((std::is_same<decltype(std::log10f(0)), float>::value), ""); in test_log10()