Searched refs:FPU_divide_by_zero (Results 1 - 5 of 5) sorted by last modified time

/linux-master/arch/x86/math-emu/
H A Dfpu_trig.c387 if (FPU_divide_by_zero(0, SIGN_NEG) < 0)
1105 if (FPU_divide_by_zero(1, sign) < 0)
1185 if (FPU_divide_by_zero(1, sign) < 0)
H A Dfpu_entry.c368 if (FPU_divide_by_zero
H A Dfpu_proto.h13 asmlinkage int FPU_divide_by_zero(int deststnr, u_char sign);
H A Derrors.c512 asmlinkage __visible int FPU_divide_by_zero(int deststnr, u_char sign) function
H A Dreg_divide.c128 return FPU_divide_by_zero(deststnr, sign);

Completed in 163 milliseconds