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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DFormattedFloatingDecimal.java44 int roundDir = 0; // set by doubleValue field in class:FormattedFloatingDecimal
274 * look at the class instance variable roundDir,
276 * roundDir was set in hardValueOf if the estimate was
289 lbits += (long)roundDir; // hack-o-matic.
1154 * AS A SIDE EFFECT, SET roundDir TO INDICATE PREFERRED
1174 roundDir = 0;
1219 roundDir = ( tValue == dValue ) ? 0
1238 roundDir = ( tValue == dValue ) ? 0
1255 roundDir = ( tValue == dValue ) ? 0
1480 roundDir
[all...]
H A DFloatingDecimal.java43 int roundDir = 0; // set by doubleValue field in class:FloatingDecimal
266 * look at the class instance variable roundDir,
268 * roundDir was set in hardValueOf if the estimate was
281 lbits += (long)roundDir; // hack-o-matic.
1248 * AS A SIDE EFFECT, SET roundDir TO INDICATE PREFERRED
1268 roundDir = 0;
1313 roundDir = ( tValue == dValue ) ? 0
1332 roundDir = ( tValue == dValue ) ? 0
1349 roundDir = ( tValue == dValue ) ? 0
1574 roundDir
[all...]

Completed in 65 milliseconds