Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/math/
DBigInt.java27 final class BigInt { class
30 BigInt.class.getClassLoader(), NativeBN.getNativeFinalizer());
52 private static BigInt newBigInt() { in newBigInt()
53 BigInt bi = new BigInt(); in newBigInt()
60 static int cmp(BigInt a, BigInt b) { in cmp()
65 void putCopy(BigInt from) { in putCopy()
70 BigInt copy() { in copy()
71 BigInt bi = new BigInt(); in copy()
230 static BigInt shift(BigInt a, int n) { in shift()
231 BigInt r = newBigInt(); in shift()
[all …]
DBigInteger.java49 private transient BigInt bigInt;
96 BigInteger(BigInt bigInt) { in BigInteger()
104 BigInt bigInt = new BigInt(); in BigInteger()
179 BigInt prime = new BigInt(); in BigInteger()
185 setBigInt(BigInt.generatePrimeDefault(bitLength)); in BigInteger()
218 BigInt bigInt = new BigInt(); in BigInteger()
241 BigInt bigInt = new BigInt(); in BigInteger()
245 BigInt bigInt = new BigInt(); in BigInteger()
285 BigInt bigInt = new BigInt(); in BigInteger()
305 BigInt bigInt = new BigInt(); in BigInteger()
[all …]
DPrimality.java92 BigInt ni = n.getBigInt(); in nextProbablePrime()
102 BigInt startPoint = ni.copy(); in nextProbablePrime()
103 BigInt probPrime = new BigInt(); in nextProbablePrime()
106 startPoint.addPositiveInt(BigInt.remainderByPositiveInt(ni, 2) + 1); in nextProbablePrime()
116 modules[i] = BigInt.remainderByPositiveInt(startPoint, primes[i]) - gapSize; in nextProbablePrime()
DMultiplication.java92 BigInt bi = val.getBigInt().copy(); in multiplyByPositiveInt()
DBigDecimal.java495 BigInt bi = new BigInt(); in BigDecimal()
767BigInt bi = Multiplication.multiplyByTenPow(augend.getUnscaledValue(),diffScale).getBigInt(); in addAndMult10()
/libcore/
Dnon_openjdk_java_files.bp160 "luni/src/main/java/java/math/BigInt.java",