Home
last modified time | relevance | path

Searched refs:mpfr_cache (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dcache.c57 mpfr_cache (mpfr_ptr dest, mpfr_cache_t cache, mpfr_rnd_t rnd) in mpfr_cache() function
H A Dconst_pi.c38 return mpfr_cache (x, __gmpfr_cache_const_pi, rnd_mode); in MPFR_DECL_INIT_CACHE()
H A Dconst_catalan.c33 return mpfr_cache (x, __gmpfr_cache_const_catalan, rnd_mode); in MPFR_DECL_INIT_CACHE()
H A Dconst_log2.c39 return mpfr_cache (x, __gmpfr_cache_const_log2, rnd_mode); in MPFR_DECL_INIT_CACHE()
H A Dmpfr-impl.h1387 #define mpfr_const_pi(_d,_r) mpfr_cache(_d, __gmpfr_cache_const_pi,_r)
1388 #define mpfr_const_log2(_d,_r) mpfr_cache(_d, __gmpfr_cache_const_log2, _r)
1389 #define mpfr_const_euler(_d,_r) mpfr_cache(_d, __gmpfr_cache_const_euler, _r)
1390 #define mpfr_const_catalan(_d,_r) mpfr_cache(_d,__gmpfr_cache_const_catalan,_r)
2470 __MPFR_DECLSPEC int mpfr_cache (mpfr_ptr, mpfr_cache_t, mpfr_rnd_t);
H A Dconst_euler.c36 return mpfr_cache (x, __gmpfr_cache_const_euler, rnd_mode); in MPFR_DECL_INIT_CACHE()
/netbsd-src/external/lgpl3/mpfr/dist/
H A DChangeLog23048 conversion). Since the mpfr_cache function isn't re-entrant when
32905 declarations of mpfr_init_cache, mpfr_clear_cache and mpfr_cache
33627 Improve efficiency of initial call to mpfr_cache.
35163 Inline rounding in mpfr_set4 and mpfr_cache