Lines Matching refs:exceptions

560 test_errno (const char *test_name, int errno_value, int exceptions)  in test_errno()  argument
565 if (exceptions & ERRNO_UNCHANGED) in test_errno()
567 if (exceptions & ERRNO_EDOM) in test_errno()
569 if (exceptions & ERRNO_ERANGE) in test_errno()
614 int exceptions, in check_float_internal() argument
623 test_exceptions (test_name, exceptions); in check_float_internal()
624 test_errno (test_name, errno_value, exceptions); in check_float_internal()
625 if (exceptions & IGNORE_RESULT) in check_float_internal()
629 if ((exceptions & TEST_NAN_SIGN) != 0 in check_float_internal()
635 else if ((exceptions & TEST_NAN_PAYLOAD) != 0 in check_float_internal()
649 if ((exceptions & TEST_NAN_SIGN) != 0 in check_float_internal()
655 else if ((exceptions & TEST_NAN_PAYLOAD) != 0 in check_float_internal()
668 if ((exceptions & IGNORE_ZERO_INF_SIGN) == 0 in check_float_internal()
687 if ((exceptions & IGNORE_ZERO_INF_SIGN) == 0 in check_float_internal()
730 int exceptions) in check_float() argument
733 exceptions, &max_error, prev_max_error); in check_float()
775 int exceptions) in check_int() argument
780 test_exceptions (test_name, exceptions); in check_int()
781 test_errno (test_name, errno_value, exceptions); in check_int()
782 if (exceptions & IGNORE_RESULT) in check_int()
809 int exceptions) in check_long() argument
814 test_exceptions (test_name, exceptions); in check_long()
815 test_errno (test_name, errno_value, exceptions); in check_long()
816 if (exceptions & IGNORE_RESULT) in check_long()
843 int exceptions) in check_bool() argument
848 test_exceptions (test_name, exceptions); in check_bool()
849 test_errno (test_name, errno_value, exceptions); in check_bool()
850 if (exceptions & IGNORE_RESULT) in check_bool()
878 int exceptions) in check_longlong() argument
883 test_exceptions (test_name, exceptions); in check_longlong()
884 test_errno (test_name, errno_value, exceptions); in check_longlong()
885 if (exceptions & IGNORE_RESULT) in check_longlong()
912 intmax_t expected, int exceptions) in check_intmax_t() argument
917 test_exceptions (test_name, exceptions); in check_intmax_t()
918 test_errno (test_name, errno_value, exceptions); in check_intmax_t()
919 if (exceptions & IGNORE_RESULT) in check_intmax_t()
946 uintmax_t expected, int exceptions) in check_uintmax_t() argument
951 test_exceptions (test_name, exceptions); in check_uintmax_t()
952 test_errno (test_name, errno_value, exceptions); in check_uintmax_t()
953 if (exceptions & IGNORE_RESULT) in check_uintmax_t()
978 enable_test (int exceptions) in enable_test() argument
980 if (exceptions & XFAIL_TEST) in enable_test()
983 && (exceptions & TEST_SNAN) != 0) in enable_test()
985 if (flag_test_mathvec && (exceptions & NO_TEST_MATHVEC) != 0) in enable_test()