Lines Matching refs:except_mask
19 int except_mask = 0; in do_test() local
21 except_mask |= FE_DIVBYZERO; in do_test()
24 except_mask |= FE_INVALID; in do_test()
27 except_mask |= FE_OVERFLOW; in do_test()
30 except_mask |= FE_UNDERFLOW; in do_test()
32 int status = feenableexcept (except_mask); in do_test()
34 except_mask = fegetexcept (); in do_test()
35 if (except_mask == -1) in do_test()
38 except_mask); in do_test()
61 if (mask != except_mask) in do_test()
64 mask, except_mask); in do_test()
69 mask, except_mask); in do_test()