Home
last modified time | relevance | path

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

/third_party/musl/src/math/i386/
H A Dlog10.s3 log10: label
/third_party/jerryscript/jerry-libm/
H A Dlog10.c70 log10 (double x) log10() function
[all...]
/third_party/musl/src/math/
H A Dlog10.c36 double log10(double x) in log10() function
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dlog10.c36 double log10(double x) in log10() function
/third_party/decimal.js/
H A Ddecimal.js4585 function log10(x) { function
/third_party/musl/porting/uniproton/kernel/include/
H A Dtgmath.h183 #undef log10 macro
246 #define log10(x) __tg_real(log10, (x)) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtgmath.h183 #undef log10 macro
246 #define log10(x) __tg_real(log10, (x)) macro
/third_party/musl/include/
H A Dtgmath.h183 #undef log10 macro
246 #define log10(x) __tg_real(log10, (x)) macro
/third_party/python/Modules/_decimal/tests/
H A Ddeccheck.py520 def log10(self, t): member in SkipHandler
/third_party/node/deps/v8/src/base/
H A Dieee754.cc2075 double log10(double x) { log10() function
[all...]
/third_party/python/Lib/
H A D_pydecimal.py3282 def log10(self, context=None): global() member in Decimal
4698 def log10(self, a): global() member in Context
[all...]

Completed in 18 milliseconds