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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DFloatingDecimal.java2721 assert dataInRangeIsZero(i, m, other); // negative result of subtract
2725 private static boolean dataInRangeIsZero(int i, int m, FDBigInt other) { method in class:FDBigInt
2857 assert dataInRangeIsZero(2, this.nWords, this); // value too big

Completed in 34 milliseconds