Home | History | Annotate | Download | only in include

Lines Matching full:log10f

107 float          log10f(float x);
922 using ::log10f;
925 inline _LIBCPP_INLINE_VISIBILITY float log10(float __lcpp_x) _NOEXCEPT {return log10f(__lcpp_x);}