Searched refs:EXPONENT_SHIFT (Results 1 – 2 of 2) sorted by relevance
164 public static final int EXPONENT_SHIFT = 10; field in FP16581 int e = (bits >>> EXPONENT_SHIFT) & SHIFTED_EXPONENT_MASK; in toFloat()683 return (short) ((s << SIGN_SHIFT) | (outE << EXPONENT_SHIFT) + outM); in toHalf()718 int e = (bits >>> EXPONENT_SHIFT) & SHIFTED_EXPONENT_MASK; in toHexString()
1059 field public static final int EXPONENT_SHIFT = 10; // 0xa