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

/libcore/luni/src/main/java/java/math/
H A DBigInteger.java312 BigInt getBigInt() { method in class:BigInteger
390 BigInt bigInt = getBigInt();
403 BigInt bigInt = getBigInt();
417 BigInt lhs = getBigInt();
418 BigInt rhs = value.getBigInt();
432 BigInt lhs = getBigInt();
433 BigInt rhs = value.getBigInt();
450 return getBigInt().sign();
491 return new BigInteger(BigInt.shift(getBigInt(), n));
523 return getBigInt()
[all...]

Completed in 19 milliseconds