Home
last modified time | relevance | path

Searched refs:FLTFPE (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dfault.h57 #define FLTFPE 9 /* Floating-point exception */ macro
/titanic_41/usr/src/lib/libproc/common/
H A Dproc_names.c49 case FLTFPE: name = "FLTFPE"; break; in rawfltname()
/titanic_41/usr/src/uts/i86pc/os/
H A Dtrap.c1034 fault = FLTFPE; in trap()
1057 fault = FLTFPE; in trap()
1432 trapsig(&siginfo, (fault != FLTFPE && fault != FLTCPCOVF)); in trap()
/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg577 @ MSG_FLTFPE "[ FLTFPE ]"
578 @ MSG_FLTFPE_ALT "FLTFPE"
/titanic_41/usr/src/uts/sun4/os/
H A Dtrap.c1477 fault = FLTFPE; in fpu_trap()