| /third_party/musl/src/math/i386/ |
| D | log10.s | 1 .global log10 symbol 3 log10: label
|
| /third_party/jerryscript/jerry-libm/ |
| D | log10.c | 70 log10 (double x) in log10() function
|
| /third_party/boost/boost/qvm/ |
| D | math.hpp | 53 template <> BOOST_QVM_INLINE_TRIVIAL float log10<float>( float x ) { return ::log10f(x); } in log10() function 75 template <> BOOST_QVM_INLINE_TRIVIAL double log10<double>( double x ) { return ::log10(x); } in log10() function 97 …template <> BOOST_QVM_INLINE_TRIVIAL long double log10<long double>( long double x ) { return ::lo… in log10() function
|
| /third_party/musl/src/math/ |
| D | log10.c | 36 double log10(double x) in log10() function
|
| /third_party/musl/porting/liteos_a/kernel/src/math/ |
| D | log10.c | 36 double log10(double x) in log10() function
|
| /third_party/glib/glib/gnulib/ |
| D | gnulib_math.h.in | 1415 # define log10 rpl_log10 macro
|
| /third_party/musl/porting/liteos_m/kernel/include/ |
| D | tgmath.h | 250 #define log10(x) __tg_real(log10, (x)) macro
|
| /third_party/musl/include/ |
| D | tgmath.h | 246 #define log10(x) __tg_real(log10, (x)) macro
|
| /third_party/python/Modules/_decimal/tests/ |
| D | deccheck.py | 485 def log10(self, t): member in SkipHandler
|
| /third_party/boost/boost/units/ |
| D | cmath.hpp | 548 log10(const quantity<BOOST_UNITS_DIMENSIONLESS_UNIT(S), Y>& q) in log10() function
|
| /third_party/boost/boost/math/cstdfloat/ |
| D | cstdfloat_complex_std.hpp | 409 …inline complex<BOOST_CSTDFLOAT_EXTENDED_COMPLEX_FLOAT_TYPE> log10(const complex<BOOST_CSTDFLOAT_EX… in log10() function
|
| D | cstdfloat_cmath.hpp | 661 …inline boost::math::cstdfloat::detail::float_internal128_t log10(boost::math::cstdfloat::detail:… in log10() function
|
| /third_party/boost/boost/math/concepts/ |
| D | std_real_concept.hpp | 208 inline boost::math::concepts::std_real_concept log10(boost::math::concepts::std_real_concept a) in log10() function
|
| D | real_concept.hpp | 238 inline real_concept log10(real_concept a) in log10() function
|
| /third_party/boost/boost/math/bindings/ |
| D | rr.hpp | 354 inline RR log10(RR a) in log10() function
|
| /third_party/python/Lib/ |
| D | _pydecimal.py | 3272 def log10(self, context=None): member in Decimal 4684 def log10(self, a): member in Context
|
| /third_party/quickjs/ |
| D | qjscalc.js | 2506 function log10(a) function
|
| /third_party/boost/libs/math/doc/graphs/hypergeometric_1f1/ |
| D | plotlyjs-bundle.js | 1 …on"==typeof define&&define.amd)define([],t);else{("undefined"!=typeof window?window:"undefined"!=t… property
|