Home
last modified time | relevance | path

Searched refs:zeropre (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/hid/amd-sfh-hid/sfh1_1/
H A Damd_sfh_desc.c137 int fraction, shift, mantissa, sign, exp, zeropre; in float_to_int() local
155 zeropre = (((BIT(23) + mantissa) * 100) >> 23) >> exp; in float_to_int()
156 return zeropre >= 50 ? sign : 0; in float_to_int()