Searched refs:econvert (Results 1 – 1 of 1) sorted by relevance
554 char econvert[20]; in fmtfp() local705 econvert[eplace++] = "0123456789"[tmpexp % 10]; in fmtfp()707 } while (tmpexp > 0 && eplace < (int)sizeof(econvert)); in fmtfp()715 econvert[eplace++] = '0'; in fmtfp()797 econvert[--eplace])) in fmtfp()
Completed in 3 milliseconds