Home
last modified time | relevance | path

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

/stdlib/
A Dbug-getcontext.c19 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()
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()
[all …]

Completed in 4 milliseconds