Searched refs:FormattedFloatingDecimal (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/misc/
H A DFormattedFloatingDecimal.java33 public class FormattedFloatingDecimal{ class
51 private FormattedFloatingDecimal( boolean negSign, int decExponent, char []digits, int n, boolean e, int precision, Form form ) method in class:FormattedFloatingDecimal
467 public FormattedFloatingDecimal( double d ) method in class:FormattedFloatingDecimal
472 public FormattedFloatingDecimal( double d, int precision, Form form ) method in class:FormattedFloatingDecimal
535 public FormattedFloatingDecimal( float f ) method in class:FormattedFloatingDecimal
539 public FormattedFloatingDecimal( float f, int precision, Form form ) method in class:FormattedFloatingDecimal
1151 * Take a FormattedFloatingDecimal, which we presumably just scanned in,
1509 * Take a FormattedFloatingDecimal, which we presumably just scanned in,
/openjdk7/jdk/src/share/classes/java/util/
H A DFormatter.java55 import sun.misc.FormattedFloatingDecimal;
3211 // Create a new FormattedFloatingDecimal with the desired
3215 FormattedFloatingDecimal fd
3216 = new FormattedFloatingDecimal(value, prec,
3217 FormattedFloatingDecimal.Form.SCIENTIFIC);
3248 // Create a new FormattedFloatingDecimal with the desired
3252 FormattedFloatingDecimal fd
3253 = new FormattedFloatingDecimal(value, prec,
3254 FormattedFloatingDecimal.Form.DECIMAL_FLOAT);
3279 FormattedFloatingDecimal f
[all...]
/openjdk7/jdk/make/java/java/
H A DFILES_java.gmk60 sun/misc/FormattedFloatingDecimal.java \

Completed in 44 milliseconds