Home
last modified time | relevance | path

Searched defs:_sqrt (Results 1 – 4 of 4) 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
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js2797 var _sqrt=Math.sqrt; variable