Home | History | Annotate | Download | only in switchback

Lines Matching full:expcount

1672 int expcount;                   /* Exponent counter */
1723 expcount=0; /* Init exponent counter */
1736 expcount--;
1750 expcount++;
1838 if (expcount < 0) {
1840 expcount =- expcount;
1844 *dest++ = (char)(expcount + '0');