HomeSort by: relevance | last modified time | path
    Searched defs:GMP_RNDN (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/mpc/dist/tests/
tgeneric.c 28 GMP_RNDZ, (prec) + ((rnd)==GMP_RNDN)))
566 function->pointer.FC (expected, z, GMP_RNDN);
567 function->pointer.FC (mpc_realref (x), x, GMP_RNDN);
580 function->pointer.FC (mpc_imagref (x), x, GMP_RNDN);
859 return GMP_RNDN;
868 case GMP_RNDN:
888 if ( curr == GMP_RNDN || curr == GMP_RNDZ
1013 mpfr_set_ui (mpc_realref (z1), 0, GMP_RNDN);
1019 mpfr_set_ui (mpc_imagref (z1), 0, GMP_RNDN);
1025 mpfr_set_ui (mpc_realref (z2), 0, GMP_RNDN);
    [all...]
  /src/external/lgpl3/mpfr/dist/src/
mpfr.h 113 #define GMP_RNDN MPFR_RNDN

Completed in 24 milliseconds