Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/misc/
DFloatingDecimal.java1277 final int bigIntNBits = EXP_SHIFT + 1 - lowOrderZeros;
1342 if ((bigIntNBits == 1) && (bigIntExp > -DoubleConsts.EXP_BIAS + 1)) {
1583 final int bigIntNBits = SINGLE_EXP_SHIFT + 1 - lowOrderZeros; in floatValue() local
1648 if ((bigIntNBits == 1) && (bigIntExp > -FloatConsts.EXP_BIAS + 1)) { in floatValue()