Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsigfpe_codes.h27 #if defined(FPE_FLTOVF) || (defined(HAVE_DECL_FPE_FLTOVF) && HAVE_DECL_FPE_FLTOVF)
29 static_assert((FPE_FLTOVF) == (4), "FPE_FLTOVF != 4");
32 # define FPE_FLTOVF 4
92 XLAT(FPE_FLTOVF),
Dsigfpe_codes.in4 FPE_FLTOVF 4
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D22-12-buildonly.c7 #ifndef FPE_FLTOVF
8 #error FPE_FLTOVF not defined
Dsigmacrolist.txt12 FPE_FLTOVF
/external/e2fsprogs/e2fsck/
Dsigcatcher.c212 #ifdef FPE_FLTOVF
213 DEFINE_ENTRY(FPE_FLTOVF)
/external/minijail/linux-x86/
Dlibconstants.gen.c581 #ifdef FPE_FLTOVF
582 { "FPE_FLTOVF", (unsigned long) FPE_FLTOVF },
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h204 #define FPE_FLTOVF 4 /* floating point overflow */ macro
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py141 FPE_FLTOVF = 4 variable
DFILE.py146 FPE_FLTOVF = 4 variable
/external/v8/src/base/debug/
Dstack_trace_posix.cc213 else if (info->si_code == FPE_FLTOVF) in StackDumpSignalHandler()
/external/libchrome/base/debug/
Dstack_trace_posix.cc277 else if (info->si_code == FPE_FLTOVF) in StackDumpSignalHandler()
/external/python/cpython2/Lib/plat-sunos5/
DIN.py530 FPE_FLTOVF = 4 variable
DSTROPTS.py527 FPE_FLTOVF = 4 variable