Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsigfpe_codes.h48 #if defined(FPE_FLTINV) || (defined(HAVE_DECL_FPE_FLTINV) && HAVE_DECL_FPE_FLTINV)
50 static_assert((FPE_FLTINV) == (7), "FPE_FLTINV != 7");
53 # define FPE_FLTINV 7
95 XLAT(FPE_FLTINV),
Dsigfpe_codes.in7 FPE_FLTINV 7
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D22-15-buildonly.c7 #ifndef FPE_FLTINV
8 #error FPE_FLTINV not defined
Dsigmacrolist.txt15 FPE_FLTINV
/external/e2fsprogs/e2fsck/
Dsigcatcher.c221 #ifdef FPE_FLTINV
222 DEFINE_ENTRY(FPE_FLTINV)
/external/one-true-awk/
Dmain.c69 [FPE_FLTINV] = "Invalid Floating point operation", in fpecatch()
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h207 #define FPE_FLTINV 7 /* floating point invalid operation */ macro
/external/llvm-project/lldb/source/Plugins/Process/POSIX/
DCrashReason.cpp107 case FPE_FLTINV: in GetCrashReasonForSIGFPE()
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py144 FPE_FLTINV = 7 variable
DFILE.py149 FPE_FLTINV = 7 variable
/external/libchrome/base/debug/
Dstack_trace_posix.cc275 else if (info->si_code == FPE_FLTINV) in StackDumpSignalHandler()
/external/python/cpython2/Lib/plat-sunos5/
DIN.py533 FPE_FLTINV = 7 variable
DSTROPTS.py530 FPE_FLTINV = 7 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c2230 #ifdef FPE_FLTINV
2231 { "FPE_FLTINV", (unsigned long) FPE_FLTINV },