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