Home
last modified time | relevance | path

Searched refs:exceptions (Results 1 – 4 of 4) sorted by relevance

/sysdeps/sparc/sparc64/
A Dqp_util.c26 void __Qp_handle_exceptions(int exceptions) in __Qp_handle_exceptions() argument
28 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()
/sysdeps/sparc/sparc32/
A Dq_util.c28 void ___Q_simulate_exceptions(int exceptions) in ___Q_simulate_exceptions() argument
30 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()
/sysdeps/powerpc/nofpu/
A Dfeenablxcpt.c23 feenableexcept (int exceptions) in feenableexcept() argument
27 __sim_disabled_exceptions_thread &= ~exceptions; in feenableexcept()
/sysdeps/pthread/
A DMakefile275 CFLAGS-tst-oncey3.c += -fno-exceptions -fno-asynchronous-unwind-tables
276 CFLAGS-tst-oncey4.c += -fno-exceptions -fno-asynchronous-unwind-tables

Completed in 5 milliseconds