Searched refs:except_mask (Results 1 – 2 of 2) sorted by relevance
19 int except_mask = 0; in do_test() local21 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()[all …]
14828 except_mask.