Searched refs:econvert (Results 1 – 1 of 1) sorted by relevance
1006 char econvert[4]; /* "e-12" (without nul-termination). */ in fmtflt() local1180 epos = convert(exponent, econvert, 2, 10, 0); in fmtflt()1187 econvert[epos++] = '0'; in fmtflt()1188 econvert[epos++] = esign; in fmtflt()1189 econvert[epos++] = (flags & PRINT_F_UP) ? 'E' : 'e'; in fmtflt()1276 OUTCHAR(str, *len, size, econvert[epos]); in fmtflt()