Searched refs:set_single_exc (Results 1 – 3 of 3) sorted by relevance
/glibc-2.36/math/ |
D | test-fenv.c | 169 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/ |
D | ChangeLog.7 | 5124 (set_single_exc): Ignore inexact flag if underflow or overflow
|
D | ChangeLog.18 | 41948 * math/test-fenv.c (test_single_exception, set_single_exc,
|