Searched refs:MIN_EXP (Results 1 – 2 of 2) sorted by relevance
271 if (exp < MIN_EXP) { in round()327 inc = power10K(MIN_EXP-mant.length-1); in nextAfter()346 inc = power10K(MIN_EXP-mant.length-1); in nextAfter()
103 public static final int MIN_EXP = -32767; field in Dfp1383 if (exp < MIN_EXP) { in round()2168 if ( (result.exp+mant.length) < MIN_EXP) { in dotrap()2262 inc.exp = MIN_EXP-mant.length; in nextAfter()2278 inc.exp = MIN_EXP-mant.length; in nextAfter()