Searched refs:mant_odd (Results 1 – 2 of 2) sorted by relevance
96 unsigned int mant_odd = in __gnu_f2h_ieee() local103 f.set_uint(f.as_uint() + mant_odd); in __gnu_f2h_ieee()
322 unsigned int mant_odd = (f.u >> 13) & 1; // resulting mantissa is odd in float_to_half_rtne()327 f.u += mant_odd; in float_to_half_rtne()