Lines Matching refs:test_exceptions
89 test_exceptions (const char *test_name, short int exception, in test_exceptions() function
181 test_exceptions (str, fe_exc, ignore_inexact); in set_single_exc()
186 test_exceptions (str, NO_EXC, ignore_inexact); in set_single_exc()
192 test_exceptions (str, ALL_EXC, 0); in set_single_exc()
197 test_exceptions (str, ALL_EXC ^ fe_exc, 0); in set_single_exc()
206 test_exceptions ("feclearexcept (FE_ALL_EXCEPT) clears all exceptions", in fe_tests()
214 test_exceptions ("feraiseexcept (FE_ALL_EXCEPT) raises all exceptions", in fe_tests()
662 test_exceptions ("feholdexcept_tests FE_DIVBYZERO test", in feholdexcept_tests()
678 test_exceptions ("feholdexcept_tests 0 test", NO_EXC, 0); in feholdexcept_tests()
682 test_exceptions ("feholdexcept_tests FE_INVALID test", in feholdexcept_tests()
700 test_exceptions ("feholdexcept_tests FE_DIVBYZERO|FE_INVALID test", in feholdexcept_tests()
728 test_exceptions ("feholdexcept_tests 0 2nd test", NO_EXC, 0); in feholdexcept_tests()
732 test_exceptions ("feholdexcept_tests FE_INEXACT test", in feholdexcept_tests()
751 test_exceptions ("feholdexcept_tests FE_INEXACT|FE_INVALID test", in feholdexcept_tests()
761 test_exceptions ("Initially all exceptions should be cleared", in initial_tests()