Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/fp/
H A Dsigfpe.c67 #ifndef FPE_FLTRES
68 #define FPE_FLTRES 6 /* [floating inexact result] */ macro
99 FPE_FLTRES,
143 case FPE_FLTRES: in _sigfpe_master()
/titanic_41/usr/src/lib/libm/common/m9x/
H A D__fex_i386.c169 sip->si_code = FPE_FLTRES; in __fex_get_x86_exc()
635 if (ex == FPE_FLTRES && (op & 8) != 0) { in __fex_get_op()
660 if (ex == FPE_FLTRES && (op & 8) != 0) { in __fex_get_op()
685 if (ex == FPE_FLTRES && (op & 8) != 0) { in __fex_get_op()
710 if (ex == FPE_FLTRES && (op & 8) != 0) { in __fex_get_op()
741 if (ex == FPE_FLTRES) { in __fex_get_op()
762 if (ex == FPE_FLTOVF || ex == FPE_FLTUND || ex == FPE_FLTRES) { in __fex_get_op()
1390 else if (ex != FPE_FLTRES) in __fex_st_result()
1433 if (ex != FPE_FLTRES && (op & 8) != 0) in __fex_st_result()
1469 if (ex != FPE_FLTRES && (op & 8) != 0) in __fex_st_result()
[all …]
H A D__fex_hdlr.c248 case FPE_FLTRES: in __fex_hdlr()
611 case FPE_FLTRES: in __fex_hdlr()
/titanic_41/usr/src/uts/sparc/sys/
H A Dmachsig.h92 #define FPE_FLTRES 6 /* floating point inexact result */ macro
/titanic_41/usr/src/uts/intel/sys/
H A Dmachsig.h89 #define FPE_FLTRES 6 /* floating point inexact result */ macro
/titanic_41/usr/src/uts/intel/ia32/os/
H A Dfpu.c662 return (FPE_FLTRES); in fpe_sicode()
683 return (FPE_FLTRES); in fpe_simd_sicode()
/titanic_41/usr/src/lib/libdtrace/common/
H A Dprocfs.d.in164 inline int FPE_FLTRES = @FPE_FLTRES@; variable
165 #pragma D binding "1.0" FPE_FLTRES
H A Dprocfs.sed.in142 SED_REPLACE(FPE_FLTRES)
/titanic_41/usr/src/ucblib/libucb/sparc/sys/
H A Dsignal.c233 case FPE_FLTRES: in ucbsigvechandler()
/titanic_41/usr/src/uts/sun4/os/
H A Dtrap.c1453 siginfo.si_code = FPE_FLTRES; in fpu_trap()
1460 siginfo.si_code = FPE_FLTRES; in fpu_trap()
/titanic_41/usr/src/uts/sparc/fpu/
H A Dfpu_simulator.c515 pfpsd->fp_trapcode = FPE_FLTRES; in _fp_fpu_simulator()
/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg447 @ MSG_SI_FPE_FLTRES "[ FPE_FLTRES ]"
/titanic_41/usr/src/cmd/truss/
H A Dexpound.c2863 case FPE_FLTRES: code = "FPE_FLTRES"; break; in print_siginfo32()
3021 case FPE_FLTRES: code = "FPE_FLTRES"; break; in print_siginfo()