Home
last modified time | relevance | path

Searched refs:ln10 (Results 151 – 175 of 231) sorted by path

12345678910

/dports/math/opensolaris-libm/opensolaris-libm-2017.01.31/usr/src/libm/src/C/
H A Dexp10.c58 #define ln10 C[1] macro
107 return (scalbn(exp(ln10 * ((x - k * logt2hi) - k * logt2lo)), k)); in exp10()
/dports/math/opensolaris-libm/opensolaris-libm-2017.01.31/usr/src/libm/src/Q/
H A Dexp10l.c57 ln10 = 2.302585092994045684017991454684364207601e+0000L, variable
95 return (scalbnl(expl(ln10 * ((x - t * logt2hi) - in exp10l()
/dports/math/p5-Math-CDF/Math-CDF-0.1/cdflib/
H A Ddcdflib.c7435 static double ln10 = 2.302585e0; in gaminv() local
7578 if(y < ln10*d) goto S120; in gaminv()
/dports/math/pecl-stats2/stats-2.0.3/
H A Ddcdflib.c7435 static double ln10 = 2.302585e0; in gaminv() local
7578 if(y < ln10*d) goto S120; in gaminv()
/dports/math/py-ducc0/ducc0-0.22.0/src/ducc0/math/
H A Dconstants.h57 constexpr double ln10 = 2.3025850929940456840179914546843642;
/dports/math/py-mpmath/mpmath-1.2.1/
H A DCHANGES646 * Faster computation of ln2 and ln10 by means of binary splitting
/dports/math/py-mpmath/mpmath-1.2.1/mpmath/
H A D__init__.py197 ln10 = mp.ln10 variable
H A Dctx_fp.py77 ln10 = 2.302585092994045684 variable in FPContext
H A Dctx_iv.py347 ctx.ln10 = ctx._constant(libmp.mpf_ln10)
H A Dctx_mp.py116 ctx.ln10 = ctx.constant(mpf_ln10, "ln(10)", "ln10")
H A Dmath2.py19 ln10 = 2.302585092994045684 variable
/dports/math/py-mpmath/mpmath-1.2.1/mpmath/tests/
H A Dtest_functions.py53 assert ln10 == mpf(tln10)
/dports/math/py-pygsl/pygsl-2.3.0/doc/ref-obsolete/
H A Dconst.tex66 \lineiii{ln10}{\constant{M\_LN10}}{$\ln 10$}
/dports/math/scilab/scilab-6.1.1/scilab/modules/statistics/src/dcdflib/
H A Dgaminv.f59 + b4,c,c1,c2,c3,c4,c5,d,e,e2,eps,g,h,ln10,pn,qg,qn,
84 DATA ln10/2.302585D0/
213 IF (y.LT.ln10*d) GO TO 120
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgcc/config/avr/libf7/
H A Dlibf7-common.mk89 F7F_cst += 1 2 1_2 1_3 m1 pi ln2 ln10 1_ln2 1_ln10 sqrt2
H A Dlibf7-const.def47 #endif /* 1 / ln10 */
63 F7_CONST_DEF (ln10, 0, 0x93,0x5d,0x8d,0xdd,0xaa,0xa8,0xac, 1)
64 #endif /* ln10 */
H A Dlibf7.c1736 F7_PCONST (p_ln10, ln10); in f7_pow10()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/include/bits/
H A Dmax_size_type.h782 = static_cast<int>(digits * numbers::ln2 / numbers::ln10); in _GLIBCXX_VISIBILITY()
808 = static_cast<int>(digits * numbers::ln2 / numbers::ln10); in _GLIBCXX_VISIBILITY()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/include/std/
H A Dnumbers129 inline constexpr double ln10 = ln10_v<double>;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/26_numerics/numbers/
H A D1.cc93 static_assert(std::numbers::ln10 == std::numbers::ln10_v<double>); in test04()
/dports/misc/iio-oscilloscope/iio-oscilloscope-0.14-master/plugins/
H A Dfmcomms1.c674 double ln10 = log(10.0); in display_cal() local
814 gain *= 1.0 / exp(ln10 * (double) ((markers[0].y - cal_rx_level) / 20)); in display_cal()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/target/llvm/
H A Dintrin_rule_llvm.cc52 PrimExpr ln10 = make_const(x.dtype(), 2.302585093); in __anon358d77900102() local
53 PrimExpr ret = exp(x * ln10); in __anon358d77900102()
/dports/misc/vxl/vxl-3.3.2/core/vnl/tests/
H A Dtest_math.cxx45 check_pointer(&vnl_math::ln10); in test_static_const_definition()
74 TEST_NEAR("log10e * ln10 = 1", vnl_math::log10e * vnl_math::ln10, 1.0, 1e-15); in test_math_constants()
76 TEST_CONSTANT(ln10, 2.3025850929940456840179914546843642076011014886287); in test_math_constants()
/dports/misc/vxl/vxl-3.3.2/core/vnl/
H A Dvnl_math.h104 static constexpr double ln10 = 2.30258509299404568402; // http://oeis.org/A002392 variable
/dports/net-mgmt/icinga2/icinga2-2.13.2/doc/
H A D18-library-reference.md994 ### Math.LN10 <a id="math-ln10"></a>

12345678910