Home
last modified time | relevance | path

Searched refs:Exponential (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/base/
Drandom.h51 double Exponential(double lambda);
Drandom.cc81 double Random::Exponential(double lambda) { in Exponential() function in webrtc::Random
/external/deqp/doc/testspecs/GLES3/
Dfunctional.shaders.builtin_functions.precision.txt109 * Exponential functions
/external/python/cpython2/Doc/library/
Drandom.rst230 Exponential distribution. *lambd* is 1.0 divided by the desired
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test.cc976 static_cast<int64_t>(random.Exponential(1.0f / kMeanMs))); in GetStartingTimesMs()
/external/llvm/lib/Target/X86/
DX86.td123 "Enable AVX-512 Exponential and Reciprocal Instructions",
/external/eigen/doc/
DCoeffwiseMathFunctionsTable.dox77 <th colspan="4">Exponential functions</th>
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst110 .. opcode:: EXP - Approximate Exponential Base 2
355 .. opcode:: EX2 - Exponential Base 2
/external/python/cpython2/Lib/test/
Dcmath_testcases.txt1566 -- exp: Exponential function --