Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/fp/
H A Dsigfpe.c61 #ifndef FPE_FLTOVF
62 #define FPE_FLTOVF 4 /* [floating overflow] */ macro
97 FPE_FLTOVF,
152 case FPE_FLTOVF: in _sigfpe_master()
/titanic_41/usr/src/uts/sparc/sys/
H A Dmachsig.h90 #define FPE_FLTOVF 4 /* floating point overflow */ macro
/titanic_41/usr/src/uts/intel/sys/
H A Dmachsig.h87 #define FPE_FLTOVF 4 /* floating point overflow */ macro
/titanic_41/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.c242 case FPE_FLTOVF: in __fex_hdlr()
605 case FPE_FLTOVF: in __fex_hdlr()
H A D__fex_sparc.c509 case FPE_FLTOVF: in __fex_st_result()
/titanic_41/usr/src/uts/intel/ia32/os/
H A Dfpu.c658 return (FPE_FLTOVF); in fpe_sicode()
679 return (FPE_FLTOVF); in fpe_simd_sicode()
/titanic_41/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.in140 SED_REPLACE(FPE_FLTOVF)
/titanic_41/usr/src/ucblib/libucb/sparc/sys/
H A Dsignal.c227 case FPE_FLTOVF: in ucbsigvechandler()
/titanic_41/usr/src/uts/sparc/fpu/
H A Dfpu_simulator.c506 pfpsd->fp_trapcode = FPE_FLTOVF; in _fp_fpu_simulator()
/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg445 @ MSG_SI_FPE_FLTOVF "[ FPE_FLTOVF ]"
/titanic_41/usr/src/cmd/truss/
H A Dexpound.c2861 case FPE_FLTOVF: code = "FPE_FLTOVF"; break; in print_siginfo32()
3019 case FPE_FLTOVF: code = "FPE_FLTOVF"; break; in print_siginfo()