Searched refs:FPU_divide_by_zero (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/x86/math-emu/
H A Dreg_divide.c127 return FPU_divide_by_zero(deststnr, sign); FPU_div()
H A Dfpu_proto.h12 asmlinkage int FPU_divide_by_zero(int deststnr, u_char sign);
H A Dfpu_trig.c386 if (FPU_divide_by_zero(0, SIGN_NEG) < 0) fxtract()
1099 if (FPU_divide_by_zero(1, sign) < 0) fyl2x()
1179 if (FPU_divide_by_zero(1, sign) < 0) fyl2x()
H A Derrors.c510 asmlinkage __visible int FPU_divide_by_zero(int deststnr, u_char sign) FPU_divide_by_zero() function
H A Dfpu_entry.c370 if (FPU_divide_by_zero math_emulate()

Completed in 156 milliseconds