HomeSort by relevance Sort by last modified time
    Searched refs:SIGFPE (Results 1 - 25 of 196) sorted by null

1 2 3 4 5 6 7 8

  /external/libcxx/test/depr/depr.c.headers/
signal_h.pass.cpp 31 #ifndef SIGFPE
32 #error SIGFPE not defined
  /external/libcxx/test/language.support/support.runtime/
csignal.pass.cpp 31 #ifndef SIGFPE
32 #error SIGFPE not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
signal_h.pass.cpp 31 #ifndef SIGFPE
32 #error SIGFPE not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
csignal.pass.cpp 31 #ifndef SIGFPE
32 #error SIGFPE not defined
  /external/valgrind/main/none/tests/mips32/
SignalException.c 78 static const int sigs[] = { SIGFPE };
89 T(1, SIGFPE, FPE_INTOVF),
90 T(2, SIGFPE, FPE_INTOVF),
91 T(3, SIGFPE, FPE_INTOVF),
  /external/chromium_org/base/mac/
os_crash_dumps.cc 36 SIGFPE, // EXC_ARITHMETIC
  /external/lldb/tools/debugserver/source/
SysSignal.cpp 34 case SIGFPE: return "SIGFPE"; // 8 floating point exception
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
signum.h 41 #define SIGFPE 8 /* Floating-point exception (ANSI). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
signum.h 41 #define SIGFPE 8 /* Floating-point exception (ANSI). */
  /external/e2fsprogs/intl/
eval-plural.h 67 raise (SIGFPE);
73 raise (SIGFPE);
  /external/qemu/distrib/sdl-1.2.15/src/
SDL_fatal.c 50 #ifdef SIGFPE
51 SIGFPE,
  /external/valgrind/main/gdbserver_tests/
mcsigpass.stdoutB.exp 14 Program received signal SIGFPE, Arithmetic exception.
  /external/valgrind/main/none/tests/
faultstatus.c 12 /* Division by zero triggers a SIGFPE on x86 and x86_64,
15 On ARM-Linux, we do get a SIGFPE, but not from the faulting of a
17 because the process exits via tgkill, sending itself a SIGFPE.
18 Hence we get a SIGFPE but the SI_CODE is different from that on
124 raise(SIGFPE);
131 static const int sigs[] = { SIGSEGV, SIGILL, SIGBUS, SIGFPE, SIGTRAP };
159 T(4, SIGFPE, DIVISION_BY_ZERO_SI_CODE, 0),
  /bionic/libc/include/sys/
_sigdefs.h 47 __BIONIC_SIGDEF(SIGFPE, "Floating point exception")
  /development/ndk/platforms/android-3/include/sys/
_sigdefs.h 40 __BIONIC_SIGDEF(SIGFPE,8,"Floating point exception")
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
signal.h 25 #define SIGFPE 8
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 40 __BIONIC_SIGDEF(SIGFPE,8,"Floating point exception")
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
_sigdefs.h 40 __BIONIC_SIGDEF(SIGFPE,8,"Floating point exception")
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
_sigdefs.h 40 __BIONIC_SIGDEF(SIGFPE,8,"Floating point exception")
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
_sigdefs.h 40 __BIONIC_SIGDEF(SIGFPE,8,"Floating point exception")
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
_sigdefs.h 40 __BIONIC_SIGDEF(SIGFPE,8,"Floating point exception")
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
_sigdefs.h 40 __BIONIC_SIGDEF(SIGFPE,8,"Floating point exception")
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 40 __BIONIC_SIGDEF(SIGFPE,8,"Floating point exception")
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 40 __BIONIC_SIGDEF(SIGFPE,8,"Floating point exception")
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
_sigdefs.h 40 __BIONIC_SIGDEF(SIGFPE,8,"Floating point exception")

Completed in 715 milliseconds

1 2 3 4 5 6 7 8