Searched refs:mant (Results 1 - 3 of 3) sorted by relevance

/drivers/media/dvb/frontends/
H A Ddib7000p.c1771 u32 tmp_val = 0, exp = 0, mant = 0; local
1785 mant = (pow_i * 1000 / (1 << exp));
1786 dprintk(" mant = %d exp = %d", mant / 1000, exp);
1788 ix = (u8) ((mant - 1000) / 100); /* index of the LUT */
H A Ddib8000.c1801 u32 ix = 0, tmp_val = 0, exp = 0, mant = 0; local
1809 mant = (val * 1000 / (1<<exp));
1810 ix = (u8)((mant-1000)/100); /* index of the LUT */
/drivers/telephony/
H A Dixj.c6097 unsigned int raise, mant; local
6618 for(mant = 0; mant < j->sigdef.event; mant++){

Completed in 109 milliseconds