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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dsp887x.c287 static void divide (int n, int d, int *quotient_i, int *quotient_f) argument
297 if (quotient_f) {
301 *quotient_f = (q << 8) | (r / d);

Completed in 66 milliseconds