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

/openjdk7/jdk/src/share/classes/java/math/
H A DBigInteger.java215 mag = trustedStripLeadingZeroInts(val);
353 mag = trustedStripLeadingZeroInts(magnitude);
407 mag = trustedStripLeadingZeroInts(magnitude);
1055 resultMag = trustedStripLeadingZeroInts(resultMag);
1123 resultMag = trustedStripLeadingZeroInts(resultMag);
1171 result = trustedStripLeadingZeroInts(result);
1260 return new BigInteger(trustedStripLeadingZeroInts(z), 1);
1408 result = trustedStripLeadingZeroInts(result);
1412 baseToPow2 = trustedStripLeadingZeroInts(baseToPow2);
2819 private static int[] trustedStripLeadingZeroInts(in method in class:BigInteger
[all...]

Completed in 37 milliseconds