Home
last modified time | relevance | path

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

/glibc-2.36/math/
Dtest-fenv.c169 set_single_exc (const char *test_name, int fe_exc, fexcept_t exception) in set_single_exc() function
219 set_single_exc ("Set/Clear FE_DIVBYZERO", DIVBYZERO_EXC, FE_DIVBYZERO); in fe_tests()
222 set_single_exc ("Set/Clear FE_INVALID", INVALID_EXC, FE_INVALID); in fe_tests()
225 set_single_exc ("Set/Clear FE_INEXACT", INEXACT_EXC, FE_INEXACT); in fe_tests()
228 set_single_exc ("Set/Clear FE_UNDERFLOW", UNDERFLOW_EXC, FE_UNDERFLOW); in fe_tests()
231 set_single_exc ("Set/Clear FE_OVERFLOW", OVERFLOW_EXC, FE_OVERFLOW); in fe_tests()
/glibc-2.36/ChangeLog.old/
DChangeLog.75124 (set_single_exc): Ignore inexact flag if underflow or overflow
DChangeLog.1841948 * math/test-fenv.c (test_single_exception, set_single_exc,