Searched refs:binexp (Results 1 – 1 of 1) sorted by relevance
1262 int binexp = (int) (ieeeBits >>> EXP_SHIFT);1264 if (binexp > 0) {1271 binexp = 1 - shift;1273 binexp -= DoubleConsts.EXP_BIAS;1276 final int bigIntExp = binexp - EXP_SHIFT + lowOrderZeros;1300 if (binexp <= -DoubleConsts.EXP_BIAS) {1304 hulpbias = binexp + lowOrderZeros + DoubleConsts.EXP_BIAS;1568 int binexp = ieeeBits >>> SINGLE_EXP_SHIFT; in floatValue() local1570 if (binexp > 0) { in floatValue()1577 binexp = 1 - shift; in floatValue()[all …]