Searched refs:bigIntNBits (Results 1 – 1 of 1) sorted by relevance
1277 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() local1648 if ((bigIntNBits == 1) && (bigIntExp > -FloatConsts.EXP_BIAS + 1)) { in floatValue()