Home | History | Annotate | Download | only in atof

Lines Matching refs:temp

60 FILE *temp;
76 setup(); /* temp file is now open */
86 fprintf(temp, "output conversion incorrect.");
87 fprintf(temp, "%*.*f = '%s'", i, j, pi, buf);
92 fprintf(temp, "\tnumin('%s') failed\n", buf);
97 fprintf(temp, "\tcompare fails, %f vs %f\n",
99 fprintf(temp, "\terr value is %f\n", x);
114 fprintf(temp, "\tsprintf small # failed\n");
115 fprintf(temp, "\t printed '%s', expected 1.0\n", buf);
128 fprintf(temp, "\tnumin('%s') failed\n", buf);
142 fprintf(temp, "\tx = %.15f = %e\n", x, x);
143 fprintf(temp, "\titeration %d\n", i);
144 fprintf(temp, "\tcompare fails, %f vs %f\n", r1, r2);
145 fprintf(temp, "\tcompare fails, %.15f vs %.15f\n",
147 fprintf(temp, "\tbuf = '%s'\n", buf);
150 fprintf(temp, "\tx == 0.0\n");
152 fprintf(temp, "\tx != 0.0\n");
153 fprintf(temp, "\tx = %.15f = %e\n", x, x);
169 fprintf(temp, "\tnumin('%s') failed\n", buf);
180 fprintf(temp, "\tcompare fails, %f vs %f\n", r1, r2);
181 fprintf(temp, "\tcompare fails, %.15f vs %.15f\n",
185 fprintf(temp, "\tx == 0.0)\n");
187 fprintf(temp, "\tx != 0.0\n");
188 fprintf(temp, "\tx = %.15f = %e\n", x, x);
262 fprintf(temp, "\tbad char '%c' after 'e'\n", *str);
268 fprintf(temp, "\tbad exponent field\n");
275 fprintf(temp, "\tbad exponent field\n");
342 fprintf(temp, "\tWidth too small.\n");
343 fprintf(temp, "\tn1 = %d, n2 = %d, buf= '%s'\n", n1, n2, buf);
348 fprintf(temp, "\tNumber after decimal wrong.\n");
349 fprintf(temp, "\tn1 = %d, n2 = %d, buf= '%s'\n", n1, n2, buf);
354 fprintf(temp, "\tMissed decimal point.\n");
355 fprintf(temp, "\tn1 = %d, n2 = %d, buf= '%s'\n", n1, n2, buf);
365 temp = stderr;