Home
last modified time | relevance | path

Searched refs:newBigInt (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/math/
DBigInt.java52 private static BigInt newBigInt() { in newBigInt() method in BigInt
231 BigInt r = newBigInt(); in shift()
253 BigInt r = newBigInt(); in addition()
263 BigInt r = newBigInt(); in subtraction()
270 BigInt r = newBigInt(); in gcd()
276 BigInt r = newBigInt(); in product()
283 BigInt r = newBigInt(); in bigExp()
317 BigInt r = newBigInt(); in modulus()
324 BigInt r = newBigInt(); in modExp()
331 BigInt r = newBigInt(); in modInverse()
[all …]