Searched refs:getBigInt (Results 1 – 4 of 4) sorted by relevance
312 BigInt getBigInt() { in getBigInt() method in BigInteger390 BigInt bigInt = getBigInt(); in abs()403 BigInt bigInt = getBigInt(); in negate()417 BigInt lhs = getBigInt(); in add()418 BigInt rhs = value.getBigInt(); in add()432 BigInt lhs = getBigInt(); in subtract()433 BigInt rhs = value.getBigInt(); in subtract()450 return getBigInt().sign(); in signum()491 return new BigInteger(BigInt.shift(getBigInt(), n)); in shiftLeft()523 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()