Searched refs:longBits (Results 1 – 1 of 1) sorted by relevance
701 long longBits = Double.doubleToRawLongBits(a); in round() local702 long biasedExp = (longBits & DoubleConsts.EXP_BIT_MASK) in round()708 long r = ((longBits & DoubleConsts.SIGNIF_BIT_MASK) in round()710 if (longBits < 0) { in round()