HomeSort by: relevance | last modified time | path
    Searched refs:mpfr_inexflag_p (Results 1 - 15 of 15) sorted by relevancy

  /src/external/lgpl3/mpc/dist/tests/
mpfr_flags.c 100 neu = mpfr_inexflag_p () != 0;
  /src/external/lgpl3/mpfr/dist/tests/
tgamma.c 197 if (mpfr_inexflag_p ())
577 MPFR_ASSERTN (mpfr_inexflag_p ());
582 MPFR_ASSERTN (mpfr_inexflag_p ());
600 MPFR_ASSERTN (mpfr_inexflag_p ());
605 MPFR_ASSERTN (mpfr_inexflag_p ());
623 MPFR_ASSERTN (mpfr_inexflag_p ());
627 MPFR_ASSERTN (mpfr_inexflag_p ());
645 MPFR_ASSERTN (mpfr_inexflag_p ());
650 MPFR_ASSERTN (mpfr_inexflag_p ());
676 MPFR_ASSERTN (mpfr_inexflag_p ());
    [all...]
texceptions.c 190 if (!(mpfr_inexflag_p)())
339 MPFR_ASSERTN ((mpfr_inexflag_p) ());
354 MPFR_ASSERTN (! (mpfr_inexflag_p) ());
369 MPFR_ASSERTN (mpfr_inexflag_p ());
384 MPFR_ASSERTN (! mpfr_inexflag_p ());
mpfr-test.h 81 # undef mpfr_inexflag_p macro
thypot.c 333 MPFR_ASSERTN(mpfr_inexflag_p ());
361 MPFR_ASSERTN(mpfr_inexflag_p ());
turandom.c 233 MPFR_ASSERTN (mpfr_inexflag_p ());
334 MPFR_ASSERTN (mpfr_inexflag_p ());
texp2.c 240 MPFR_ASSERTN(mpfr_inexflag_p ());
tadd1sp.c 451 MPFR_ASSERTN (mpfr_inexflag_p ());
tgamma_inc.c 200 if (mpfr_inexflag_p ())
tpow_all.c 385 if (inex != 0 && ! mpfr_inexflag_p ())
388 if (inex == 0 && mpfr_inexflag_p ())
tgeneric.c 371 (compare != 0) ^ (mpfr_inexflag_p () == 0));
tget_str.c 1229 if ((i >= 20) ^ (! mpfr_inexflag_p ()))
  /src/external/lgpl3/mpfr/dist/src/
exceptions.c 350 #undef mpfr_inexflag_p macro
353 mpfr_inexflag_p (void) function
mpfr.h 433 __MPFR_DECLSPEC int mpfr_inexflag_p (void);
mpfr-impl.h 374 #define mpfr_inexflag_p() \ macro

Completed in 62 milliseconds