Home
last modified time | relevance | path

Searched refs:cleanup_mpfr (Results 1 – 5 of 5) sorted by relevance

/dports/math/libmissing/libmissing-20130815/
H A Dlibmissing.c117 #define cleanup_mpfr mpfr_free_cache() in FUNCP() macro
167 cleanup_mpfr; \
/dports/lang/gawk/gawk-5.1.1/
H A Dmain.c539 cleanup_mpfr(); in main()
H A Dmpfr.c100 cleanup_mpfr(void) in cleanup_mpfr() function
H A Dawk.h1683 extern void cleanup_mpfr(void);
H A DChangeLog.15478 * mpfr.c (cleanup_mpfr): New function to deallocate _mpf_t1
5480 * awk.h (cleanup_mpfr): Add declaration.
5481 * main.c (main): Add call to `cleanup_mpfr'.