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

  /src/external/gpl3/gcc/dist/gcc/
real.cc 5622 mpfr_t mpfr_const1, mpfr_c, mpfr_maxval;
5628 mpfr_inits (mpfr_const1, mpfr_c, mpfr_maxval, NULL);
5633 mpfr_sub (mpfr_c, mpfr_maxval, mpfr_const1, MPFR_RNDN);
5634 mpfr_sqrt (mpfr_c, mpfr_c, MPFR_RNDZ);
5636 real_from_mpfr (r, mpfr_c, fmt, MPFR_RNDZ);
5638 mpfr_clears (mpfr_const1, mpfr_c, mpfr_maxval, NULL);
5607 mpfr_t mpfr_const1, mpfr_c, mpfr_maxval; local
  /src/external/gpl3/gcc.old/dist/gcc/
real.cc 5574 mpfr_t mpfr_const1, mpfr_c, mpfr_maxval;
5580 mpfr_inits (mpfr_const1, mpfr_c, mpfr_maxval, NULL);
5585 mpfr_sub (mpfr_c, mpfr_maxval, mpfr_const1, MPFR_RNDN);
5586 mpfr_sqrt (mpfr_c, mpfr_c, MPFR_RNDZ);
5588 real_from_mpfr (r, mpfr_c, fmt, MPFR_RNDZ);
5590 mpfr_clears (mpfr_const1, mpfr_c, mpfr_maxval, NULL);
5559 mpfr_t mpfr_const1, mpfr_c, mpfr_maxval; local

Completed in 31 milliseconds