Searched refs:check_vfprintf (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtfprintf.c86 check_vfprintf (FILE *fout, const char *fmt, ...) function
116 check_vfprintf (fout, "%Ra", x);
117 check_vfprintf (fout, "%Rb", x);
118 check_vfprintf (fout, "%Re", x);
119 check_vfprintf (fout, "%Rf", x);
120 check_vfprintf (fout, "%Rg", x);
128 check_vfprintf (fout, "%Ra", x);
129 check_vfprintf (fout, "%Rb", x);
130 check_vfprintf (fout, "%Re", x);
131 check_vfprintf (fou
[all...]
/netbsd-current/external/lgpl3/gmp/dist/tests/misc/
H A Dt-printf.c153 check_vfprintf (const char *want, const char *fmt, va_list ap) function
309 check_vfprintf (want, fmt, ap);

Completed in 152 milliseconds