Home
last modified time | relevance | path

Searched refs:_sqrt (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/
Drandom.py43 from math import sqrt as _sqrt, acos as _acos, cos as _cos, sin as _sin unknown
58 NV_MAGICCONST = 4 * _exp(-0.5)/_sqrt(2.0)
396 return low + (high - low) * _sqrt(u * c)
481 r = s + _sqrt(1.0 + s * s)
531 ainv = _sqrt(2.0 * alpha - 1.0)
609 g2rad = _sqrt(-2.0 * _log(1.0 - random()))
719 stddev = _sqrt(sqsum/n - avg*avg)
/external/python/cpython2/Lib/
Drandom.py46 from math import sqrt as _sqrt, acos as _acos, cos as _cos, sin as _sin unknown
58 NV_MAGICCONST = 4 * _exp(-0.5)/_sqrt(2.0)
469 r = s + _sqrt(1.0 + s * s)
519 ainv = _sqrt(2.0 * alpha - 1.0)
597 g2rad = _sqrt(-2.0 * _log(1.0 - random()))
858 stddev = _sqrt(sqsum/n - avg*avg)
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86Base.h967 void _sqrt(Variable *Dest, Operand *Src0) { in _sqrt() function
DIceTargetLoweringX86BaseImpl.h4375 _sqrt(T, Src);
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js2797 var _sqrt=Math.sqrt; variable
4492 …ar cn=env._floor;var co=env.__reallyNegative;var cp=env._fseek;var cq=env._sqrt;var cr=env._write;…
4501 … _floor, "__reallyNegative": __reallyNegative, "_fseek": _fseek, "_sqrt": _sqrt, "_write": _write,…