Searched refs:BITS_KARATSUBA_SQUARE (Results 1 – 1 of 1) sorted by relevance
88 static final int BITS_KARATSUBA_SQUARE = 4096; field in BigIntegerTest451 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()