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

/freebsd-13-stable/lib/msun/tests/
H A Dfenv_test.c60 static int std_except_sets[1 << NEXCEPTS]; variable
65 * Initialize std_except_sets[] to the power set of std_excepts[]
77 std_except_sets[i] |= std_excepts[j] & ((~sr & 1) - 1);
221 ATF_CHECK_EQ(0, fetestexcept(std_except_sets[i]));
223 excepts = std_except_sets[i];
257 excepts = std_except_sets[i];
286 excepts = std_except_sets[i];
350 excepts = std_except_sets[i];

Completed in 22 milliseconds