Home
last modified time | relevance | path

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

/netbsd/src/external/lgpl3/mpc/dist/tests/
Ddouble_rounding.c27 mpfr_ptr hiprec, int hiprec_inex, mpfr_rnd_t hiprec_rnd) in double_rounding_mpfr() argument
34 hiprec_err = mpfr_get_prec (hiprec) - 1; in double_rounding_mpfr()
47 || mpfr_can_round (hiprec, hiprec_err, hiprec_rnd, in double_rounding_mpfr()
55 mpc_ptr hiprec, int hiprec_inex, mpc_rnd_t hiprec_rnd) in double_rounding_mpc() argument
59 mpfr_ptr hiprec_re = mpc_realref (hiprec); in double_rounding_mpc()
60 mpfr_ptr hiprec_im = mpc_imagref (hiprec); in double_rounding_mpc()