Lines Matching refs:SIGFPE
105 DO_ERROR_INFO(divide_exception, SIGFPE, FPE_INTDIV,
107 DO_ERROR_INFO(overflow_exception, SIGFPE, FPE_INTOVF,
109 DO_ERROR_INFO(hfp_overflow_exception, SIGFPE, FPE_FLTOVF,
111 DO_ERROR_INFO(hfp_underflow_exception, SIGFPE, FPE_FLTUND,
113 DO_ERROR_INFO(hfp_significance_exception, SIGFPE, FPE_FLTRES,
115 DO_ERROR_INFO(hfp_divide_exception, SIGFPE, FPE_FLTDIV,
117 DO_ERROR_INFO(hfp_sqrt_exception, SIGFPE, FPE_FLTINV,
145 do_trap(regs, SIGFPE, si_code, "floating point exception"); in do_fp_trap()
227 do_trap(regs, SIGFPE, si_code, "vector exception"); in vector_exception()
236 signal = SIGFPE; in data_exception()
239 if (signal == SIGFPE) in data_exception()