Searched refs:__gmpfr_cache_const_pi (Results 1 – 3 of 3) sorted by relevance
27 MPFR_DECL_INIT_CACHE (__gmpfr_cache_const_pi, mpfr_const_pi_internal) in MPFR_DECL_INIT_CACHE() argument31 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()
30 mpfr_clear_cache (__gmpfr_cache_const_pi); in mpfr_free_const_caches()
265 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()) macro316 # define __gmpfr_cache_const_pi (*__gmpfr_cache_const_pi_f()) macro1387 #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; \