Searched refs:mpfr_inexflag_p (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Dtgamma.c499 MPFR_ASSERTN (mpfr_inexflag_p ());
504 MPFR_ASSERTN (mpfr_inexflag_p ());
522 MPFR_ASSERTN (mpfr_inexflag_p ());
527 MPFR_ASSERTN (mpfr_inexflag_p ());
545 MPFR_ASSERTN (mpfr_inexflag_p ());
549 MPFR_ASSERTN (mpfr_inexflag_p ());
567 MPFR_ASSERTN (mpfr_inexflag_p ());
572 MPFR_ASSERTN (mpfr_inexflag_p ());
598 MPFR_ASSERTN (mpfr_inexflag_p ());
614 MPFR_ASSERTN (mpfr_inexflag_p ());
[all...]
H A Dtexceptions.c177 if (!(mpfr_inexflag_p)())
288 MPFR_ASSERTN ((mpfr_inexflag_p) ());
H A Dtgeneric.c222 (compare != 0) ^ (mpfr_inexflag_p () == 0));
H A Dtpow_all.c389 if (inex != 0 && ! mpfr_inexflag_p ())
392 if (inex == 0 && mpfr_inexflag_p ())
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dexceptions.c270 #undef mpfr_inexflag_p macro
273 mpfr_inexflag_p (void) function
H A Dmpfr.h279 __MPFR_DECLSPEC int mpfr_inexflag_p _MPFR_PROTO ((void));
H A Dmpfr-impl.h299 #define mpfr_inexflag_p() \ macro

Completed in 183 milliseconds