Home
last modified time | relevance | path

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

/glibc-2.36/stdlib/
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()
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 …]
/glibc-2.36/ChangeLog.old/
DChangeLog.1814828 except_mask.