Home
last modified time | relevance | path

Searched refs:squareRoot (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dexception.d994 int squareRoot(int x) in squareRoot() function
1008 return assumeWontThrow(squareRoot(x*x + y*y)); in computeLength()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dexception.d990 int squareRoot(int x) in squareRoot() function
1004 return assumeWontThrow(squareRoot(x*x + y*y)); in computeLength()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttrDocs.td3943 void __attribute__((__swift_name__("squareRoot()"))) sqrt(double v) {