Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/sun/misc/
DFloatingDecimal.java346 static int estimateDecExp(long fractBits, int binExp) { in estimateDecExp() method in FloatingDecimal.BinaryToASCIIBuffer
/libcore/ojluni/src/main/java/sun/misc/
DFloatingDecimal.java515 int decExp = estimateDecExp(fractBits,binExp); in dtoa()
819 static int estimateDecExp(long fractBits, int binExp) {