Home
last modified time | relevance | path

Searched refs:FPE_FLTDIV_TRAP (Results 1 – 3 of 3) sorted by relevance

/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
/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/ucblib/libucb/sparc/sys/
H A Dsignal.c221 code = FPE_FLTDIV_TRAP; in ucbsigvechandler()