Searched refs:FP32_SIGNIFICAND_MASK (Results 1 – 1 of 1) sorted by relevance
165 private static final int FP32_SIGNIFICAND_MASK = 0x7fffff; field in Half944 int m = (bits ) & FP32_SIGNIFICAND_MASK; in toHalf()