Searched defs:log10 (Results 1 - 25 of 71) sorted by relevance

123

/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
H A Dtgmath.h145 #define log10(x) __TGMATH_REAL(x, log10) macro
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
H A Dtgmath.h156 #define log10(x) __TGMATH_REAL(x, log10) macro
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
H A Dtgmath.h156 #define log10(x) __TGMATH_REAL(x, log10) macro
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
H A Dtgmath.h145 #define log10(x) __TGMATH_REAL(x, log10) macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dtgmath.h304 # define log10(Val) __TGMATH_UNARY_REAL_IMAG (Val, log10, __clog10) macro
306 # define log10(Val) __TGMATH_UNARY_REAL_ONLY (Val, log10) macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dtgmath.h304 # define log10(Val) __TGMATH_UNARY_REAL_IMAG (Val, log10, __clog10) macro
306 # define log10(Val) __TGMATH_UNARY_REAL_ONLY (Val, log10) macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
H A Dtgmath.h145 #define log10(x) __TGMATH_REAL(x, log10) macro
/prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
H A Dtgmath.h928 // log10
936 __tg_log10(double __x) {return log10(__x);}
942 #undef log10 macro
943 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
H A Dtgmath.h928 // log10
936 __tg_log10(double __x) {return log10(__x);}
942 #undef log10 macro
943 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
H A Dtgmath.h928 // log10
936 __tg_log10(double __x) {return log10(__x);}
942 #undef log10 macro
943 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
H A Dtgmath.h928 // log10
936 __tg_log10(double __x) {return log10(__x);}
942 #undef log10 macro
943 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
/prebuilts/sdk/renderscript/clang-include/
H A Dtgmath.h928 // log10
936 __tg_log10(double __x) {return log10(__x);}
942 #undef log10 macro
943 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Ddecimal.py1987 # p/log10(xc). Hence if y*log10(xc) >= p then the result is
2154 # if m > p*100//_log10_lb(xc) then m > p/log10(xc), hence xc**m >
2293 # log10(self)*other >= 10**bound and bound >= len(str(Emax))
2339 # unlike exp, ln and log10, the power function respects the
3139 """Compute a lower bound for the adjusted exponent of self.log10().
3140 In other words, find r such that self.log10() >= 10**r.
3145 # part of log10(self), and this comes directly from the
3147 # 1-1/x <= log(x) <= x-1. If x > 1 we have |log10(x)| >
3148 # (1-1/x)/2.31 > 0. If x < 1 then |log10(
3168 def log10(self, context=None): member in class:Decimal
4508 def log10(self, a): member in class:Context
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Ddecimal.py1987 # p/log10(xc). Hence if y*log10(xc) >= p then the result is
2154 # if m > p*100//_log10_lb(xc) then m > p/log10(xc), hence xc**m >
2293 # log10(self)*other >= 10**bound and bound >= len(str(Emax))
2339 # unlike exp, ln and log10, the power function respects the
3139 """Compute a lower bound for the adjusted exponent of self.log10().
3140 In other words, find r such that self.log10() >= 10**r.
3145 # part of log10(self), and this comes directly from the
3147 # 1-1/x <= log(x) <= x-1. If x > 1 we have |log10(x)| >
3148 # (1-1/x)/2.31 > 0. If x < 1 then |log10(
3168 def log10(self, context=None): member in class:Decimal
4508 def log10(self, a): member in class:Context
[all...]
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.10/
H A Dgradle-tooling-api-1.10.jarMETA-INF/ org/ org/gradle/ org/gradle/api/ org/gradle/api/artifacts/ org/gradle/api/artifacts/component/ org/ ...
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.11/
H A Dgradle-tooling-api-1.11.jarMETA-INF/ org/ org/gradle/ org/gradle/api/ org/gradle/api/artifacts/ org/gradle/api/artifacts/component/ org/ ...
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.12/
H A Dgradle-tooling-api-1.12.jarMETA-INF/ org/ org/gradle/ org/gradle/api/ org/gradle/api/artifacts/ org/gradle/api/artifacts/component/ org/ ...
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.9/
H A Dgradle-tooling-api-1.9.jarMETA-INF/ org/ org/gradle/ org/gradle/api/ org/gradle/api/artifacts/ org/gradle/api/artifacts/dsl/ org/ ...
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.0/
H A Dgradle-tooling-api-2.0.jarMETA-INF/ org/ org/gradle/ org/gradle/api/ org/gradle/api/artifacts/ org/gradle/api/artifacts/component/ org/ ...
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.1/
H A Dgradle-tooling-api-2.1.jarMETA-INF/ org/ org/gradle/ org/gradle/api/ org/gradle/api/artifacts/ org/gradle/api/artifacts/component/ org/ ...
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.2/
H A Dgradle-tooling-api-2.2.jarMETA-INF/ org/ org/gradle/ org/gradle/api/ org/gradle/api/artifacts/ org/gradle/api/artifacts/component/ org/ ...
/prebuilts/devtools/tools/lib/
H A Dguava-13.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
H A Dguava-17.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
H A Dguava-14.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/prebuilts/misc/common/guava/
H A Dguava-15.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/beans.xml META-INF/maven/ ...

Completed in 457 milliseconds

123