Searched refs:FPE_FLTUND (Results 1 – 14 of 14) sorted by relevance
62 #ifndef FPE_FLTUND63 #define FPE_FLTUND 5 /* [floating underflow] */ macro96 FPE_FLTUND,147 case FPE_FLTUND: in _sigfpe_master()
89 #define FPE_FLTUND 5 /* floating point underflow */ macro
86 #define FPE_FLTUND 5 /* floating point underflow */ macro
167 sip->si_code = FPE_FLTUND; in __fex_get_x86_exc()762 if (ex == FPE_FLTOVF || ex == FPE_FLTUND || ex == FPE_FLTRES) { in __fex_get_op()807 else if (ex == FPE_FLTUND) { in __fex_get_op()1353 if (ex == FPE_FLTOVF || ex == FPE_FLTUND) { in __fex_st_result()1624 stack = (ex == FPE_FLTOVF || ex == FPE_FLTUND || ex == FPE_FLTRES); in __fex_st_result()
246 case FPE_FLTUND: in __fex_hdlr()610 case FPE_FLTUND: in __fex_hdlr()
515 case FPE_FLTUND: in __fex_st_result()
264 #define FPE_FLTUND 5 /* Floating point underflow. */ macro
162 inline int FPE_FLTUND = @FPE_FLTUND@; variable163 #pragma D binding "1.0" FPE_FLTUND
139 SED_REPLACE(FPE_FLTUND)
226 case FPE_FLTUND: in ucbsigvechandler()
1522 return (FPE_FLTUND); in fpe_sicode()1543 return (FPE_FLTUND); in fpe_simd_sicode()
510 pfpsd->fp_trapcode = FPE_FLTUND; in _fp_fpu_simulator()
462 @ MSG_SI_FPE_FLTUND "[ FPE_FLTUND ]"
2750 case FPE_FLTUND: code = "FPE_FLTUND"; break; in print_siginfo32()2907 case FPE_FLTUND: code = "FPE_FLTUND"; break; in print_siginfo()