Searched refs:omitcount (Results 1 – 1 of 1) sorted by relevance
1109 int omitcount = 0; in fmtflt() local1297 while (omitcount < fpos && fconvert[omitcount] == '0') in fmtflt()1298 omitcount++; in fmtflt()1300 omitcount = precision; in fmtflt()1303 precision -= omitcount; in fmtflt()1366 while (fpos > omitcount) { /* The remaining fractional part. */ in fmtflt()