Lines Matching refs:exception
447 int exception, in test_single_exception() argument
453 if (exception & exc_flag) in test_single_exception()
493 test_exceptions (const char *test_name, int exception) in test_exceptions() argument
499 if ((exception & DIVIDE_BY_ZERO_EXCEPTION_OK) == 0) in test_exceptions()
500 test_single_exception (test_name, exception, in test_exceptions()
505 if ((exception & INVALID_EXCEPTION_OK) == 0) in test_exceptions()
506 test_single_exception (test_name, exception, in test_exceptions()
511 if ((exception & OVERFLOW_EXCEPTION_OK) == 0) in test_exceptions()
512 test_single_exception (test_name, exception, OVERFLOW_EXCEPTION, in test_exceptions()
519 if ((exception & UNDERFLOW_EXCEPTION_OK) == 0 in test_exceptions()
521 && (exception & UNDERFLOW_EXCEPTION) == 0)) in test_exceptions()
522 test_single_exception (test_name, exception, UNDERFLOW_EXCEPTION, in test_exceptions()
526 if ((exception & (INEXACT_EXCEPTION | NO_INEXACT_EXCEPTION)) != 0 in test_exceptions()
528 && (exception & NO_INEXACT_EXCEPTION) != 0)) in test_exceptions()
529 test_single_exception (test_name, exception, INEXACT_EXCEPTION, in test_exceptions()
740 int exception) in check_complex() argument
752 exception, &real_max_error, prev_real_max_error); in check_complex()
764 exception & (IGNORE_ZERO_INF_SIGN in check_complex()