Searched refs:exceptions (Results 1 – 4 of 4) sorted by relevance
26 void __Qp_handle_exceptions(int exceptions) in __Qp_handle_exceptions() argument28 if (exceptions & FP_EX_INVALID) in __Qp_handle_exceptions()33 if (exceptions & FP_EX_DIVZERO) in __Qp_handle_exceptions()40 if (exceptions & FP_EX_OVERFLOW) in __Qp_handle_exceptions()44 exceptions &= ~FP_EX_INEXACT; in __Qp_handle_exceptions()46 if (exceptions & FP_EX_UNDERFLOW) in __Qp_handle_exceptions()50 exceptions &= ~FP_EX_INEXACT; in __Qp_handle_exceptions()52 if (exceptions & FP_EX_INEXACT) in __Qp_handle_exceptions()
28 void ___Q_simulate_exceptions(int exceptions) in ___Q_simulate_exceptions() argument30 if (exceptions & FP_EX_INVALID) in ___Q_simulate_exceptions()35 if (exceptions & FP_EX_DIVZERO) in ___Q_simulate_exceptions()42 if (exceptions & FP_EX_OVERFLOW) in ___Q_simulate_exceptions()46 exceptions &= ~FP_EX_INEXACT; in ___Q_simulate_exceptions()48 if (exceptions & FP_EX_UNDERFLOW) in ___Q_simulate_exceptions()52 exceptions &= ~FP_EX_INEXACT; in ___Q_simulate_exceptions()54 if (exceptions & FP_EX_INEXACT) in ___Q_simulate_exceptions()
23 feenableexcept (int exceptions) in feenableexcept() argument27 __sim_disabled_exceptions_thread &= ~exceptions; in feenableexcept()
275 CFLAGS-tst-oncey3.c += -fno-exceptions -fno-asynchronous-unwind-tables276 CFLAGS-tst-oncey4.c += -fno-exceptions -fno-asynchronous-unwind-tables
Completed in 5 milliseconds