Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dconst_pi.c27 MPFR_DECL_INIT_CACHE (__gmpfr_cache_const_pi, mpfr_const_pi_internal) in MPFR_DECL_INIT_CACHE() argument
31 MPFR_THREAD_VAR (mpfr_cache_ptr, __gmpfr_cache_const_pi, __gmpfr_normal_pi) in MPFR_DECL_INIT_CACHE()
38 return mpfr_cache (x, __gmpfr_cache_const_pi, rnd_mode); in MPFR_DECL_INIT_CACHE()
H A Dfree_cache.c30 mpfr_clear_cache (__gmpfr_cache_const_pi); in mpfr_free_const_caches()
H A Dmpfr-impl.h265 extern MPFR_CACHE_ATTR mpfr_cache_t __gmpfr_cache_const_pi;
276 extern MPFR_CACHE_ATTR mpfr_cache_ptr __gmpfr_cache_const_pi;
310 # define __gmpfr_cache_const_pi (*__gmpfr_cache_const_pi_f()) macro
316 # define __gmpfr_cache_const_pi (*__gmpfr_cache_const_pi_f()) macro
1387 #define mpfr_const_pi(_d,_r) mpfr_cache(_d, __gmpfr_cache_const_pi,_r)
2185 __gmpfr_cache_const_pi = __gmpfr_logging_pi; \
2191 __gmpfr_cache_const_pi = __gmpfr_normal_pi; \