Lines Matching refs:nzbp
193 int nzbp = 0; /* number of zeros before point */ in wstring_to_decimal() local
378 if (ids + nzbp + 2 < DECIMAL_STRING_LENGTH) { in wstring_to_decimal()
379 for (i = 0; i < nzbp; i++) in wstring_to_decimal()
383 pd->exponent += (nzbp + 1) << expshift; in wstring_to_decimal()
394 nzbp = 0; in wstring_to_decimal()
424 nzbp++; 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()
476 pd->exponent += nzbp << expshift; in wstring_to_decimal()
486 nzbp = 0; in wstring_to_decimal()
589 pd->exponent += nzbp << expshift; in wstring_to_decimal()