Home
last modified time | relevance | path

Searched refs:FPE_FLTOVF (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/fp/
H A Dsigfpe.c59 #ifndef FPE_FLTOVF
60 #define FPE_FLTOVF 4 /* [floating overflow] */ macro
95 FPE_FLTOVF,
150 case FPE_FLTOVF: in _sigfpe_master()
/illumos-gate/usr/src/uts/sparc/sys/
H A Dmachsig.h88 #define FPE_FLTOVF 4 /* floating point overflow */ macro
/illumos-gate/usr/src/uts/intel/sys/
H A Dmachsig.h85 #define FPE_FLTOVF 4 /* floating point overflow */ macro
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_i386.c165 sip->si_code = FPE_FLTOVF; in __fex_get_x86_exc()
762 if (ex == FPE_FLTOVF || ex == FPE_FLTUND || ex == FPE_FLTRES) { in __fex_get_op()
797 if (ex == FPE_FLTOVF) { in __fex_get_op()
1353 if (ex == FPE_FLTOVF || ex == FPE_FLTUND) { in __fex_st_result()
1364 if (ex == FPE_FLTOVF) in __fex_st_result()
1380 if (ex == FPE_FLTOVF) in __fex_st_result()
1624 stack = (ex == FPE_FLTOVF || ex == FPE_FLTUND || ex == FPE_FLTRES); in __fex_st_result()
H A D__fex_hdlr.c243 case FPE_FLTOVF: in __fex_hdlr()
607 case FPE_FLTOVF: in __fex_hdlr()
H A D__fex_sparc.c509 case FPE_FLTOVF: in __fex_st_result()
/illumos-gate/usr/src/boot/sys/sys/
H A Dsignal.h263 #define FPE_FLTOVF 4 /* Floating point overflow. */ macro
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dprocfs.d.in160 inline int FPE_FLTOVF = @FPE_FLTOVF@; variable
161 #pragma D binding "1.0" FPE_FLTOVF
H A Dprocfs.sed.in138 SED_REPLACE(FPE_FLTOVF)
/illumos-gate/usr/src/ucblib/libucb/sparc/sys/
H A Dsignal.c223 case FPE_FLTOVF: in ucbsigvechandler()
/illumos-gate/usr/src/uts/intel/os/
H A Dfpu.c1520 return (FPE_FLTOVF); in fpe_sicode()
1541 return (FPE_FLTOVF); in fpe_simd_sicode()
/illumos-gate/usr/src/uts/sparc/fpu/
H A Dfpu_simulator.c507 pfpsd->fp_trapcode = FPE_FLTOVF; in _fp_fpu_simulator()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg460 @ MSG_SI_FPE_FLTOVF "[ FPE_FLTOVF ]"
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c2735 case FPE_FLTOVF: code = "FPE_FLTOVF"; break; in print_siginfo32()
2892 case FPE_FLTOVF: code = "FPE_FLTOVF"; break; in print_siginfo()