Home
last modified time | relevance | path

Searched refs:logarithm (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/boost/libs/math/doc/distributions/
Dlognormal.qbk29 when the logarithm of the random variable is normally distributed.
39 standard deviation of the logarithm of the random variable.
59 The location parameter is the same as the mean of the logarithm of the
63 logarithm of the random variate.
Dnon_members.qbk406 In the Boost library, we /always/ use the natural logarithm to compute differential entropy.
/third_party/python/Doc/library/
Dzlib.rst84 * +9 to +15: The base-two logarithm of the window size, which
90 window size logarithm, while producing a raw output stream with no
94 window size logarithm, while including a basic :program:`gzip` header
150 * +8 to +15: The base-two logarithm of the window size. The input
157 logarithm. The input must be a raw stream with no header or trailer.
160 the window size logarithm. The input must include a gzip header and
164 the window size logarithm, and automatically accepts either
Dmath.rst371 With one argument, return the natural logarithm of *x* (to base *e*).
373 With two arguments, return the logarithm of *x* to the given *base*,
379 Return the natural logarithm of *1+x* (base *e*). The
385 Return the base-2 logarithm of *x*. This is usually more accurate than
398 Return the base-10 logarithm of *x*. This is usually more accurate
590 Return the natural logarithm of the absolute value of the Gamma
Dcmath.rst94 Returns the logarithm of *x* to the given *base*. If the *base* is not
95 specified, returns the natural logarithm of *x*. There is one branch cut, from 0
101 Return the base-10 logarithm of *x*. This has the same branch cut as
/third_party/boost/libs/integer/doc/
Dinteger.qbk542 // The logarithm of zero is undefined.
554 truncated, base-two logarithm of the template argument.
556 Since the logarithm of zero, for any base, is undefined, there is a specialization of [^static_log2]
558 logarithm of zero results in a compile-time error.
570 demonstration of the results from instantiating various examples of the binary logarithm class temp…
576 The base-two (binary) logarithm, abbreviated lb, function is occasionally used to give order-estima…
577 of computer algorithms. The truncated logarithm can be considered the highest power-of-two in a val…
585 The original version of the Boost binary logarithm class template was
/third_party/boost/libs/math/doc/sf/
Dlgamma.qbk80 For small arguments, the logarithm of tgamma is used.
82 For negative /z/ the logarithm version of the
Dpowers.qbk77 Returns the natural logarithm of /x+1/.
/third_party/boost/libs/math/doc/statistics/
Dljung_box.qbk65 By default, the number of lags is taken to be the logarithm of the number of samples, so that the d…
Danderson_darling.qbk77 …e test statistic is computed over this vector, divided by /n/, and passed to the natural logarithm.
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.cpp212 Float4 logarithm(RValue<Float4> x, bool pp) in logarithm() function
444 return logarithm(x + Sqrt(x + Float4(1.0f)) * Sqrt(x - Float4(1.0f)), pp); in arccosh()
449 return logarithm(x + Sqrt(x * x + Float4(1.0f)), pp); in arcsinh()
454 return logarithm((Float4(1.0f) + x) / (Float4(1.0f) - x), pp) * Float4(0.5f); in arctanh()
DShaderCore.hpp189 Float4 logarithm(RValue<Float4> x, bool pp = false);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTargetOpcodes.def475 /// Floating point base-e logarithm of a value.
478 /// Floating point base-2 logarithm of a value.
481 /// Floating point base-10 logarithm of a value.
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp174 Float4 logarithm(RValue<Float4> x, bool absolute, bool pp) in logarithm() function
460 return logarithm(x + Sqrt(x + Float4(1.0f)) * Sqrt(x - Float4(1.0f)), pp); in arccosh()
465 return logarithm(x + Sqrt(x * x + Float4(1.0f)), pp); in arcsinh()
470 return logarithm((Float4(1.0f) + x) / (Float4(1.0f) - x), pp) * Float4(0.5f); in arctanh()
1165 dst.x = logarithm(src.x, false, pp); in log()
1166 dst.y = logarithm(src.y, false, pp); in log()
1167 dst.z = logarithm(src.z, false, pp); in log()
1168 dst.w = logarithm(src.w, false, pp); in log()
DShaderCore.hpp62 Float4 logarithm(RValue<Float4> x, bool abs, bool pp = false);
/third_party/boost/libs/numeric/odeint/doc/
Dtutorial_chaotic_system.qbk36 …izes them every ['k] steps. The Lyapunov exponent is the average of the logarithm of the stretchin…
Dtutorial_thrust_cuda.qbk158 …ermines the norm of the perturbations, normalizes them and averages the logarithm of the norm. The…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DGenericOpcodes.td673 // Floating point base-e logarithm of a value.
680 // Floating point base-2 logarithm of a value.
687 // Floating point base-10 logarithm of a value.
/third_party/boost/libs/math/doc/background/
Dspecial_tut.qbk155 [[`tools::log_max_value<T>()`][Equivalent to the natural logarithm of `std::numeric_limits<T>::max(…
156 [[`tools::log_min_value<T>()`][Equivalent to the natural logarithm of `std::numeric_limits<T>::min(…
/third_party/typescript/tests/baselines/reference/
D1.0lib-noErrors.types715 /** The natural logarithm of 10. */
719 /** The natural logarithm of 2. */
723 /** The base-2 logarithm of e. */
727 /** The base-10 logarithm of e. */
819 * Returns the natural logarithm (base e) of a number.
/third_party/python/Lib/test/decimaltestdata/
Dlog10.decTest2 -- log10.decTest -- decimal logarithm in base 10 --
/third_party/boost/libs/math/doc/concepts/
Dconcepts.qbk347 [The natural logarithm of the largest representable number by type RealType.]]
349 [The natural logarithm of the smallest representable number by type RealType.]]
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_vertex_program1_1.txt156 LOG s v logarithm base 2
/third_party/openGLES/extensions/NV/
DNV_vertex_program1_1.txt156 LOG s v logarithm base 2
/third_party/ffmpeg/doc/
Dsnow.txt23 ilog2(x) is the rounded down logarithm of x with basis 2

1234