FPU_divide_by_zero  367 arch/x86/math-emu/fpu_entry.c 							if (FPU_divide_by_zero
FPU_divide_by_zero   13 arch/x86/math-emu/fpu_proto.h asmlinkage int FPU_divide_by_zero(int deststnr, u_char sign);
FPU_divide_by_zero  387 arch/x86/math-emu/fpu_trig.c 		if (FPU_divide_by_zero(0, SIGN_NEG) < 0)
FPU_divide_by_zero 1100 arch/x86/math-emu/fpu_trig.c 				if (FPU_divide_by_zero(1, sign) < 0)
FPU_divide_by_zero 1180 arch/x86/math-emu/fpu_trig.c 			if (FPU_divide_by_zero(1, sign) < 0)
FPU_divide_by_zero  128 arch/x86/math-emu/reg_divide.c 		return FPU_divide_by_zero(deststnr, sign);