Lines Matching defs:mpfr
18 /* Don't depend on mpfr by default. */
23 # include <mpfr.h>
210 int mpfr;
646 puts ("-m: use mpfr even if faster method is available.");
767 conf.mpfr = 0;
799 conf.mpfr = 1;
842 conf.mpfr = 1; /* Use mpfr if long double has no extra precision. */
843 if (!USE_MPFR && conf.mpfr)
845 puts ("mpfr is not available.");