Home
last modified time | relevance | path

Searched defs:bigInt (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/math/
DBigInteger.java47 private transient BigInt bigInt; field in BigInteger
94 BigInteger(BigInt bigInt) { in BigInteger()
102 BigInt bigInt = new BigInt(); in BigInteger() local
182 BigInt bigInt = new BigInt(); in BigInteger() local
205 BigInt bigInt = new BigInt(); in BigInteger() local
209 BigInt bigInt = new BigInt(); in BigInteger() local
249 BigInt bigInt = new BigInt(); in BigInteger() local
269 BigInt bigInt = new BigInt(); in BigInteger() local
287 BigInt bigInt = new BigInt(); in getBigInt() local
294 private void setBigInt(BigInt bigInt) { in setBigInt()
[all …]
/libcore/luni/src/main/java/java/util/
DFormatter.java1752 BigInteger bigInt = (BigInteger) arg; in transformFromBigInteger() local