Home
last modified time | relevance | path

Searched refs:FPE_FLTDIV (Results 1 – 25 of 443) sorted by relevance

12345678910>>...18

/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-sigfpe.c86 #if defined(FPE_FLTDIV) in stress_sigfpe_errstr()
87 case FPE_FLTDIV: in stress_sigfpe_errstr()
140 #if defined(FPE_FLTDIV) in stress_sigfpe()
141 { SNG_FLTDIV, FPE_FLTDIV }, /* NaN or Inf, no trap */ in stress_sigfpe()
144 defined(FPE_FLTDIV) in stress_sigfpe()
145 { FE_DIVBYZERO, FPE_FLTDIV }, /* Nan or Inf, no trap */ in stress_sigfpe()
/dports/lang/mawk/mawk-1.3.4-20190203/
H A Dmatherr.c83 #ifndef FPE_FLTDIV
86 #define FPE_FLTDIV FPE_ZERODIVIDE macro
105 #ifdef FPE_FLTDIV in fpe_catch()
106 case FPE_FLTDIV: in fpe_catch()
/dports/misc/posixtestsuite/posixtestsuite/conformance/definitions/signal_h/
H A D22-11.c7 #ifndef FPE_FLTDIV
8 #error FPE_FLTDIV not defined
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/bits/
H A Dsiginfo-consts.h100 FPE_FLTDIV, /* Floating point divide by zero. */ enumerator
101 # define FPE_FLTDIV FPE_FLTDIV macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/bits/
H A Dsiginfo-consts.h100 FPE_FLTDIV, /* Floating point divide by zero. */ enumerator
101 # define FPE_FLTDIV FPE_FLTDIV macro
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Ddefs_arm_linux.go98 FPE_FLTDIV = C.FPE_FLTDIV & 0xFFFF const
H A Ddefs_netbsd.go85 FPE_FLTDIV = C.FPE_FLTDIV const
H A Ddefs_openbsd.go81 FPE_FLTDIV = C.FPE_FLTDIV const
H A Ddefs_linux.go89 FPE_FLTDIV = C.FPE_FLTDIV const
H A Ddefs_dragonfly.go84 FPE_FLTDIV = C.FPE_FLTDIV const
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/
H A Ddefs_arm_linux.go98 FPE_FLTDIV = C.FPE_FLTDIV & 0xFFFF const
H A Ddefs_linux.go93 FPE_FLTDIV = C.FPE_FLTDIV const
H A Ddefs_netbsd.go90 FPE_FLTDIV = C.FPE_FLTDIV const
H A Ddefs_openbsd.go87 FPE_FLTDIV = C.FPE_FLTDIV const
H A Ddefs_dragonfly.go84 FPE_FLTDIV = C.FPE_FLTDIV const
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Ddefs_arm_linux.go98 FPE_FLTDIV = C.FPE_FLTDIV & 0xFFFF const
H A Ddefs_netbsd.go90 FPE_FLTDIV = C.FPE_FLTDIV const
/dports/editors/fpc-ide/fpc-3.2.2/rtl/solaris/sparc/
H A Dsighnd.inc27 FPE_FLTDIV = 3;
60 FPE_FLTDIV:
/dports/editors/fpc-ide/fpc-3.2.2/rtl/solaris/x86_64/
H A Dsighnd.inc21 FPE_FLTDIV = 3;
54 FPE_FLTDIV:
/dports/lang/fpc-utils/fpc-3.2.2/rtl/solaris/x86_64/
H A Dsighnd.inc21 FPE_FLTDIV = 3;
54 FPE_FLTDIV:
/dports/lang/fpc-utils/fpc-3.2.2/rtl/solaris/sparc/
H A Dsighnd.inc27 FPE_FLTDIV = 3;
60 FPE_FLTDIV:
/dports/lang/fpc-source/fpc-3.2.2/rtl/solaris/sparc/
H A Dsighnd.inc27 FPE_FLTDIV = 3;
60 FPE_FLTDIV:
/dports/lang/fpc-source/fpc-3.2.2/rtl/solaris/x86_64/
H A Dsighnd.inc21 FPE_FLTDIV = 3;
54 FPE_FLTDIV:
/dports/lang/fpc/fpc-3.2.2/rtl/solaris/x86_64/
H A Dsighnd.inc21 FPE_FLTDIV = 3;
54 FPE_FLTDIV:
/dports/lang/fpc/fpc-3.2.2/rtl/solaris/sparc/
H A Dsighnd.inc27 FPE_FLTDIV = 3;
60 FPE_FLTDIV:

12345678910>>...18