Home
last modified time | relevance | path

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

/third_party/python/Lib/
Drandom.py50 from math import sqrt as _sqrt, acos as _acos, cos as _cos, sin as _sin unknown
95 NV_MAGICCONST = 4 * _exp(-0.5) / _sqrt(2.0)
568 return low + (high - low) * _sqrt(u * c)
623 g2rad = _sqrt(-2.0 * _log(1.0 - random()))
677 r = s + _sqrt(1.0 + s * s)
724 ainv = _sqrt(2.0 * alpha - 1.0)
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringX8632.h760 void _sqrt(Variable *Dest, Operand *Src0) { in _sqrt() function
DIceTargetLoweringX8664.h754 void _sqrt(Variable *Dest, Operand *Src0) { in _sqrt() function
DIceTargetLoweringX8664.cpp3573 _sqrt(T, Src); in lowerIntrinsic()
DIceTargetLoweringX8632.cpp4043 _sqrt(T, Src); in lowerIntrinsic()