Searched refs:getBigInt (Results 1 – 4 of 4) sorted by relevance
314 BigInt getBigInt() { in getBigInt() method in BigInteger392 BigInt bigInt = getBigInt(); in abs()405 BigInt bigInt = getBigInt(); in negate()419 BigInt lhs = getBigInt(); in add()420 BigInt rhs = value.getBigInt(); in add()434 BigInt lhs = getBigInt(); in subtract()435 BigInt rhs = value.getBigInt(); in subtract()452 return getBigInt().sign(); in signum()493 return new BigInteger(BigInt.shift(getBigInt(), n)); in shiftLeft()525 return getBigInt().bitLength(); in bitLength()[all …]
92 BigInt ni = n.getBigInt(); in nextProbablePrime()
92 BigInt bi = val.getBigInt().copy(); in multiplyByPositiveInt()
767 … BigInt bi = Multiplication.multiplyByTenPow(augend.getUnscaledValue(),diffScale).getBigInt(); in addAndMult10()768 bi.add(thisValue.getUnscaledValue().getBigInt()); in addAndMult10()