Searched refs:dtoa (Results 1 – 2 of 2) sorted by relevance
337 private void dtoa( in dtoa() method in FloatingDecimal.BinaryToASCIIBuffer
424 … private void dtoa( int binExp, long fractBits, int nSignificantBits, boolean isCompatibleFormat) in dtoa() method in FloatingDecimal.BinaryToASCIIBuffer1785 buf.dtoa(binExp, fractBits, nSignificantBits, isCompatibleFormat); in getBinaryToASCIIConverter()1825 buf.dtoa(binExp, ((long)fractBits)<<(EXP_SHIFT-SINGLE_EXP_SHIFT), nSignificantBits, true); in getBinaryToASCIIConverter()