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