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

  /src/external/lgpl3/mpfr/dist/tests/
tget_q.c 1 /* Test file for mpfr_get_q.
39 mpfr_get_q (q, f);
46 mpfr_get_q (q, f);
53 mpfr_get_q (q, f);
60 mpfr_get_q (q, f);
67 mpfr_get_q (q, f);
91 mpfr_get_q (q, f);
115 mpfr_get_q (q, x);
119 printf ("Error, the denominator of mpfr_get_q should be positive\n");
127 printf ("Error, numerator and denominator of mpfr_get_q should be coprime\n")
    [all...]
  /src/external/lgpl3/mpfr/dist/src/
get_q.c 0 /* mpfr_get_q -- get a multiple-precision rational from
29 mpfr_get_q (mpq_ptr q, mpfr_srcptr f) function
mpf2mpfr.h 186 #define mpq_set_f(q,f) mpfr_get_q(q,f)
mpfr.h 508 __MPFR_DECLSPEC void mpfr_get_q (mpq_ptr q, mpfr_srcptr f);
  /src/external/lgpl3/mpc/dist/src/
mpc-impl.h 146 mpfr_get_q (q, x); \

Completed in 56 milliseconds