HomeSort by: relevance | last modified time | path
    Searched refs:__gmpfr_cache_const_pi (Results 1 - 3 of 3) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
free_cache.c 30 mpfr_clear_cache (__gmpfr_cache_const_pi);
const_pi.c 27 MPFR_DECL_INIT_CACHE (__gmpfr_cache_const_pi, mpfr_const_pi_internal)
31 MPFR_THREAD_VAR (mpfr_cache_ptr, __gmpfr_cache_const_pi, __gmpfr_normal_pi)
38 return mpfr_cache (x, __gmpfr_cache_const_pi, rnd_mode);
mpfr-impl.h 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()) 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; \

Completed in 23 milliseconds