Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/math/BigInteger/
DBigIntegerTest.java86 static final int BITS_KARATSUBA = 2560; field in BigIntegerTest
408 BigInteger base = BigInteger.ONE.shiftLeft(BITS_KARATSUBA - 32 - 1); in multiplyLarge()
410 BigInteger x = fetchNumber(BITS_KARATSUBA - 32 - 1); in multiplyLarge()
415 BigInteger y = fetchNumber(BITS_KARATSUBA - 32 - 1); in multiplyLarge()
426 base = base.shiftLeft(BITS_TOOM_COOK - BITS_KARATSUBA); in multiplyLarge()