Searched refs:EXCEPTION_ENABLE_SUPPORTED (Results 1 – 12 of 12) sorted by relevance
35 if (!EXCEPTION_ENABLE_SUPPORTED (FE_ALL_EXCEPT) && (res == -1)) in test_feenableexcept()64 if (!EXCEPTION_ENABLE_SUPPORTED (FE_ALL_EXCEPT) && (res != 0)) in test_fesetenv()93 if (!EXCEPTION_ENABLE_SUPPORTED (FE_ALL_EXCEPT) && (res != 0)) in test_feupdateenv()
33 if (EXCEPTION_ENABLE_SUPPORTED (exc1)) in test_ee()54 if (EXCEPTION_ENABLE_SUPPORTED (exc2)) in test_ee()
244 if (!EXCEPTION_ENABLE_SUPPORTED (FE_ALL_EXCEPT) in feenv_nomask_test()354 if (!EXCEPTION_ENABLE_SUPPORTED (fe_exc) && feenableexcept (fe_exc) == -1) in feexcp_nomask_test()499 if (!EXCEPTION_ENABLE_SUPPORTED (fe_exc) && excepts == -1) in feenable_test()
30 if (!EXCEPTION_ENABLE_SUPPORTED (FE_ALL_EXCEPT) && (ret == -1)) in do_test()
55 if (!EXCEPTION_ENABLE_SUPPORTED (FE_ALL_EXCEPT) && (ret == -1)) in do_test()
24 #define EXCEPTION_ENABLE_SUPPORTED(EXCEPT) ((EXCEPT) == 0) macro
25 #define EXCEPTION_ENABLE_SUPPORTED(EXCEPT) ((EXCEPT) == 0) macro
29 #define EXCEPTION_ENABLE_SUPPORTED(EXCEPT) \ macro
14101 (EXCEPTION_ENABLE_SUPPORTED): Do not define here.
53641 * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).