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

  /src/external/lgpl3/mpfr/dist/src/
comparisons.c 30 * mpfr_greaterequal_p 1 0 1 0
45 mpfr_greaterequal_p (mpfr_srcptr x, mpfr_srcptr y) function
mpfr.h 708 __MPFR_DECLSPEC int mpfr_greaterequal_p (mpfr_srcptr, mpfr_srcptr);
  /src/external/lgpl3/mpfr/dist/tests/
tcomparisons.c 1 /* Test file for mpfr_greater_p, mpfr_greaterequal_p, mpfr_less_p,
59 if (mpfr_greaterequal_p (x, y))
106 if (mpfr_greater_p (x, y) || !mpfr_greaterequal_p (x, y) ||
terandom_chisq.c 245 seq = mpfr_greaterequal_p (x, v) ? sequential (x) : seqmin - 1;
tnrandom_chisq.c 244 seq = mpfr_greaterequal_p (x, v) ? sequential (x) : seqmin - 1;
  /src/external/gpl3/gcc/dist/gcc/fortran/
arith.cc 1107 rc = mpfr_greaterequal_p (op1->value.real, op2->value.real) ? 1 : -1;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
arith.cc 1040 rc = mpfr_greaterequal_p (op1->value.real, op2->value.real) ? 1 : -1;

Completed in 26 milliseconds