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

  /src/external/lgpl3/mpfr/dist/src/
free_cache.c 30 mpfr_clear_cache (__gmpfr_cache_const_pi);
31 mpfr_clear_cache (__gmpfr_cache_const_log2);
33 mpfr_clear_cache (__gmpfr_normal_pi);
34 mpfr_clear_cache (__gmpfr_normal_log2);
35 mpfr_clear_cache (__gmpfr_logging_pi);
36 mpfr_clear_cache (__gmpfr_logging_log2);
38 mpfr_clear_cache (__gmpfr_cache_const_euler);
39 mpfr_clear_cache (__gmpfr_cache_const_catalan);
cache.c 38 mpfr_clear_cache (mpfr_cache_t cache) function
mpfr-impl.h 2469 __MPFR_DECLSPEC void mpfr_clear_cache (mpfr_cache_t);
  /src/external/lgpl3/mpfr/dist/tests/
tconst_log2.c 37 mpfr_clear_cache (__gmpfr_cache_const_log2);

Completed in 14 milliseconds