Searched refs:_sqrt (Results 1 – 5 of 5) sorted by relevance
50 from math import sqrt as _sqrt, acos as _acos, cos as _cos, sin as _sin unknown95 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)
760 void _sqrt(Variable *Dest, Operand *Src0) { in _sqrt() function
754 void _sqrt(Variable *Dest, Operand *Src0) { in _sqrt() function
3573 _sqrt(T, Src); in lowerIntrinsic()
4043 _sqrt(T, Src); in lowerIntrinsic()