Searched defs:sqrtFloor (Results 1 – 5 of 5) sorted by relevance
233 int sqrtFloor = sqrtFloor(x); in sqrt() local264 private static int sqrtFloor(int x) { in sqrtFloor() method in IntMath
212 BigInteger sqrtFloor = sqrtFloor(x); in sqrt() local242 private static BigInteger sqrtFloor(BigInteger x) { in sqrtFloor() method in BigIntegerMath
319 long sqrtFloor = guess - ((x < guessSquared) ? 1 : 0); in sqrt() local
143 private static int sqrtFloor(int x) { in sqrtFloor() method in IntMath
301 long sqrtFloor = LongMath.sqrt(x, FLOOR); in testSqrtExactMatchesFloorOrThrows() local