Lines Matching refs:ex_flags
38 mpfr_flags_t ex_flags, flags; in test_urandom() local
59 ex_flags = MPFR_FLAGS_INEXACT; in test_urandom()
79 if (flags != ex_flags) in test_urandom()
83 flags_out (ex_flags); in test_urandom()
114 ex_flags = MPFR_FLAGS_UNDERFLOW | MPFR_FLAGS_INEXACT; in test_urandom()
120 if (k > 0 && flags != ex_flags) in test_urandom()
125 flags_out (ex_flags); in test_urandom()
199 mpfr_flags_t ex_flags, flags; in underflow_tests() local
206 ex_flags = MPFR_FLAGS_UNDERFLOW | MPFR_FLAGS_INEXACT; in underflow_tests()
220 ex_flags = MPFR_FLAGS_INEXACT; in underflow_tests()
222 ex_flags |= MPFR_FLAGS_UNDERFLOW; in underflow_tests()
225 ex_flags = 0; in underflow_tests()
263 if (ex_flags != 0 && flags != ex_flags) in underflow_tests()
269 flags_out (ex_flags); in underflow_tests()
320 mpfr_flags_t ex_flags, flags; in overflow_tests() local
324 ex_flags = MPFR_FLAGS_OVERFLOW | MPFR_FLAGS_INEXACT; /* if overflow */ in overflow_tests()
351 if (flags != ex_flags) in overflow_tests()
357 flags_out (ex_flags); in overflow_tests()