HomeSort by relevance Sort by last modified time
    Searched defs:logf (Results 1 - 5 of 5) sorted by null

  /bionic/libm/i387/
e_logf.S 11 ENTRY(logf) function
  /external/stlport/stlport/stl/
_cmath.h 91 inline float logf(float v) { return __logf(v); } function
  /external/stlport/stlport/stl/config/
_como.h 121 inline float logf(float arg) { return log(arg); } function
  /ndk/sources/android/stlport/stlport/stl/
_cmath.h 91 inline float logf(float v) { return __logf(v); } function
  /ndk/sources/android/stlport/stlport/stl/config/
_como.h 121 inline float logf(float arg) { return log(arg); } function

Completed in 103 milliseconds