Searched refs:mpfr_init_set_d (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/lgpl3/mpfr/dist/src/ |
H A D | mpf2mpfr.h | 135 #define mpf_init_set_d(x,y) mpfr_init_set_d(x,y,MPFR_DEFAULT_RND)
|
H A D | mpfr.h | 1088 #define mpfr_init_set_d(x, d, rnd) \ macro
|
/netbsd-src/external/lgpl3/mpfr/dist/tests/ |
H A D | tset.c | 387 inexact = mpfr_init_set_d (u, 1.0, MPFR_RNDN); in main()
|
/netbsd-src/external/lgpl3/mpfr/dist/doc/ |
H A D | mpfr.info | 1272 -- Macro: int mpfr_init_set_d (mpfr_t ROP, double OP, mpfr_rnd_t RND) 5002 * mpfr_init_set_d: Combined Initialization and Assignment Functions.
|
H A D | mpfr.texi | 1702 @deftypefnx Macro int mpfr_init_set_d (mpfr_t @var{rop}, double @var{op}, mpfr_rnd_t @var{rnd})
|