Searched refs:mpf_ptr (Results 1 - 25 of 89) sorted by relevance

1234

/netbsd-current/external/lgpl3/gmp/dist/mpf/
H A Dclear.c35 mpf_clear (mpf_ptr x)
H A Dinits.c35 mpf_inits (mpf_ptr x, ...)
44 x = va_arg (ap, mpf_ptr);
H A Dset_prc_raw.c36 mpf_set_prec_raw (mpf_ptr x, mp_bitcnt_t prec_in_bits) __GMP_NOTHROW
H A Dclears.c35 mpf_clears (mpf_ptr x, ...)
44 x = va_arg (ap, mpf_ptr);
H A Dinit.c34 mpf_init (mpf_ptr r)
H A Diset_d.c34 mpf_init_set_d (mpf_ptr r, double val)
H A Dswap.c34 mpf_swap (mpf_ptr u, mpf_ptr v) __GMP_NOTHROW
H A Dsub_ui.c34 mpf_sub_ui (mpf_ptr sum, mpf_srcptr u, unsigned long int v)
H A Diset_str.c34 mpf_init_set_str (mpf_ptr r, const char *s, int base)
H A Dinit2.c34 mpf_init2 (mpf_ptr r, mp_bitcnt_t prec_in_bits)
H A Dset_ui.c34 mpf_set_ui (mpf_ptr f, unsigned long val)
H A Dceilfloor.c39 static void __gmpf_ceil_or_floor (REGPARM_2_1 (mpf_ptr, mpf_srcptr, int)) REGPARM_ATTR (1);
43 mpf_ceil_or_floor (mpf_ptr r, mpf_srcptr u, int dir)
116 mpf_ceil (mpf_ptr r, mpf_srcptr u)
122 mpf_floor (mpf_ptr r, mpf_srcptr u)
H A Diset_ui.c34 mpf_init_set_ui (mpf_ptr r, unsigned long int val)
H A Dset_si.c34 mpf_set_si (mpf_ptr dest, long val)
H A Dset_d.c40 mpf_set_d (mpf_ptr r, double d)
H A Dabs.c34 mpf_abs (mpf_ptr r, mpf_srcptr u)
H A Diset_si.c35 mpf_init_set_si (mpf_ptr r, long int val)
H A Diset.c34 mpf_init_set (mpf_ptr r, mpf_srcptr s)
H A Drandom2.c37 mpf_random2 (mpf_ptr x, mp_size_t xs, mp_exp_t exp)
H A Dset.c34 mpf_set (mpf_ptr r, mpf_srcptr u)
H A Dneg.c34 mpf_neg (mpf_ptr r, mpf_srcptr u)
H A Dset_prc.c41 mpf_set_prec (mpf_ptr x, mp_bitcnt_t new_prec_in_bits)
H A Dset_z.c34 mpf_set_z (mpf_ptr r, mpz_srcptr u)
/netbsd-current/external/lgpl3/gmp/dist/tests/mpf/
H A Dreuse.c54 typedef void (*dss_func) (mpf_ptr, mpf_srcptr, mpf_srcptr);
66 typedef void (*dsi_func) (mpf_ptr, mpf_srcptr, unsigned long int);
80 typedef void (*dis_func) (mpf_ptr, unsigned long int, mpf_srcptr);
213 void mpf_abs (mpf_ptr, mpf_srcptr);
214 void mpf_sqrt (mpf_ptr, mpf_srcptr);
215 void mpf_neg (mpf_ptr, mpf_srcptr);
/netbsd-current/external/lgpl3/gmp/dist/demos/expr/
H A Dexprfa.c49 e_mpf_number (mpf_ptr res, const char *e, size_t elen, int base)
155 e_mpf_set_or_swap (mpf_ptr w, mpf_ptr x)
166 mpf_ptr res, int base, unsigned long prec,

Completed in 139 milliseconds

1234