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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DIntArray.java23 public IntArray(BigInteger bigInt) argument
25 this(bigInt, 0);
28 public IntArray(BigInteger bigInt, int minIntLen) argument
30 if (bigInt.signum() == -1)
34 if (bigInt.equals(ECConstants.ZERO))
40 byte[] barr = bigInt.toByteArray();
H A DSimpleBigDecimal.java22 private final BigInteger bigInt; field in class:SimpleBigDecimal
41 * constructed <code>SimpleBigDecimal</code> equals <code>bigInt /
43 * @param bigInt The <code>bigInt</code> value parameter.
46 public SimpleBigDecimal(BigInteger bigInt, int scale) argument
53 this.bigInt = bigInt;
59 bigInt = limBigDec.bigInt;
84 return new SimpleBigDecimal(bigInt
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 234 milliseconds