fmul               62 arch/powerpc/include/asm/kvm_fpu.h FPD_TWO_IN(fmul)
fmul               36 arch/powerpc/math-emu/math.c FLOATFUNC(fmul);
fmul              293 arch/powerpc/math-emu/math.c 			case FMUL:	func = fmul;	type = AC;	break;
fmul              397 arch/sh/math-emu/math.c 	fadd, fsub, fmul, fdiv, fcmp_eq, fcmp_gt, fmov_idx_reg, fmov_reg_idx,
fmul              560 drivers/tty/serial/max310x.c 	unsigned long fdiv, fmul, bestfreq = freq;
fmul              570 drivers/tty/serial/max310x.c 		fmul = fdiv * 6;
fmul              572 drivers/tty/serial/max310x.c 			if (!max310x_update_best_err(fmul, &besterr)) {
fmul              574 drivers/tty/serial/max310x.c 				bestfreq = fmul;
fmul              577 drivers/tty/serial/max310x.c 		fmul = fdiv * 48;
fmul              579 drivers/tty/serial/max310x.c 			if (!max310x_update_best_err(fmul, &besterr)) {
fmul              581 drivers/tty/serial/max310x.c 				bestfreq = fmul;
fmul              584 drivers/tty/serial/max310x.c 		fmul = fdiv * 96;
fmul              586 drivers/tty/serial/max310x.c 			if (!max310x_update_best_err(fmul, &besterr)) {
fmul              588 drivers/tty/serial/max310x.c 				bestfreq = fmul;
fmul              591 drivers/tty/serial/max310x.c 		fmul = fdiv * 144;
fmul              593 drivers/tty/serial/max310x.c 			if (!max310x_update_best_err(fmul, &besterr)) {
fmul              595 drivers/tty/serial/max310x.c 				bestfreq = fmul;