Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/sun/misc/
DFloatingDecimal.java337 private void dtoa( in dtoa() method in FloatingDecimal.BinaryToASCIIBuffer
/libcore/ojluni/src/main/java/sun/misc/
DFloatingDecimal.java424 … private void dtoa( int binExp, long fractBits, int nSignificantBits, boolean isCompatibleFormat) in dtoa() method in FloatingDecimal.BinaryToASCIIBuffer
1785 buf.dtoa(binExp, fractBits, nSignificantBits, isCompatibleFormat); in getBinaryToASCIIConverter()
1825 buf.dtoa(binExp, ((long)fractBits)<<(EXP_SHIFT-SINGLE_EXP_SHIFT), nSignificantBits, true); in getBinaryToASCIIConverter()