Searched refs:SINGLE_MAX_SMALL_TEN (Results 1 – 2 of 2) sorted by relevance
245 private static final int SINGLE_MAX_SMALL_TEN; field in FloatingDecimal.ASCIIToBinaryBuffer248 SINGLE_MAX_SMALL_TEN = 0;
1435 if (exp <= SINGLE_MAX_SMALL_TEN) { in floatValue()1444 if (exp <= SINGLE_MAX_SMALL_TEN + slop) { in floatValue()1459 if (exp >= -SINGLE_MAX_SMALL_TEN) { in floatValue()1726 private static final int SINGLE_MAX_SMALL_TEN = SINGLE_SMALL_10_POW.length-1; field in FloatingDecimal.BinaryToASCIIBuffer