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

  /src/external/lgpl3/mpfr/dist/src/
free_cache.c 33 mpfr_clear_cache (__gmpfr_normal_pi);
const_pi.c 29 MPFR_DECL_INIT_CACHE (__gmpfr_normal_pi, mpfr_const_pi_internal)
31 MPFR_THREAD_VAR (mpfr_cache_ptr, __gmpfr_cache_const_pi, __gmpfr_normal_pi)
mpfr-impl.h 272 extern MPFR_CACHE_ATTR mpfr_cache_t __gmpfr_normal_pi;
313 # define __gmpfr_normal_pi (*__gmpfr_normal_pi_f()) macro
2191 __gmpfr_cache_const_pi = __gmpfr_normal_pi; \

Completed in 30 milliseconds