Home
last modified time | relevance | path

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

/math/
A Dtest-fenv.c89 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()
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()
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()
[all …]
A Dlibm-test-support.c493 test_exceptions (const char *test_name, int exception) in test_exceptions() function
623 test_exceptions (test_name, exceptions); in check_float_internal()
780 test_exceptions (test_name, exceptions); in check_int()
814 test_exceptions (test_name, exceptions); in check_long()
848 test_exceptions (test_name, exceptions); in check_bool()
883 test_exceptions (test_name, exceptions); in check_longlong()
917 test_exceptions (test_name, exceptions); in check_intmax_t()
951 test_exceptions (test_name, exceptions); in check_uintmax_t()

Completed in 6 milliseconds