Home
last modified time | relevance | path

Searched refs:decExponentRounded (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/misc/
DFormattedFloatingDecimal.java41 private int decExponentRounded; field in FormattedFloatingDecimal
71 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()
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DFormattedFloatingDecimal.java84 private int decExponentRounded; field in FormattedFloatingDecimal