Home
last modified time | relevance | path

Searched defs:SIGFPE (Results 1 – 3 of 3) sorted by relevance

/freebsd/cddl/lib/libdtrace/
H A Dsignal.d40 inline int SIGFPE = 8; variable
/freebsd/sys/sys/
H A Dsignal.h85 #define SIGFPE 8 /* floating point exception */ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp126 const int SIGFPE = 8; variable