Home
last modified time | relevance | path

Searched refs:EXCEPTION_ENABLE_SUPPORTED (Results 1 – 12 of 12) sorted by relevance

/glibc-2.36/math/
Dtest-fenv-return.c35 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()
Dtest-femode-traps.c33 if (EXCEPTION_ENABLE_SUPPORTED (exc1)) in test_ee()
54 if (EXCEPTION_ENABLE_SUPPORTED (exc2)) in test_ee()
Dtest-fenv.c244 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()
Dtest-fesetexcept-traps.c30 if (!EXCEPTION_ENABLE_SUPPORTED (FE_ALL_EXCEPT) && (ret == -1)) in do_test()
Dtest-fexcept-traps.c55 if (!EXCEPTION_ENABLE_SUPPORTED (FE_ALL_EXCEPT) && (ret == -1)) in do_test()
/glibc-2.36/sysdeps/arm/
Dmath-tests-trap.h24 #define EXCEPTION_ENABLE_SUPPORTED(EXCEPT) ((EXCEPT) == 0) macro
/glibc-2.36/sysdeps/riscv/
Dmath-tests-trap.h24 #define EXCEPTION_ENABLE_SUPPORTED(EXCEPT) ((EXCEPT) == 0) macro
/glibc-2.36/sysdeps/aarch64/
Dmath-tests-trap.h24 #define EXCEPTION_ENABLE_SUPPORTED(EXCEPT) ((EXCEPT) == 0) macro
/glibc-2.36/sysdeps/arc/
Dmath-tests-trap.h25 #define EXCEPTION_ENABLE_SUPPORTED(EXCEPT) ((EXCEPT) == 0) macro
/glibc-2.36/sysdeps/generic/
Dmath-tests-trap.h29 #define EXCEPTION_ENABLE_SUPPORTED(EXCEPT) \ macro
/glibc-2.36/ChangeLog.old/
DChangeLog.1914101 (EXCEPTION_ENABLE_SUPPORTED): Do not define here.
DChangeLog.1853641 * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).