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