Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/math/
DBigIntegerMath.java265 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