Home
last modified time | relevance | path

Searched refs:mpfrval (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple-ssa-sprintf.cc1963 mpfr_t mpfrval; in format_floating() local
1964 mpfr_init2 (mpfrval, rfmt->p); in format_floating()
1965 mpfr_from_real (mpfrval, rvp, i ? MPFR_RNDU : MPFR_RNDD); in format_floating()
1974 *minmax[i] = get_mpfr_format_length (mpfrval, fmtstr, prec[i], in format_floating()
1976 mpfr_clear (mpfrval); in format_floating()