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

  /src/external/lgpl3/mpfr/dist/src/
mpfr-impl.h 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()) 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; \

Completed in 24 milliseconds