Searched refs:__gmpfr_cache_const_log2 (Results 1 – 4 of 4) sorted by relevance
28 MPFR_DECL_INIT_CACHE (__gmpfr_cache_const_log2, mpfr_const_log2_internal) in MPFR_DECL_INIT_CACHE() argument32 MPFR_THREAD_VAR (mpfr_cache_ptr, __gmpfr_cache_const_log2, __gmpfr_normal_log2) in MPFR_DECL_INIT_CACHE()39 return mpfr_cache (x, __gmpfr_cache_const_log2, rnd_mode); in MPFR_DECL_INIT_CACHE()
31 mpfr_clear_cache (__gmpfr_cache_const_log2); in mpfr_free_const_caches()
266 extern MPFR_CACHE_ATTR mpfr_cache_t __gmpfr_cache_const_log2;277 extern MPFR_CACHE_ATTR mpfr_cache_ptr __gmpfr_cache_const_log2;311 # define __gmpfr_cache_const_log2 (*__gmpfr_cache_const_log2_f()) macro317 # define __gmpfr_cache_const_log2 (*__gmpfr_cache_const_log2_f()) macro1388 #define mpfr_const_log2(_d,_r) mpfr_cache(_d, __gmpfr_cache_const_log2, _r)2186 __gmpfr_cache_const_log2 = __gmpfr_logging_log2; \2192 __gmpfr_cache_const_log2 = __gmpfr_normal_log2; \
37 mpfr_clear_cache (__gmpfr_cache_const_log2); in check()