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