Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/powerpc/
Dtest-arith.c217 static const int all_exceptions = FE_ALL_INVALID | FE_ALL_EXCEPT; variable
219 static const int all_exceptions = FE_ALL_EXCEPT; variable
323 if ((expected & all_exceptions) != actual) in check_excepts()
331 if ((expected & all_exceptions) == 0) in check_excepts()
337 if ((actual & all_exceptions) == 0) in check_excepts()
488 raised = fetestexcept(all_exceptions); in check_op()
533 excepts = fetestexcept(all_exceptions); in check_sqrt()