Searched refs:nzbp (Results 1 – 3 of 3) sorted by relevance
40 int nzbp = 0, nzap = 0; /* Length of zero substring variable216 if ((ids + nzbp + 2) >= DECIMAL_STRING_LENGTH) { /* Not enough room to219 pd->exponent += nzbp + 1;226 for (i = 0; (i < nzbp); i++)232 nzbp = 0;272 nzbp--; /* Undo effect of277 nzbp++;290 pd->exponent += nzbp;307 pd->exponent += nzbp;339 if ((ids + nzbp + nzap + 2) >= DECIMAL_STRING_LENGTH) { /* Not enough room to[all …]
104 int nzbp = 0; /* number of zeros before point */ variable373 if (ids + nzbp + 2 < DECIMAL_STRING_LENGTH) {374 for (i = 0; i < nzbp; i++)378 pd->exponent += (nzbp + 1) << expshift;389 nzbp = 0;436 nzbp++;502 if (ids + nzbp + nzap + 2 < DECIMAL_STRING_LENGTH) {503 for (i = 0; i < nzbp + nzap; i++)508 pd->exponent += nzbp << expshift;518 nzbp = 0;[all …]
195 int nzbp = 0; /* number of zeros before point */ in wstring_to_decimal() local380 if (ids + nzbp + 2 < DECIMAL_STRING_LENGTH) { in wstring_to_decimal()381 for (i = 0; i < nzbp; i++) in wstring_to_decimal()385 pd->exponent += (nzbp + 1) << expshift; in wstring_to_decimal()396 nzbp = 0; in wstring_to_decimal()426 nzbp++; in wstring_to_decimal()472 if (ids + nzbp + nzap + 2 < DECIMAL_STRING_LENGTH) { in wstring_to_decimal()473 for (i = 0; i < nzbp + nzap; i++) in wstring_to_decimal()478 pd->exponent += nzbp << expshift; in wstring_to_decimal()488 nzbp = 0; in wstring_to_decimal()[all …]