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

  /src/external/lgpl3/mpfr/dist/src/
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 28 milliseconds