Home
last modified time | relevance | path

Searched refs:mpfr_free_cache (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dfree_cache.c54 mpfr_free_cache (void) in mpfr_free_cache() function
90 mpfr_free_cache (); in mpfr_mp_memory_cleanup()
H A Dmpfr.h811 __MPFR_DECLSPEC void mpfr_free_cache (void);
/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtconst_log2.c113 mpfr_free_cache (); in check_cache()
128 mpfr_free_cache (); in check_cache()
H A Dtconst_pi.c145 mpfr_free_cache (); in bug20091030()
165 mpfr_free_cache (); in bug20091030()
H A Dtests.c324 mpfr_free_cache (); in tests_end_mpfr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcontext.cc43 mpfr_free_cache (); in ~context()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcontext.c43 mpfr_free_cache (); in ~context()
/netbsd-src/external/lgpl3/mpfr/dist/examples/
H A Dsample.c55 mpfr_free_cache (); in main()
H A Dcan_round.c63 mpfr_free_cache (); in main()
H A Drndo-add.c90 mpfr_free_cache (); in main()
H A Ddivworst.c96 mpfr_free_cache (); in main()
H A Dversion.c249 mpfr_free_cache (); in main()
/netbsd-src/external/lgpl3/mpc/dist/tests/
H A Drandom.c102 mpfr_free_cache (); in test_end()
/netbsd-src/external/lgpl3/mpfr/dist/tune/
H A Dbidimensional_sample.c466 mpfr_free_cache (); in main()
/netbsd-src/external/lgpl3/mpfr/dist/
H A DNEWS102 currently equivalent to mpfr_free_cache.
389 mpfr_zero_p, mpfr_free_cache, mpfr_sum, mpfr_get_version,
H A DChangeLog6009 [doc/mpfr.texi] Moved mpfr_free_cache, mpfr_free_cache2, mpfr_free_pool
8688 [examples] Added "mpfr_free_cache ();" at the end of all programs,
11284 [doc/mpfr.texi] Updated mpfr_free_cache / mpfr_free_cache2 description.
14485 [doc/mpfr.texi] improved documentation of mpfr_free_cache()
15807 Corrected mpfr_free_cache behavior when WANT_SHARED_CACHE is defined
18647 [src/cache.c] Improved mpfr_clear_cache in case mpfr_free_cache is
28423 * Added call to mpfr_free_cache in the first example.
28424 * Updated description of function mpfr_free_cache.
31006 * mpfr_free_cache() (from free_cache.c) now calls free_l2b();
31008 * documented the behavior in mpfr.texi (under mpfr_free_cache).
[all …]
/netbsd-src/external/lgpl3/mpfr/dist/doc/
H A Dmpfr.info795mpfr_free_cache’ and ‘mpfr_free_cache2’. It is strongly advised to
810mpfr_free_cache’, but ‘mpfr_mp_memory_cleanup’ is the recommended way
1055 mpfr_free_cache (); /* free the cache for constants like pi */
2193 requested. To free these caches, use ‘mpfr_free_cache’ or
3237 -- Function: void mpfr_free_cache (void)
3256mpfr_free_cache()’.
3261mpfr_free_cache’ or ‘mpfr_free_cache2’).
3368mpfr_free_cache’ each time you garbage the memory iff ‘mpfr_init’,
4906 * mpfr_free_cache: Memory Handling Functions.
H A Dmpfr.texi1176 @code{mpfr_free_cache} and @code{mpfr_free_cache2}. It is strongly advised
1196 equivalent to @code{mpfr_free_cache}, but @code{mpfr_mp_memory_cleanup}
1470 mpfr_free_cache (); /* free the cache for constants like pi */
2720 use @code{mpfr_free_cache} or @code{mpfr_free_cache2}.
3932 @deftypefun void mpfr_free_cache (void)
3953 is currently equivalent to @code{mpfr_free_cache()}.
3959 are freed (with @code{mpfr_free_cache} or @code{mpfr_free_cache2}).
4080 @code{mpfr_free_cache} each time you garbage the memory iff @code{mpfr_init},
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Darith.c270 mpfr_free_cache (); in gfc_arith_done_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Darith.cc269 mpfr_free_cache (); in gfc_arith_done_1()