/third_party/boost/libs/math/doc/distributions/ |
D | lognormal.qbk | 29 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.
|
D | non_members.qbk | 406 In the Boost library, we /always/ use the natural logarithm to compute differential entropy.
|
/third_party/python/Doc/library/ |
D | zlib.rst | 84 * +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
|
D | math.rst | 371 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
|
D | cmath.rst | 94 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/ |
D | integer.qbk | 542 // 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/ |
D | lgamma.qbk | 80 For small arguments, the logarithm of tgamma is used. 82 For negative /z/ the logarithm version of the
|
D | powers.qbk | 77 Returns the natural logarithm of /x+1/.
|
/third_party/boost/libs/math/doc/statistics/ |
D | ljung_box.qbk | 65 By default, the number of lags is taken to be the logarithm of the number of samples, so that the d…
|
D | anderson_darling.qbk | 77 …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/ |
D | ShaderCore.cpp | 212 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()
|
D | ShaderCore.hpp | 189 Float4 logarithm(RValue<Float4> x, bool pp = false);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | TargetOpcodes.def | 475 /// 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/ |
D | ShaderCore.cpp | 174 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()
|
D | ShaderCore.hpp | 62 Float4 logarithm(RValue<Float4> x, bool abs, bool pp = false);
|
/third_party/boost/libs/numeric/odeint/doc/ |
D | tutorial_chaotic_system.qbk | 36 …izes them every ['k] steps. The Lyapunov exponent is the average of the logarithm of the stretchin…
|
D | tutorial_thrust_cuda.qbk | 158 …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/ |
D | GenericOpcodes.td | 673 // 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/ |
D | special_tut.qbk | 155 [[`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/ |
D | 1.0lib-noErrors.types | 715 /** 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/ |
D | log10.decTest | 2 -- log10.decTest -- decimal logarithm in base 10 --
|
/third_party/boost/libs/math/doc/concepts/ |
D | concepts.qbk | 347 [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/ |
D | NV_vertex_program1_1.txt | 156 LOG s v logarithm base 2
|
/third_party/openGLES/extensions/NV/ |
D | NV_vertex_program1_1.txt | 156 LOG s v logarithm base 2
|
/third_party/ffmpeg/doc/ |
D | snow.txt | 23 ilog2(x) is the rounded down logarithm of x with basis 2
|