Lines Matching refs:exception
58 test_single_exception (short int exception, in test_single_exception() argument
63 if (exception & exc_flag) in test_single_exception()
89 test_exceptions (const char *test_name, short int exception, in test_exceptions() argument
94 test_single_exception (exception, DIVBYZERO_EXC, FE_DIVBYZERO, in test_exceptions()
98 test_single_exception (exception, INVALID_EXC, FE_INVALID, in test_exceptions()
103 test_single_exception (exception, INEXACT_EXC, FE_INEXACT, in test_exceptions()
107 test_single_exception (exception, UNDERFLOW_EXC, FE_UNDERFLOW, in test_exceptions()
111 test_single_exception (exception, OVERFLOW_EXC, FE_OVERFLOW, in test_exceptions()
169 set_single_exc (const char *test_name, int fe_exc, fexcept_t exception) in set_single_exc() argument
180 feraiseexcept (exception); in set_single_exc()
185 feclearexcept (exception); in set_single_exc()
190 feraiseexcept (FE_ALL_EXCEPT ^ exception); in set_single_exc()
191 feraiseexcept (exception); in set_single_exc()
196 feclearexcept (exception); in set_single_exc()
411 int exception; in feexcp_mask_test() local
428 exception = fe_exc; in feexcp_mask_test()
436 exception |= FE_INEXACT; in feexcp_mask_test()
440 exception |= FE_INEXACT; in feexcp_mask_test()
443 fedisableexcept (exception); in feexcp_mask_test()