Searched refs:log10f (Results 1 – 6 of 6) sorted by relevance
123 # define log10f log10 macro
713 #define __ieee754_log10f log10f
92 inline float log10f(float v) { return __log10f(v); } in log10f() function
107 float log10f(float x);918 using ::log10f;921 inline _LIBCPP_INLINE_VISIBILITY float log10(float __x) _NOEXCEPT {return log10f(__x);}
135 static_assert((std::is_same<decltype(log10f(0)), float>::value), ""); in test_log10()
307 static_assert((std::is_same<decltype(std::log10f(0)), float>::value), ""); in test_log10()