Searched refs:nzap (Results 1 – 2 of 2) sorted by relevance
103 int nzap = 0; /* number of zeros after point */ variable497 pd->exponent = (-(nzap + 1)) << expshift;500 if (ids + nzbp + nzap + 2 < DECIMAL_STRING_LENGTH) {501 for (i = 0; i < nzbp + nzap; i++)504 pd->exponent -= (nzap + 1) << expshift;517 nzap = 0;583 nzap++;
194 int nzap = 0; /* number of zeros after point */ in wstring_to_decimal() local467 pd->exponent = (-(nzap + 1)) << expshift; in wstring_to_decimal()470 if (ids + nzbp + nzap + 2 < DECIMAL_STRING_LENGTH) { in wstring_to_decimal()471 for (i = 0; i < nzbp + nzap; i++) in wstring_to_decimal()474 pd->exponent -= (nzap + 1) << expshift; in wstring_to_decimal()487 nzap = 0; in wstring_to_decimal()525 nzap++; in wstring_to_decimal()