Searched refs:FP16_SIGNIFICAND_MASK (Results 1 – 1 of 1) sorted by relevance
157 private static final int FP16_SIGNIFICAND_MASK = 0x3ff; field in Half833 return h & FP16_SIGNIFICAND_MASK; in getSignificand()892 int m = (bits ) & FP16_SIGNIFICAND_MASK; in toFloat()1079 int m = (bits ) & FP16_SIGNIFICAND_MASK; in toHexString()