Go to the source code of this file.
Functions |
tree | do_mpc_arg2 (tree, tree, tree, int, int(*)(mpc_ptr, mpc_srcptr, mpc_srcptr, mpc_rnd_t)) |
void | real_from_mpfr (REAL_VALUE_TYPE *, mpfr_srcptr, tree, mp_rnd_t) |
void | mpfr_from_real (mpfr_ptr, const REAL_VALUE_TYPE *, mp_rnd_t) |
Function Documentation
tree do_mpc_arg2 |
( |
tree |
arg0, |
|
|
tree |
arg1, |
|
|
tree |
type, |
|
|
int |
do_nonfinite, |
|
|
int(*)(mpc_ptr, mpc_srcptr, mpc_srcptr, mpc_rnd_t) |
func |
|
) |
| |
void mpfr_from_real |
( |
mpfr_ptr |
, |
|
|
const REAL_VALUE_TYPE * |
, |
|
|
mp_rnd_t |
|
|
) |
| |
void real_from_mpfr |
( |
REAL_VALUE_TYPE * |
, |
|
|
mpfr_srcptr |
, |
|
|
tree |
, |
|
|
mp_rnd_t |
|
|
) |
| |
Convert between MPFR and REAL_VALUE_TYPE. The caller is
responsible for initializing and clearing the MPFR parameter.