Searched refs:decExponentRounded (Results 1 – 2 of 2) sorted by relevance
41 private int decExponentRounded; field in FormattedFloatingDecimal71 this.decExponentRounded = exp; in FormattedFloatingDecimal()77 this.decExponentRounded = exp; in FormattedFloatingDecimal()82 this.decExponentRounded = exp; in FormattedFloatingDecimal()97 this.decExponentRounded = exp; in FormattedFloatingDecimal()106 return decExponentRounded - 1; in getExponentRounded()
84 private int decExponentRounded; field in FormattedFloatingDecimal