Searched refs:biasedExp (Results 1 – 1 of 1) sorted by relevance
677 int biasedExp = (intBits & FloatConsts.EXP_BIT_MASK) in round() local680 + FloatConsts.EXP_BIAS) - biasedExp; in round()726 long biasedExp = (longBits & DoubleConsts.EXP_BIT_MASK) in round() local729 + DoubleConsts.EXP_BIAS) - biasedExp; in round()