Searched refs:squareRoot (Results 1 – 3 of 3) sorted by relevance
994 int squareRoot(int x) in squareRoot() function1008 return assumeWontThrow(squareRoot(x*x + y*y)); in computeLength()
990 int squareRoot(int x) in squareRoot() function1004 return assumeWontThrow(squareRoot(x*x + y*y)); in computeLength()
3943 void __attribute__((__swift_name__("squareRoot()"))) sqrt(double v) {