Lines Matching full:omitcount
1013 int omitcount = 0;1201 while (omitcount < fpos && fconvert[omitcount] == '0')1202 omitcount++;1204 omitcount = precision;1207 precision -= omitcount;1270 while (fpos > omitcount) { /* The remaining fractional part. */