Home
last modified time | relevance | path

Searched refs:mpfr_cache_t (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dmpfr-impl.h249 typedef struct __gmpfr_cache_s mpfr_cache_t[1]; typedef
262 extern MPFR_CACHE_ATTR mpfr_cache_t __gmpfr_cache_const_euler;
263 extern MPFR_CACHE_ATTR mpfr_cache_t __gmpfr_cache_const_catalan;
265 extern MPFR_CACHE_ATTR mpfr_cache_t __gmpfr_cache_const_pi;
266 extern MPFR_CACHE_ATTR mpfr_cache_t __gmpfr_cache_const_log2;
272 extern MPFR_CACHE_ATTR mpfr_cache_t __gmpfr_normal_pi;
273 extern MPFR_CACHE_ATTR mpfr_cache_t __gmpfr_normal_log2;
274 extern MPFR_CACHE_ATTR mpfr_cache_t __gmpfr_logging_pi;
275 extern MPFR_CACHE_ATTR mpfr_cache_t __gmpfr_logging_log2;
288 __MPFR_DECLSPEC mpfr_cache_t * __gmpfr_cache_const_euler_f (void);
[all …]
H A Dcache.c29 mpfr_init_cache (mpfr_cache_t cache, int (*func)(mpfr_ptr, mpfr_rnd_t))
38 mpfr_clear_cache (mpfr_cache_t cache) in mpfr_clear_cache()
57 mpfr_cache (mpfr_ptr dest, mpfr_cache_t cache, mpfr_rnd_t rnd) in mpfr_cache()
/netbsd-src/external/lgpl3/mpfr/dist/
H A DChangeLog32904 Moved definitions of struct __gmpfr_cache_s and mpfr_cache_t, and