Home
last modified time | relevance | path

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

/glibc-2.36/math/
Dtest-fenv.c90 int ignore_inexact) in test_exceptions() argument
102 if (!ignore_inexact) in test_exceptions()
175 int ignore_inexact = (fe_exc & (UNDERFLOW_EXC | OVERFLOW_EXC)) != 0; in set_single_exc() local
181 test_exceptions (str, fe_exc, ignore_inexact); in set_single_exc()
186 test_exceptions (str, NO_EXC, ignore_inexact); in set_single_exc()