Searched refs:makePositive (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/util/
H A DDerInputBuffer.java133 * @param makePositive whether to always return a positive value,
137 BigInteger getBigInteger(int len, boolean makePositive) throws IOException { argument
150 if (makePositive) {
/openjdk7/jdk/src/share/classes/java/math/
H A DBigInteger.java193 mag = makePositive(val);
212 mag = makePositive(val);
2858 private static int[] makePositive(byte a[]) { method in class:BigInteger
2906 private static int[] makePositive(int a[]) { method in class:BigInteger

Completed in 38 milliseconds