Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/fp/
H A Dsigfpe.c65 #ifndef FPE_FLTRES
66 #define FPE_FLTRES 6 /* [floating inexact result] */ macro
97 FPE_FLTRES,
141 case FPE_FLTRES: in _sigfpe_master()
/illumos-gate/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()
741 if (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()
1505 if (ex != FPE_FLTRES && (op & 8) != 0) in __fex_st_result()
1541 if (ex != FPE_FLTRES && (op & 8) != 0) in __fex_st_result()
1549 if (ea && ex != FPE_FLTRES) in __fex_st_result()
[all …]
H A D__fex_hdlr.c249 case FPE_FLTRES: in __fex_hdlr()
613 case FPE_FLTRES: in __fex_hdlr()
/illumos-gate/usr/src/uts/sparc/sys/
H A Dmachsig.h90 #define FPE_FLTRES 6 /* floating point inexact result */ macro
/illumos-gate/usr/src/uts/intel/sys/
H A Dmachsig.h87 #define FPE_FLTRES 6 /* floating point inexact result */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dsignal.h265 #define FPE_FLTRES 6 /* Floating point inexact result. */ macro
/illumos-gate/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.in140 SED_REPLACE(FPE_FLTRES)
/illumos-gate/usr/src/ucblib/libucb/sparc/sys/
H A Dsignal.c229 case FPE_FLTRES: in ucbsigvechandler()
/illumos-gate/usr/src/uts/sun4/os/
H A Dtrap.c1443 siginfo.si_code = FPE_FLTRES; in fpu_trap()
1450 siginfo.si_code = FPE_FLTRES; in fpu_trap()
/illumos-gate/usr/src/uts/intel/os/
H A Dfpu.c1524 return (FPE_FLTRES); in fpe_sicode()
1545 return (FPE_FLTRES); in fpe_simd_sicode()
/illumos-gate/usr/src/uts/sparc/fpu/
H A Dfpu_simulator.c516 pfpsd->fp_trapcode = FPE_FLTRES; in _fp_fpu_simulator()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg462 @ MSG_SI_FPE_FLTRES "[ FPE_FLTRES ]"
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c2737 case FPE_FLTRES: code = "FPE_FLTRES"; break; in print_siginfo32()
2894 case FPE_FLTRES: code = "FPE_FLTRES"; break; in print_siginfo()