taglinefilesource code
fdiv173include/linux/math_emu.hvoid fdiv(const temp_real *, const temp_real *, temp_real *);
fdiv195kernel/math/emulate.cfdiv(PST(0),PST(code & 7),&tmp);
fdiv199kernel/math/emulate.cfdiv(PST(code & 7),PST(0),&tmp);
fdiv240kernel/math/emulate.cfdiv(PST(0),PST(code & 7),&tmp);
fdiv244kernel/math/emulate.cfdiv(PST(code & 7),PST(0),&tmp);
fdiv295kernel/math/emulate.cfdiv(PST(0),PST(code & 7),&tmp);
fdiv300kernel/math/emulate.cfdiv(PST(code & 7),PST(0),&tmp);
fdiv467kernel/math/emulate.cfdiv(PST(0),&tmp,&tmp);
fdiv471kernel/math/emulate.cfdiv(&tmp,PST(0),&tmp);