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

/openbsd-current/regress/lib/libm/msun/
H A Dnext_test.c249 int actual_except; local
251 actual_except = fetestexcept(ALL_STD_EXCEPT);
256 if (actual_except != except) {
258 "%s raised 0x%x, expecting 0x%x\n", exp, actual_except,

Completed in 126 milliseconds