Searched refs:getBigInt (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/math/
H A DBigInteger.java284 BigInt getBigInt() { method in class:BigInteger
362 BigInt bigInt = getBigInt();
375 BigInt bigInt = getBigInt();
389 BigInt lhs = getBigInt();
390 BigInt rhs = value.getBigInt();
404 BigInt lhs = getBigInt();
405 BigInt rhs = value.getBigInt();
422 return getBigInt().sign();
463 return new BigInteger(BigInt.shift(getBigInt(), n));
495 return getBigInt()
[all...]
H A DPrimality.java98 BigInt ni = n.getBigInt();
H A DMultiplication.java93 BigInt bi = val.getBigInt().copy();
H A DBigDecimal.java829 BigInt bi = Multiplication.multiplyByTenPow(augend.getUnscaledValue(),diffScale).getBigInt();
830 bi.add(thisValue.getUnscaledValue().getBigInt());

Completed in 55 milliseconds