Lines Matching refs:SIGFPE
131 DO_ERROR_INFO(divide_exception, SIGFPE, FPE_INTDIV,
133 DO_ERROR_INFO(overflow_exception, SIGFPE, FPE_INTOVF,
135 DO_ERROR_INFO(hfp_overflow_exception, SIGFPE, FPE_FLTOVF,
137 DO_ERROR_INFO(hfp_underflow_exception, SIGFPE, FPE_FLTUND,
139 DO_ERROR_INFO(hfp_significance_exception, SIGFPE, FPE_FLTRES,
141 DO_ERROR_INFO(hfp_divide_exception, SIGFPE, FPE_FLTDIV,
143 DO_ERROR_INFO(hfp_sqrt_exception, SIGFPE, FPE_FLTINV,
171 do_trap(regs, SIGFPE, si_code, "floating point exception"); in do_fp_trap()
283 do_trap(regs, SIGFPE, si_code, "vector exception"); in vector_exception()
311 signal = SIGFPE; in data_exception()
314 if (signal == SIGFPE) in data_exception()