Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsigfpe_codes.h34 #if defined(FPE_FLTUND) || (defined(HAVE_DECL_FPE_FLTUND) && HAVE_DECL_FPE_FLTUND)
36 static_assert((FPE_FLTUND) == (5), "FPE_FLTUND != 5");
39 # define FPE_FLTUND 5
93 XLAT(FPE_FLTUND),
Dsigfpe_codes.in5 FPE_FLTUND 5
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D22-13-buildonly.c7 #ifndef FPE_FLTUND
8 #error FPE_FLTUND not defined
Dsigmacrolist.txt13 FPE_FLTUND
/external/e2fsprogs/e2fsck/
Dsigcatcher.c215 #ifdef FPE_FLTUND
216 DEFINE_ENTRY(FPE_FLTUND)
/external/minijail/linux-x86/
Dlibconstants.gen.c590 #ifdef FPE_FLTUND
591 { "FPE_FLTUND", (unsigned long) FPE_FLTUND },
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h205 #define FPE_FLTUND 5 /* floating point underflow */ macro
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py142 FPE_FLTUND = 5 variable
DFILE.py147 FPE_FLTUND = 5 variable
/external/v8/src/base/debug/
Dstack_trace_posix.cc219 else if (info->si_code == FPE_FLTUND) in StackDumpSignalHandler()
/external/libchrome/base/debug/
Dstack_trace_posix.cc283 else if (info->si_code == FPE_FLTUND) in StackDumpSignalHandler()
/external/python/cpython2/Lib/plat-sunos5/
DIN.py531 FPE_FLTUND = 5 variable
DSTROPTS.py528 FPE_FLTUND = 5 variable