Searched refs:fout (Results 1 – 1 of 1) sorted by relevance
/stdlib/ |
A D | gen-tst-strtod-round.c | 136 mpfr_fprintf (fout, " TEST (\""); in round_for_all() 140 fputc (*p, fout); in round_for_all() 142 mpfr_fprintf (fout, "\"\n\t\""); in round_for_all() 144 mpfr_fprintf (fout, "\",\n"); in round_for_all() 152 mpfr_fprintf (fout, ",\n"); in round_for_all() 154 mpfr_fprintf (fout, "),\n"); in round_for_all() 163 FILE *fin, *fout; in main() local 182 fout = fopen (fout_name, "w"); in main() 183 if (fout == NULL) in main() 196 round_for_all (fout, p); in main() [all …]
|
Completed in 5 milliseconds