Searched refs:SHIFTED_EXPONENT_MASK (Results 1 – 4 of 4) sorted by relevance
239 public static final int SHIFTED_EXPONENT_MASK = 0x1f; field in FP16721 int e = (bits >>> EXPONENT_SHIFT) & SHIFTED_EXPONENT_MASK; in toFloat()864 int e = (bits >>> EXPONENT_SHIFT) & SHIFTED_EXPONENT_MASK; in toHexString()
695 field public static final int SHIFTED_EXPONENT_MASK = 31; // 0x1f