Searched refs:tmpexp (Results 1 – 1 of 1) sorted by relevance
717 int tmpexp; in fmtfp() local719 tmpexp = -exp; in fmtfp()721 tmpexp = exp; in fmtfp()724 econvert[eplace++] = "0123456789"[tmpexp % 10]; in fmtfp()725 tmpexp = (tmpexp / 10); in fmtfp()726 } while (tmpexp > 0 && eplace < (int)sizeof(econvert)); in fmtfp()728 if (tmpexp > 0) { in fmtfp()