Searched refs:EXPONENT_SHIFT (Results 1 – 4 of 4) sorted by relevance
221 public static final int EXPONENT_SHIFT = 10; field in FP16721 int e = (bits >>> EXPONENT_SHIFT) & SHIFTED_EXPONENT_MASK; in toFloat()826 return (short) ((s << SIGN_SHIFT) | (outE << EXPONENT_SHIFT) + outM); in toHalf()864 int e = (bits >>> EXPONENT_SHIFT) & SHIFTED_EXPONENT_MASK; in toHexString()
682 field public static final int EXPONENT_SHIFT = 10; // 0xa