Searched refs:mpfr_cache (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dcache.c0 /* mpfr_cache -- cache interface for multiple-precision constants in MPFR.
46 mpfr_cache (mpfr_ptr dest, mpfr_cache_t cache, mpfr_rnd_t rnd) function
H A Dconst_catalan.c33 return mpfr_cache (x, __gmpfr_cache_const_catalan, rnd_mode);
H A Dconst_pi.c32 return mpfr_cache (x, __gmpfr_cache_const_pi, rnd_mode);
H A Dconst_log2.c33 return mpfr_cache (x, __gmpfr_cache_const_log2, rnd_mode);
H A Dconst_euler.c33 return mpfr_cache (x, __gmpfr_cache_const_euler, rnd_mode);
H A Dmpfr-impl.h926 #define mpfr_const_pi(_d,_r) mpfr_cache(_d, __gmpfr_cache_const_pi,_r)
927 #define mpfr_const_log2(_d,_r) mpfr_cache(_d, __gmpfr_cache_const_log2, _r)
928 #define mpfr_const_euler(_d,_r) mpfr_cache(_d, __gmpfr_cache_const_euler, _r)
929 #define mpfr_const_catalan(_d,_r) mpfr_cache(_d,__gmpfr_cache_const_catalan,_r)
1748 __MPFR_DECLSPEC int mpfr_cache _MPFR_PROTO ((mpfr_ptr, mpfr_cache_t,

Completed in 214 milliseconds