Searched defs:FPE_FLTDIV_TRAP (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dsigfpe.c49 #ifndef FPE_FLTDIV_TRAP
50 #define FPE_FLTDIV_TRAP 0xc8 /* [floating divide by zero] */ macro
81 FPE_FLTDIV_TRAP,
122 case FPE_FLTDIV_TRAP:
/illumos-gate/usr/src/boot/sys/x86/include/
H A Dtrap.h79 #define FPE_FLTDIV_TRAP 0x3 /* floating/decimal divide by zero */ macro
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dsignal.h48 #define FPE_FLTDIV_TRAP 0xc8 /* [floating divide by zero] */ macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dsignal.h407 #define FPE_FLTDIV_TRAP 0x4 /* floating/decimal divide by zero */ macro
421 #define FPE_FLTDIV_TRAP 0xc8 /* [floating divide by zero] */ macro
436 #define FPE_FLTDIV_TRAP 0xc8 /* [floating divide by zero] */ macro

Completed in 57 milliseconds