Home
last modified time | relevance | path

Searched refs:mpf_srcptr (Results 51 – 75 of 99) sorted by relevance

1234

/netbsd/external/lgpl3/gmp/dist/mpf/
H A Dcmp_z.c34 mpf_cmp_z (mpf_srcptr u, mpz_srcptr v) __GMP_NOTHROW in mpf_cmp_z()
H A Dsub_ui.c34 mpf_sub_ui (mpf_ptr sum, mpf_srcptr u, unsigned long int v) in mpf_sub_ui()
H A Dint_p.c36 mpf_integer_p (mpf_srcptr f) __GMP_NOTHROW in mpf_integer_p()
H A Dcmp_d.c40 mpf_cmp_d (mpf_srcptr f, double d) in mpf_cmp_d()
H A Dget_d_2exp.c36 mpf_get_d_2exp (signed long int *expptr, mpf_srcptr src) in mpf_get_d_2exp()
H A Dget_ui.c74 mpf_get_ui (mpf_srcptr f) __GMP_NOTHROW in mpf_get_ui()
H A Dabs.c34 mpf_abs (mpf_ptr r, mpf_srcptr u) in mpf_abs()
H A Dfits_u.h37 FUNCTION (mpf_srcptr f) __GMP_NOTHROW in FUNCTION()
H A Dget_si.c53 mpf_get_si (mpf_srcptr f) __GMP_NOTHROW in mpf_get_si()
H A Dset.c34 mpf_set (mpf_ptr r, mpf_srcptr u) in mpf_set()
H A Dfits_s.h37 FUNCTION (mpf_srcptr f) __GMP_NOTHROW in FUNCTION()
H A Dneg.c34 mpf_neg (mpf_ptr r, mpf_srcptr u) in mpf_neg()
H A Diset.c34 mpf_init_set (mpf_ptr r, mpf_srcptr s) in mpf_init_set()
H A Dcmp_ui.c34 mpf_cmp_ui (mpf_srcptr u, unsigned long int vval) __GMP_NOTHROW in mpf_cmp_ui()
H A Dpow_ui.c40 mpf_pow_ui (mpf_ptr r, mpf_srcptr b, unsigned long int e) in mpf_pow_ui()
H A Dtrunc.c38 mpf_trunc (mpf_ptr r, mpf_srcptr u) in mpf_trunc()
H A Dcmp_si.c35 mpf_cmp_si (mpf_srcptr u, long int vval) __GMP_NOTHROW in mpf_cmp_si()
H A Dout_str.c53 mpf_out_str (FILE *stream, int base, size_t n_digits, mpf_srcptr op) in mpf_out_str()
H A Dsqrt.c63 mpf_sqrt (mpf_ptr r, mpf_srcptr u) in mpf_sqrt()
H A Ddiv_2exp.c77 mpf_div_2exp (mpf_ptr r, mpf_srcptr u, mp_bitcnt_t exp) in mpf_div_2exp()
H A Dmul_2exp.c71 mpf_mul_2exp (mpf_ptr r, mpf_srcptr u, mp_bitcnt_t exp) in mpf_mul_2exp()
/netbsd/external/lgpl3/gmp/dist/cxx/
H A Dosmpf.cc46 operator<< (ostream &o, mpf_srcptr f) in operator <<()
/netbsd/external/lgpl3/gmp/dist/mpz/
H A Dset_f.c35 mpz_set_f (mpz_ptr w, mpf_srcptr u) in mpz_set_f()
/netbsd/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-int_p.c27 one (mpf_srcptr f, int want) in one()
H A Dt-cmp_d.c31 check_one (const char *name, mpf_srcptr x, double y, int cmp) in check_one()

1234