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