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

/openjdk7/jdk/src/share/classes/java/math/
H A DBigInteger.java56 * little sense in combination with the "infinite word size" abstraction
1128 * Subtracts the contents of the second int arrays (little) from the
1133 private static int[] subtract(int[] big, int[] little) { argument
1136 int littleIndex = little.length;
1142 (little[--littleIndex] & LONG_MASK) +
3008 * Returns the specified int of the little-endian two's complement
3027 * little-endian binary representation of the magnitude (int 0 is the

Completed in 1732 milliseconds