Home
last modified time | relevance | path

Searched defs:_sqrt (Results 1 – 3 of 3) 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
/external/python/cpython2/Lib/
Drandom.py46 from math import sqrt as _sqrt, acos as _acos, cos as _cos, sin as _sin unknown
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86Base.h967 void _sqrt(Variable *Dest, Operand *Src0) { in _sqrt() function