Home
last modified time | relevance | path

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

/dragonfly/contrib/mpfr/src/
H A Dinp_str.c32 mpfr_inp_str (mpfr_ptr rop, FILE *stream, int base, mpfr_rnd_t rnd_mode) in mpfr_inp_str() function
H A Dmpf2mpfr.h118 #define mpf_inp_str(x,y,z) mpfr_inp_str(x,y,z,MPFR_DEFAULT_RND)
H A Dmpfr.h993 #define mpfr_inp_str __gmpfr_inp_str macro
995 __MPFR_DECLSPEC size_t mpfr_inp_str _MPFR_PROTO ((mpfr_ptr, FILE*, int,
/dragonfly/contrib/mpfr/doc/
H A Dmpfr.info1822 -- Function: size_t mpfr_inp_str (mpfr_t ROP, FILE *STREAM, int BASE,
3942 * mpfr_inp_str: Input and Output Functions.