Searched refs:check_vfprintf (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/lgpl3/mpfr/dist/tests/ |
H A D | tfprintf.c | 86 check_vfprintf (FILE *fout, const char *fmt, ...) in check_vfprintf() function 116 check_vfprintf (fout, "%Ra", x); in check_special() 117 check_vfprintf (fout, "%Rb", x); in check_special() 118 check_vfprintf (fout, "%Re", x); in check_special() 119 check_vfprintf (fout, "%Rf", x); in check_special() 120 check_vfprintf (fout, "%Rg", x); in check_special() 128 check_vfprintf (fout, "%Ra", x); in check_special() 129 check_vfprintf (fout, "%Rb", x); in check_special() 130 check_vfprintf (fout, "%Re", x); in check_special() 131 check_vfprintf (fout, "%Rf", x); in check_special() [all …]
|
/netbsd-src/external/lgpl3/gmp/dist/tests/misc/ |
H A D | t-printf.c | 153 check_vfprintf (const char *want, const char *fmt, va_list ap) in check_vfprintf() function 309 check_vfprintf (want, fmt, ap); in check_one()
|