Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dsigfpe.c52 #ifndef FPE_FLTUND_TRAP
53 #define FPE_FLTUND_TRAP 0xcc /* [floating underflow] */ macro
82 FPE_FLTUND_TRAP,
125 case FPE_FLTUND_TRAP:
/titanic_44/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
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dsignal.h49 #define FPE_FLTUND_TRAP 0xcc /* [floating underflow] */ macro
/titanic_44/usr/src/ucblib/libucb/sparc/sys/
H A Dsignal.c231 code = FPE_FLTUND_TRAP; in ucbsigvechandler()