HomeSort by: relevance | last modified time | path
    Searched defs:fI (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gdtoa/test/
dtest.c 66 double f1, fI[2];
113 printf("strtoId returns %d,", strtoId(ibuf, &se, fI, &fI[1]));
115 if (fI[0] == fI[1]) {
116 if (fI[0] == u.f)
117 printf("fI[0] == fI[1] == strtod\n");
119 printf("fI[0] == fI[1] = #%lx %lx = %.17g\n"
    [all...]
ftest.c 66 float f1, fI[2];
117 printf("strtoIf returns %d,", strtoIf(ibuf, &se, fI, &fI[1]));
119 if (fI[0] == fI[1]) {
120 if (fI[0] == u.f)
121 printf("fI[0] == fI[1] == strtof\n");
123 printf("fI[0] == fI[1] = #%lx = %.8g\n"
    [all...]

Completed in 11 milliseconds