taglinefilesource code
fmul169include/linux/math_emu.hvoid fmul(const temp_real *, const temp_real *, temp_real *);
fmul173kernel/math/emulate.cfmul(PST(0),PST(code & 7),&tmp);
fmul218kernel/math/emulate.cfmul(PST(0),PST(code & 7),&tmp);
fmul273kernel/math/emulate.cfmul(PST(code & 7),PST(0),&tmp);
fmul446kernel/math/emulate.cfmul(&tmp,PST(0),&tmp);