Searched refs:expcount (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/VEX/switchback/
H A Dtest_emfloat.c1670 int expcount; /* Exponent counter */ local
1721 expcount=0; /* Init exponent counter */
1734 expcount--;
1748 expcount++;
1836 if (expcount < 0) {
1838 expcount =- expcount;
1842 *dest++ = (char)(expcount + '0');

Completed in 82 milliseconds