Home
last modified time | relevance | path

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

/dragonfly/contrib/mpfr/src/
H A Dexceptions.c131 __gmpfr_flags &= MPFR_FLAGS_ALL ^ MPFR_FLAGS_DIVBY0; in mpfr_clear_divby0()
179 __gmpfr_flags |= MPFR_FLAGS_DIVBY0; in mpfr_set_divby0()
283 return __gmpfr_flags & MPFR_FLAGS_DIVBY0; in mpfr_divby0_p()
H A Dmpfr-impl.h299 #define MPFR_FLAGS_DIVBY0 32 macro
321 ((void) (__gmpfr_flags &= MPFR_FLAGS_ALL ^ MPFR_FLAGS_DIVBY0))
333 ((int) (__gmpfr_flags & MPFR_FLAGS_DIVBY0))
364 MPFR_FLAGS_DIVBY0 | \
373 #define MPFR_DIVBY0(_flags) MPFR_BLOCK_TEST (_flags, MPFR_FLAGS_DIVBY0)