Home
last modified time | relevance | path

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

/glibc-2.36/math/
Dtest-fenv.c47 #define OVERFLOW_EXC 0x08 macro
50 (INEXACT_EXC | DIVBYZERO_EXC | UNDERFLOW_EXC | OVERFLOW_EXC \
111 test_single_exception (exception, OVERFLOW_EXC, FE_OVERFLOW, in test_exceptions()
175 int ignore_inexact = (fe_exc & (UNDERFLOW_EXC | OVERFLOW_EXC)) != 0; in set_single_exc()
231 set_single_exc ("Set/Clear FE_OVERFLOW", OVERFLOW_EXC, FE_OVERFLOW); in fe_tests()