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

  /src/external/lgpl3/mpfr/dist/src/
comparisons.c 31 * mpfr_less_p 0 1 0 0
51 mpfr_less_p (mpfr_srcptr x, mpfr_srcptr y) function
beta.c 40 if (mpfr_less_p (z, w))
mpfr.h 709 __MPFR_DECLSPEC int mpfr_less_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,
61 if (mpfr_less_p (x, y))
107 mpfr_less_p (x, y) || !mpfr_lessequal_p (x, y) ||
texp10.c 347 MPFR_ASSERTN (mpfr_less_p (t1, t2));
tgamma.c 498 MPFR_ASSERTN (mpfr_less_p (z, y)); /* thus underflow */
520 MPFR_ASSERTN (mpfr_less_p (z, y)); /* thus underflow */
935 if (! mpfr_less_p (zd, yu) || inexd > 0 ||
  /src/external/gpl3/gcc/dist/gcc/fortran/
arith.cc 1110 rc = mpfr_less_p (op1->value.real, op2->value.real) ? -1 : 1;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
arith.cc 1043 rc = mpfr_less_p (op1->value.real, op2->value.real) ? -1 : 1;
  /src/external/gpl3/gdb.old/dist/gdb/
target-float.c 1709 else if (mpfr_less_p (x_tmp.val, y_tmp.val))
  /src/external/gpl3/gdb/dist/gdb/
target-float.c 1709 else if (mpfr_less_p (x_tmp.val, y_tmp.val))

Completed in 28 milliseconds