Home
last modified time | relevance | path

Searched refs:FPE_FLTINV (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/fp/
H A Dsigfpe.c68 #ifndef FPE_FLTINV
69 #define FPE_FLTINV 7 /* [floating invalid operation] */ macro
98 FPE_FLTINV,
138 case FPE_FLTINV: in _sigfpe_master()
/illumos-gate/usr/src/uts/sparc/sys/
H A Dmachsig.h91 #define FPE_FLTINV 7 /* invalid floating point operation */ macro
/illumos-gate/usr/src/uts/intel/sys/
H A Dmachsig.h88 #define FPE_FLTINV 7 /* invalid floating point operation */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dsignal.h266 #define FPE_FLTINV 7 /* Invalid floating point operation. */ macro
/illumos-gate/usr/src/uts/intel/os/
H A Dfpu.c1398 return (FPE_FLTINV); in fpexterrflt()
1514 return (FPE_FLTINV); in fpe_sicode()
1525 return (FPE_FLTINV); /* default si_code for other exceptions */ in fpe_sicode()
1535 return (FPE_FLTINV); in fpe_simd_sicode()
1546 return (FPE_FLTINV); /* default si_code for other exceptions */ in fpe_simd_sicode()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dprocfs.d.in166 inline int FPE_FLTINV = @FPE_FLTINV@; variable
167 #pragma D binding "1.0" FPE_FLTINV
H A Dprocfs.sed.in141 SED_REPLACE(FPE_FLTINV)
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_hdlr.c252 case FPE_FLTINV: in __fex_hdlr()
616 case FPE_FLTINV: in __fex_hdlr()
H A D__fex_i386.c161 sip->si_code = ((sw & 0x40)? 0 : FPE_FLTINV); in __fex_get_x86_exc()
/illumos-gate/usr/src/uts/sparc/fpu/
H A Dfpu_simulator.c504 pfpsd->fp_trapcode = FPE_FLTINV; in _fp_fpu_simulator()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg463 @ MSG_SI_FPE_FLTINV "[ FPE_FLTINV ]"
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c2738 case FPE_FLTINV: code = "FPE_FLTINV"; break; in print_siginfo32()
2895 case FPE_FLTINV: code = "FPE_FLTINV"; break; in print_siginfo()