Home
last modified time | relevance | path

Searched defs:log10l (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_como.h93 # define log10l log10 macro
124 # define log10l log10 macro
166 # define log10l log10 macro
/ndk/sources/android/support/src/
Dmath_support.c82 __attribute__((weak)) long double log10l(long double x) { return log10((double)x); } in log10l() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h102 inline long double log10l(long double v) { return __log10l(v); } in log10l() function