Home
last modified time | relevance | path

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

/math/
A Dtest-fexcept.c92 test_except (int exc, const char *exc_name) in test_except() function
184 result |= test_except (0, "0"); in do_test()
185 result |= test_except (FE_ALL_EXCEPT, "FE_ALL_EXCEPT"); in do_test()
187 result |= test_except (FE_DIVBYZERO, "FE_DIVBYZERO"); in do_test()
190 result |= test_except (FE_INEXACT, "FE_INEXACT"); in do_test()
193 result |= test_except (FE_INVALID, "FE_INVALID"); in do_test()
196 result |= test_except (FE_OVERFLOW, "FE_OVERFLOW"); in do_test()
199 result |= test_except (FE_UNDERFLOW, "FE_UNDERFLOW"); in do_test()

Completed in 3 milliseconds