Home
last modified time | relevance | path

Searched refs:n_trace (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtcan_round.c121 n_trace ("b", buf, n); in check_round_p()
134 n_trace ("b", buf, n); in check_round_p()
152 n_trace ("b", buf, n); in check_round_p()
165 n_trace ("b", buf, n); in check_round_p()
H A Dmpfr-test.h216 void n_trace (const char *, mp_limb_t *, mp_size_t);
H A Dtests.c634 n_trace (const char *name, mp_limb_t *p, mp_size_t n) in n_trace() function
/netbsd-src/external/lgpl3/mpfr/dist/
H A DChangeLog6882 * mpfr-test.h, tests.c: added n_trace function to output a mpn.
6883 * tcan_round.c: use n_trace instead of gmp_printf ("%NX\n",...),