summaryrefslogtreecommitdiff
path: root/tests/mpfr-test.h
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-12-07 17:58:36 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-12-07 17:58:36 +0000
commit59eac273c5767b84bef42a20510aaac35d190b37 (patch)
tree32e64eaad6511344fe2afe5fcfc39c5ffdf11a96 /tests/mpfr-test.h
parent09248a995b1bbf7567503111741ac3e003073333 (diff)
downloadmpfr-59eac273c5767b84bef42a20510aaac35d190b37.tar.gz
[tests]
* mpfr-test.h, tests.c: added n_trace function to output a mpn. * tcan_round.c: use n_trace instead of gmp_printf ("%NX\n",...), which is not available with mini-gmp. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13327 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/mpfr-test.h')
-rw-r--r--tests/mpfr-test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mpfr-test.h b/tests/mpfr-test.h
index fa1254e63..99d5a2c4a 100644
--- a/tests/mpfr-test.h
+++ b/tests/mpfr-test.h
@@ -125,6 +125,7 @@ double Ulp (double);
int Isnan (double);
void d_trace (const char *, double);
void ld_trace (const char *, long double);
+void n_trace (const char *, mp_limb_t *, mp_size_t);
FILE *src_fopen (const char *, const char *);
void set_emin (mpfr_exp_t);