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