Home
last modified time | relevance | path

Searched defs:log10 (Results 1 – 10 of 10) sorted by relevance

/external/chromium-trace/trace-viewer/src/tracks/
Druler_track.js24 function log10(x) { function
/external/stlport/src/
Dcomplex.cpp229 _STLP_DECLSPEC complex<float> _STLP_CALL log10(const complex<float>& z) in log10() function
235 _STLP_DECLSPEC complex<double> _STLP_CALL log10(const complex<double>& z) in log10() function
242 _STLP_DECLSPEC complex<long double> _STLP_CALL log10(const complex<long double>& z) in log10() function
/external/guava/guava/src/com/google/common/math/
DIntMath.java117 public static int log10(int x, RoundingMode mode) { in log10() method in IntMath
DLongMath.java112 public static int log10(long x, RoundingMode mode) { in log10() method in LongMath
DBigIntegerMath.java126 public static int log10(BigInteger x, RoundingMode mode) { in log10() method in BigIntegerMath
/external/bison/lib/
Dmath.in.h1296 # define log10 rpl_log10 macro
/external/v8/src/
Dd8.js37 function log10(num) { function
/external/stlport/stlport/stl/
D_valarray.h992 inline valarray<_Tp> log10(const valarray<_Tp>& __x) { in log10() function
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h324 log10, enumerator
/external/clang/lib/Headers/
Dtgmath.h943 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro