Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsigfpe_codes.h41 #if defined(FPE_FLTRES) || (defined(HAVE_DECL_FPE_FLTRES) && HAVE_DECL_FPE_FLTRES)
43 static_assert((FPE_FLTRES) == (6), "FPE_FLTRES != 6");
46 # define FPE_FLTRES 6
94 XLAT(FPE_FLTRES),
Dsigfpe_codes.in6 FPE_FLTRES 6
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D22-14-buildonly.c7 #ifndef FPE_FLTRES
8 #error FPE_FLTRES not defined
Dsigmacrolist.txt14 FPE_FLTRES
/external/e2fsprogs/e2fsck/
Dsigcatcher.c218 #ifdef FPE_FLTRES
219 DEFINE_ENTRY(FPE_FLTRES)
/external/minijail/linux-x86/
Dlibconstants.gen.c592 #ifdef FPE_FLTRES
593 {"FPE_FLTRES", (unsigned long)FPE_FLTRES},
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h206 #define FPE_FLTRES 6 /* floating point inexact result */ macro
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py143 FPE_FLTRES = 6 variable
DFILE.py148 FPE_FLTRES = 6 variable
/external/v8/src/base/debug/
Dstack_trace_posix.cc215 else if (info->si_code == FPE_FLTRES) in StackDumpSignalHandler()
/external/libchrome/base/debug/
Dstack_trace_posix.cc279 else if (info->si_code == FPE_FLTRES) in StackDumpSignalHandler()
/external/python/cpython2/Lib/plat-sunos5/
DIN.py532 FPE_FLTRES = 6 variable
DSTROPTS.py529 FPE_FLTRES = 6 variable