Searched refs:BITS_TOOM_COOK (Results 1 – 1 of 1) sorted by relevance
85 static final int BITS_TOOM_COOK = 7680; field in BigIntegerTest424 base = base.shiftLeft(BITS_TOOM_COOK - BITS_KARATSUBA); in multiplyLarge()426 BigInteger x = fetchNumber(BITS_TOOM_COOK - 32 - 1); in multiplyLarge()429 BigInteger y = fetchNumber(BITS_TOOM_COOK - 32 - 1); in multiplyLarge()