taglinefilesource code
fdiv173include/linux/math_emu.hvoid fdiv(const temp_real *, const temp_real *, temp_real *);
fdiv198kernel/math/emulate.cfdiv(PST(0),PST(code & 7),&tmp);
fdiv202kernel/math/emulate.cfdiv(PST(code & 7),PST(0),&tmp);
fdiv243kernel/math/emulate.cfdiv(PST(0),PST(code & 7),&tmp);
fdiv247kernel/math/emulate.cfdiv(PST(code & 7),PST(0),&tmp);
fdiv298kernel/math/emulate.cfdiv(PST(0),PST(code & 7),&tmp);
fdiv303kernel/math/emulate.cfdiv(PST(code & 7),PST(0),&tmp);
fdiv470kernel/math/emulate.cfdiv(PST(0),&tmp,&tmp);
fdiv474kernel/math/emulate.cfdiv(&tmp,PST(0),&tmp);