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

  /src/external/lgpl3/mpfr/dist/src/
total_order.c 41 return mpfr_lessequal_p (x, y);
comparisons.c 32 * mpfr_lessequal_p 1 1 0 0
57 mpfr_lessequal_p (mpfr_srcptr x, mpfr_srcptr y) function
mpfr.h 710 __MPFR_DECLSPEC int mpfr_lessequal_p (mpfr_srcptr, mpfr_srcptr);
  /src/external/lgpl3/mpfr/dist/tests/
tcomparisons.c 2 mpfr_lessequal_p, mpfr_lessgreater_p, mpfr_equal_p, mpfr_unordered_p
63 if (mpfr_lessequal_p (x, y))
107 mpfr_less_p (x, y) || !mpfr_lessequal_p (x, y) ||
texp10.c 255 if (! (mpfr_lessequal_p (y2, y1) && flags2 == flags1))
  /src/external/gpl3/gcc/dist/gcc/fortran/
arith.cc 1113 rc = mpfr_lessequal_p (op1->value.real, op2->value.real) ? -1 : 1;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
arith.cc 1046 rc = mpfr_lessequal_p (op1->value.real, op2->value.real) ? -1 : 1;

Completed in 24 milliseconds