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

  /src/external/lgpl3/mpfr/dist/tests/
tget_q.c 41 MPFR_ASSERTN(mpfr_erangeflag_p ());
48 MPFR_ASSERTN(mpfr_erangeflag_p ());
55 MPFR_ASSERTN(mpfr_erangeflag_p ());
62 MPFR_ASSERTN(!mpfr_erangeflag_p ());
69 MPFR_ASSERTN(!mpfr_erangeflag_p ());
tsgn.c 92 if ((mpfr_sgn) (x) != 0 || !mpfr_erangeflag_p ())
99 if (mpfr_sgn (x) != 0 || !mpfr_erangeflag_p ())
tcmp.c 192 if (c != 0 || !mpfr_erangeflag_p () )
199 if (c != 0 || !mpfr_erangeflag_p () )
206 if (c != 0 || !mpfr_erangeflag_p () )
tcmp_ui.c 27 if (c != 0 || !mpfr_erangeflag_p ())
34 if (c != 0 || !mpfr_erangeflag_p ())
43 if (c != 0 || !mpfr_erangeflag_p ())
50 if (c != 0 || !mpfr_erangeflag_p ())
tset_si.c 297 if (mpfr_erangeflag_p ())
313 if ((s == 0) ^ !mpfr_erangeflag_p ())
666 if (dl != ULONG_MAX || mpfr_erangeflag_p ())
673 if (dl != ULONG_MAX || !mpfr_erangeflag_p ())
681 if (dl != 0 || !mpfr_erangeflag_p ())
689 if (d != LONG_MAX || mpfr_erangeflag_p ())
696 if (d != LONG_MAX || !mpfr_erangeflag_p ())
704 if (d != LONG_MIN || mpfr_erangeflag_p ())
711 if (d != LONG_MIN || !mpfr_erangeflag_p ())
texceptions.c 197 if (!(mpfr_erangeflag_p)())
341 MPFR_ASSERTN ((mpfr_erangeflag_p) ());
356 MPFR_ASSERTN (! (mpfr_erangeflag_p) ());
371 MPFR_ASSERTN (mpfr_erangeflag_p ());
386 MPFR_ASSERTN (! mpfr_erangeflag_p ());
tget_f.c 113 if (! mpfr_erangeflag_p ())
128 if (! mpfr_erangeflag_p ())
143 if (! mpfr_erangeflag_p ())
tgmpop.c 263 if (res1 != 0 || mpfr_erangeflag_p () == 0)
267 printf ("Erange flag: expected set, got %d\n", mpfr_erangeflag_p ());
380 MPFR_ASSERTN(mpfr_erangeflag_p ());
394 MPFR_ASSERTN(mpfr_erangeflag_p ());
402 MPFR_ASSERTN(mpfr_erangeflag_p ());
406 MPFR_ASSERTN(mpfr_erangeflag_p ());
410 MPFR_ASSERTN(mpfr_erangeflag_p ());
414 MPFR_ASSERTN(mpfr_erangeflag_p ());
439 if (res1 != 0 || mpfr_erangeflag_p () == 0)
443 printf ("Erange flag: expected set, got %d\n", mpfr_erangeflag_p ());
    [all...]
mpfr-test.h 82 # undef mpfr_erangeflag_p macro
tget_sj.c 293 if (mpfr_erangeflag_p ())
311 if ((s == 0) ^ !mpfr_erangeflag_p ())
tcmpabs.c 93 if (!mpfr_erangeflag_p ())
tset_ld.c 287 mpfr_erangeflag_p ()))
tgeneric.c 715 are performed in such a case (see the mpfr_erangeflag_p
748 if (mpfr_erangeflag_p ())
  /src/external/lgpl3/mpc/dist/tests/
tset.c 137 || mpfr_erangeflag_p())
149 if (mpc_cmp (z, x) != 0 || mpfr_erangeflag_p())
167 || mpfr_erangeflag_p())
175 || mpfr_erangeflag_p())
182 || mpfr_erangeflag_p())
189 || mpfr_erangeflag_p())
197 || mpfr_erangeflag_p())
204 || mpfr_erangeflag_p ())
211 || mpfr_erangeflag_p())
218 || mpfr_erangeflag_p())
    [all...]
mpfr_flags.c 108 neu = mpfr_erangeflag_p () != 0;
tio_str.c 147 if (mpc_cmp (read_number, expected) != 0 || mpfr_erangeflag_p())
194 if (mpc_cmp (read_number, expected) != 0 || mpfr_erangeflag_p())
  /src/external/lgpl3/mpfr/dist/src/
exceptions.c 359 #undef mpfr_erangeflag_p macro
362 mpfr_erangeflag_p (void) function
jn.c 252 MPFR_ASSERTN (! mpfr_erangeflag_p ()); /* since MPFR_CLEAR_ERANGEFLAG */
mpfr.h 434 __MPFR_DECLSPEC int mpfr_erangeflag_p (void);
mpfr-impl.h 376 #define mpfr_erangeflag_p() \ macro

Completed in 31 milliseconds