Searched refs:SIGFPE (Results 1 – 22 of 22) sorted by relevance
38 #define NOW SIGFPE124 H (SIGFPE); in psiginfo()185 if (pinfo->si_signo == SIGILL || pinfo->si_signo == SIGFPE in psiginfo()
11 #if NOW == SIGFPE
64 raise (SIGFPE); in plural_eval()70 raise (SIGFPE); in plural_eval()
80 *signo = SIGFPE; in exception2signal()155 *signo = SIGFPE; in exception2signal()
36 raise (SIGFPE); in __atomic_feupdateenv()
29 raise (SIGFPE); in __feraiseexcept()
39 raise (SIGFPE); in __feupdateenv()
55 raise (SIGFPE); in __simulate_exceptions()
51 #define SIGFPE 8 /* Erroneous arithmetic operation. */ macro
55 *signo = SIGFPE; in _hurd_exception2signal()
847 case SIGFPE: in weak_alias()
86 sigaddset (&ss, SIGFPE); in do_test()
68 eabi_constant (SIGFPE);
35 init_sig (SIGFPE, "FPE", N_("Floating point exception"))
24 VERIFY (set, SIGFPE); in do_test()
284 else if (WIFSIGNALED (status) && WTERMSIG (status) == SIGFPE) in feenv_nomask_test()395 else if (WIFSIGNALED (status) && WTERMSIG (status) == SIGFPE) in feexcp_nomask_test()
130 signal (SIGFPE, &myFPsighandler); in TEST_FUNC()
63 macro-int-constant SIGFPE {int} > 0
281 @deftypevr Macro int SIGFPE283 The @code{SIGFPE} signal reports a fatal arithmetic error. Although the295 @code{SIGFPE} signal doesn't distinguish between them. The @cite{IEEE304 BSD systems provide the @code{SIGFPE} handler with an extra argument2636 Remember, too, that blocking program error signals such as @code{SIGFPE}
512 when an exception is raised, your program will receive the @code{SIGFPE}1040 receiving the @code{SIGFPE} signal; see @ref{Signal Handling}.
5479 msgstr "Výjimka v pohyblivé řádové čárce (SIGFPE)"
40164 (do_test): Set up SIGFPE handler at start, using plain signal rather83452 (SIGFPE): Likewise.