Home
last modified time | relevance | path

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

/third_party/musl/src/math/i386/
Dlog10.s1 .global log10 symbol
3 log10: label
/third_party/jerryscript/jerry-libm/
Dlog10.c70 log10 (double x) in log10() function
/third_party/boost/boost/qvm/
Dmath.hpp53 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/
Dlog10.c36 double log10(double x) in log10() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dlog10.c36 double log10(double x) in log10() function
/third_party/glib/glib/gnulib/
Dgnulib_math.h.in1415 # define log10 rpl_log10 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h250 #define log10(x) __tg_real(log10, (x)) macro
/third_party/musl/include/
Dtgmath.h246 #define log10(x) __tg_real(log10, (x)) macro
/third_party/python/Modules/_decimal/tests/
Ddeccheck.py485 def log10(self, t): member in SkipHandler
/third_party/boost/boost/units/
Dcmath.hpp548 log10(const quantity<BOOST_UNITS_DIMENSIONLESS_UNIT(S), Y>& q) in log10() function
/third_party/boost/boost/math/cstdfloat/
Dcstdfloat_complex_std.hpp409 …inline complex<BOOST_CSTDFLOAT_EXTENDED_COMPLEX_FLOAT_TYPE> log10(const complex<BOOST_CSTDFLOAT_EX… in log10() function
Dcstdfloat_cmath.hpp661 …inline boost::math::cstdfloat::detail::float_internal128_t log10(boost::math::cstdfloat::detail:… in log10() function
/third_party/boost/boost/math/concepts/
Dstd_real_concept.hpp208 inline boost::math::concepts::std_real_concept log10(boost::math::concepts::std_real_concept a) in log10() function
Dreal_concept.hpp238 inline real_concept log10(real_concept a) in log10() function
/third_party/boost/boost/math/bindings/
Drr.hpp354 inline RR log10(RR a) in log10() function
/third_party/python/Lib/
D_pydecimal.py3272 def log10(self, context=None): member in Decimal
4684 def log10(self, a): member in Context
/third_party/quickjs/
Dqjscalc.js2506 function log10(a) function
/third_party/boost/libs/math/doc/graphs/hypergeometric_1f1/
Dplotlyjs-bundle.js1 …on"==typeof define&&define.amd)define([],t);else{("undefined"!=typeof window?window:"undefined"!=t… property