Home
last modified time | relevance | path

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

/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)
467 r = s + _sqrt(1.0 + s * s)
517 ainv = _sqrt(2.0 * alpha - 1.0)
595 g2rad = _sqrt(-2.0 * _log(1.0 - random()))
856 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,…