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