Searched refs:baseToPow2 (Results 1 – 1 of 1) sorted by relevance
2589 long baseToPow2 = partToSquare.mag[0] & LONG_MASK; in pow() local2596 result = result * baseToPow2; in pow()2600 baseToPow2 = baseToPow2 * baseToPow2; in pow()3405 BigInteger baseToPow2 = this.mod2(p); in modPow2() local3415 result = result.multiply(baseToPow2).mod2(p); in modPow2()3418 baseToPow2 = baseToPow2.square().mod2(p); in modPow2()