Home
last modified time | relevance | path

Searched defs:binExp (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/sun/misc/
DFloatingDecimal.java338 int binExp, long fractBits, int nSignificantBits, boolean isCompatibleFormat) { in dtoa()
346 static int estimateDecExp(long fractBits, int binExp) { in estimateDecExp()
/libcore/ojluni/src/main/java/sun/misc/
DFloatingDecimal.java424 … private void dtoa( int binExp, long fractBits, int nSignificantBits, boolean isCompatibleFormat) in dtoa()
1753 int binExp = (int)( (dBits&DoubleConsts.EXP_BIT_MASK) >> EXP_SHIFT ); in getBinaryToASCIIConverter() local
1793 int binExp = (fBits&FloatConsts.EXP_BIT_MASK) >> SINGLE_EXP_SHIFT; in getBinaryToASCIIConverter() local