Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucbhead/sys/
H A Dsignal.h408 #define FPE_FLTUND_TRAP 0x5 /* floating underflow */ macro
422 #define FPE_FLTUND_TRAP 0xcc /* [floating underflow] */ macro
437 #define FPE_FLTUND_TRAP 0xcc /* [floating underflow] */ macro
/illumos-gate/usr/src/boot/sys/x86/include/
H A Dtrap.h81 #define FPE_FLTUND_TRAP 0x5 /* floating underflow */ macro
/illumos-gate/usr/src/ucblib/libucb/sparc/sys/
H A Dsignal.c227 code = FPE_FLTUND_TRAP; in ucbsigvechandler()