Home | History | Annotate | Download | only in switchback

Lines Matching full:expcount

1670 int expcount;                   /* Exponent counter */
1721 expcount=0; /* Init exponent counter */
1734 expcount--;
1748 expcount++;
1836 if (expcount < 0) {
1838 expcount =- expcount;
1842 *dest++ = (char)(expcount + '0');