Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/math/BigInteger/
DBigIntegerTest.java88 static final int BITS_KARATSUBA_SQUARE = 4096; field in BigIntegerTest
451 BigInteger base = BigInteger.ONE.shiftLeft(BITS_KARATSUBA_SQUARE - 32 - 1); in squareLarge()
453 BigInteger x = fetchNumber(BITS_KARATSUBA_SQUARE - 32 - 1); in squareLarge()
464 base = base.shiftLeft(BITS_TOOM_COOK_SQUARE - BITS_KARATSUBA_SQUARE); in squareLarge()