Home
last modified time | relevance | path

Searched refs:__gmpfr_cache_const_log2 (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dconst_log2.c28 MPFR_DECL_INIT_CACHE (__gmpfr_cache_const_log2, mpfr_const_log2_internal) in MPFR_DECL_INIT_CACHE() argument
32 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()
H A Dfree_cache.c31 mpfr_clear_cache (__gmpfr_cache_const_log2); in mpfr_free_const_caches()
H A Dmpfr-impl.h266 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()) macro
317 # define __gmpfr_cache_const_log2 (*__gmpfr_cache_const_log2_f()) macro
1388 #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; \
/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtconst_log2.c37 mpfr_clear_cache (__gmpfr_cache_const_log2); in check()