Searched refs:mpfr_cache (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/lgpl3/mpfr/dist/src/ |
H A D | cache.c | 57 mpfr_cache (mpfr_ptr dest, mpfr_cache_t cache, mpfr_rnd_t rnd) in mpfr_cache() function
|
H A D | const_pi.c | 38 return mpfr_cache (x, __gmpfr_cache_const_pi, rnd_mode); in MPFR_DECL_INIT_CACHE()
|
H A D | const_catalan.c | 33 return mpfr_cache (x, __gmpfr_cache_const_catalan, rnd_mode); in MPFR_DECL_INIT_CACHE()
|
H A D | const_log2.c | 39 return mpfr_cache (x, __gmpfr_cache_const_log2, rnd_mode); in MPFR_DECL_INIT_CACHE()
|
H A D | mpfr-impl.h | 1387 #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 D | const_euler.c | 36 return mpfr_cache (x, __gmpfr_cache_const_euler, rnd_mode); in MPFR_DECL_INIT_CACHE()
|
/netbsd-src/external/lgpl3/mpfr/dist/ |
H A D | ChangeLog | 23048 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
|