Home
last modified time | relevance | path

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

/glibc-2.36/math/
Dtest-fenv.c46 #define UNDERFLOW_EXC 0x04 macro
50 (INEXACT_EXC | DIVBYZERO_EXC | UNDERFLOW_EXC | OVERFLOW_EXC \
107 test_single_exception (exception, UNDERFLOW_EXC, FE_UNDERFLOW, in test_exceptions()
175 int ignore_inexact = (fe_exc & (UNDERFLOW_EXC | OVERFLOW_EXC)) != 0; in set_single_exc()
228 set_single_exc ("Set/Clear FE_UNDERFLOW", UNDERFLOW_EXC, FE_UNDERFLOW); in fe_tests()