Searched refs:zeropre (Results 1 – 1 of 1) sorted by relevance
137 int fraction, shift, mantissa, sign, exp, zeropre; in amd_sfh_float_to_int() local155 zeropre = (((BIT(23) + mantissa) * 100) >> 23) >> exp; in amd_sfh_float_to_int()156 return zeropre >= 50 ? sign : 0; in amd_sfh_float_to_int()