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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DFloatingDecimal.java459 dtoa( binExp, fractBits, nSignificantBits );
519 dtoa( binExp, ((long)fractBits)<<(expShift-singleExpShift), nSignificantBits );
523 dtoa( int binExp, long fractBits, int nSignificantBits ) method in class:FloatingDecimal
H A DFormattedFloatingDecimal.java529 dtoa( binExp, fractBits, nSignificantBits );
596 dtoa( binExp, ((long)fractBits)<<(expShift-singleExpShift), nSignificantBits );
600 dtoa( int binExp, long fractBits, int nSignificantBits ) method in class:FormattedFloatingDecimal

Completed in 1458 milliseconds