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

/openjdk7/jdk/src/share/classes/java/math/
H A DBigInteger.java258 this.mag = stripLeadingZeroInts(magnitude);
2805 private static int[] stripLeadingZeroInts(int val[]) { method in class:BigInteger

Completed in 30 milliseconds