Lines Matching refs:float16_val
83 return float16_val(a) & 0x3ff;92 return (float16_val(a) >> 10) & 0x1f;101 return float16_val(a)>>15;