Home
last modified time | relevance | path

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

/dflybsd-src/tools/regression/lib/libm/
H A Dtest-next.c234 int actual_except; in _testl() local
236 actual_except = fetestexcept(ALL_STD_EXCEPT); in _testl()
242 if (actual_except != except) { in _testl()
244 line, exp, actual_except, except); in _testl()