Searched refs:sqrtApproxWithDoubles (Results 1 – 1 of 1) sorted by relevance
265 sqrt0 = sqrtApproxWithDoubles(x); in sqrtFloor()272 sqrt0 = sqrtApproxWithDoubles(x.shiftRight(shift)).shiftLeft(shift >> 1); in sqrtFloor()286 private static BigInteger sqrtApproxWithDoubles(BigInteger x) { in sqrtApproxWithDoubles() method in BigIntegerMath