Searched refs:intBits (Results 1 – 1 of 1) sorted by relevance
652 int intBits = Float.floatToRawIntBits(a); in round() local653 int biasedExp = (intBits & FloatConsts.EXP_BIT_MASK) in round()659 int r = ((intBits & FloatConsts.SIGNIF_BIT_MASK) in round()661 if (intBits < 0) { in round()