Home
last modified time | relevance | path

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

/netbsd/src/external/lgpl3/mpfr/dist/src/
Dconst_catalan.c27 MPFR_DECL_INIT_CACHE (__gmpfr_cache_const_catalan, mpfr_const_catalan_internal) in MPFR_DECL_INIT_CACHE() argument
33 return mpfr_cache (x, __gmpfr_cache_const_catalan, rnd_mode); in MPFR_DECL_INIT_CACHE()
Dfree_cache.c39 mpfr_clear_cache (__gmpfr_cache_const_catalan); in mpfr_free_const_caches()
Dmpfr-impl.h263 extern MPFR_CACHE_ATTR mpfr_cache_t __gmpfr_cache_const_catalan;
308 # define __gmpfr_cache_const_catalan (*__gmpfr_cache_const_catalan_f()) macro
1390 #define mpfr_const_catalan(_d,_r) mpfr_cache(_d,__gmpfr_cache_const_catalan,_r)