Lines Matching refs:float16_val
80 return float16_val(a) & 0x3ff;89 return (float16_val(a) >> 10) & 0x1f;98 return float16_val(a)>>15;