Searched refs:mpfr_free_cache (Results 1 – 20 of 20) sorted by relevance
/netbsd-src/external/lgpl3/mpfr/dist/src/ |
H A D | free_cache.c | 54 mpfr_free_cache (void) in mpfr_free_cache() function 90 mpfr_free_cache (); in mpfr_mp_memory_cleanup()
|
H A D | mpfr.h | 811 __MPFR_DECLSPEC void mpfr_free_cache (void);
|
/netbsd-src/external/lgpl3/mpfr/dist/tests/ |
H A D | tconst_log2.c | 113 mpfr_free_cache (); in check_cache() 128 mpfr_free_cache (); in check_cache()
|
H A D | tconst_pi.c | 145 mpfr_free_cache (); in bug20091030() 165 mpfr_free_cache (); in bug20091030()
|
H A D | tests.c | 324 mpfr_free_cache (); in tests_end_mpfr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | context.cc | 43 mpfr_free_cache (); in ~context()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | context.c | 43 mpfr_free_cache (); in ~context()
|
/netbsd-src/external/lgpl3/mpfr/dist/examples/ |
H A D | sample.c | 55 mpfr_free_cache (); in main()
|
H A D | can_round.c | 63 mpfr_free_cache (); in main()
|
H A D | rndo-add.c | 90 mpfr_free_cache (); in main()
|
H A D | divworst.c | 96 mpfr_free_cache (); in main()
|
H A D | version.c | 249 mpfr_free_cache (); in main()
|
/netbsd-src/external/lgpl3/mpc/dist/tests/ |
H A D | random.c | 102 mpfr_free_cache (); in test_end()
|
/netbsd-src/external/lgpl3/mpfr/dist/tune/ |
H A D | bidimensional_sample.c | 466 mpfr_free_cache (); in main()
|
/netbsd-src/external/lgpl3/mpfr/dist/ |
H A D | NEWS | 102 currently equivalent to mpfr_free_cache. 389 mpfr_zero_p, mpfr_free_cache, mpfr_sum, mpfr_get_version,
|
H A D | ChangeLog | 6009 [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 D | mpfr.info | 795 ‘mpfr_free_cache’ and ‘mpfr_free_cache2’. It is strongly advised to 810 ‘mpfr_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) 3256 ‘mpfr_free_cache()’. 3261 ‘mpfr_free_cache’ or ‘mpfr_free_cache2’). 3368 ‘mpfr_free_cache’ each time you garbage the memory iff ‘mpfr_init’, 4906 * mpfr_free_cache: Memory Handling Functions.
|
H A D | mpfr.texi | 1176 @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 D | arith.c | 270 mpfr_free_cache (); in gfc_arith_done_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | arith.cc | 269 mpfr_free_cache (); in gfc_arith_done_1()
|