Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsigfpe_codes.h6 #if defined(FPE_INTDIV) || (defined(HAVE_DECL_FPE_INTDIV) && HAVE_DECL_FPE_INTDIV)
8 static_assert((FPE_INTDIV) == (1), "FPE_INTDIV != 1");
11 # define FPE_INTDIV 1
89 XLAT(FPE_INTDIV),
Dsigfpe_codes.in1 FPE_INTDIV 1
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D22-9-buildonly.c7 #ifndef FPE_INTDIV
8 #error FPE_INTDIV not defined
Dsigmacrolist.txt9 FPE_INTDIV
/external/e2fsprogs/e2fsck/
Dsigcatcher.c203 #ifdef FPE_INTDIV
204 DEFINE_ENTRY(FPE_INTDIV)
/external/minijail/linux-x86/
Dlibconstants.gen.c593 #ifdef FPE_INTDIV
594 { "FPE_INTDIV", (unsigned long) FPE_INTDIV },
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h201 #define FPE_INTDIV 1 /* integer divide by zero */ macro
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py138 FPE_INTDIV = 1 variable
DFILE.py143 FPE_INTDIV = 1 variable
/external/v8/src/base/debug/
Dstack_trace_posix.cc221 else if (info->si_code == FPE_INTDIV) in StackDumpSignalHandler()
/external/libchrome/base/debug/
Dstack_trace_posix.cc285 else if (info->si_code == FPE_INTDIV) in StackDumpSignalHandler()
/external/python/cpython2/Lib/plat-sunos5/
DIN.py527 FPE_INTDIV = 1 variable
DSTROPTS.py524 FPE_INTDIV = 1 variable