quotient_f        287 drivers/media/dvb-frontends/sp887x.c static void divide (int n, int d, int *quotient_i, int *quotient_f)
quotient_f        297 drivers/media/dvb-frontends/sp887x.c 	if (quotient_f) {
quotient_f        301 drivers/media/dvb-frontends/sp887x.c 		*quotient_f = (q << 8) | (r / d);