Home
last modified time | relevance | path

Searched defs:log10f (Results 1 – 2 of 2) 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