Home
last modified time | relevance | path

Searched defs:sqrt (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Math/
Dw_sqrt.c26 sqrt(double x) /* wrapper sqrt */ in sqrt() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py2585 def sqrt(self, context=None): member in Decimal
5257 def sqrt(self, a): member in Context
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_builtin.py793 def sqrt(x): function