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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DFloatingDecimal.java41 boolean mustSetRoundDir = false; field in class:FloatingDecimal
1267 if (mustSetRoundDir) {
1311 if ( mustSetRoundDir ){
1330 if ( mustSetRoundDir ){
1348 if ( mustSetRoundDir ){
1573 if (mustSetRoundDir) {
1582 if (mustSetRoundDir) {
1745 mustSetRoundDir = !fromHex;
H A DFormattedFloatingDecimal.java42 boolean mustSetRoundDir = false; field in class:FormattedFloatingDecimal
1173 if (mustSetRoundDir) {
1217 if ( mustSetRoundDir ){
1236 if ( mustSetRoundDir ){
1254 if ( mustSetRoundDir ){
1479 if (mustSetRoundDir) {
1488 if (mustSetRoundDir) {
1651 mustSetRoundDir = !fromHex;

Completed in 1352 milliseconds