Home
last modified time | relevance | path

Searched refs:econvert (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_snprintf.c1006 char econvert[4]; /* "e-12" (without nul-termination). */ in fmtflt() local
1180 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()