Home
last modified time | relevance | path

Searched defs:logf (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_como.h121 inline float logf(float arg) { return log(arg); } in logf() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h91 inline float logf(float v) { return __logf(v); } in logf() function