Searched refs:nzbp (Results 1 – 2 of 2) sorted by relevance
102 int nzbp = 0; /* number of zeros before point */ variable371 if (ids + nzbp + 2 < DECIMAL_STRING_LENGTH) {372 for (i = 0; i < nzbp; i++)376 pd->exponent += (nzbp + 1) << expshift;387 nzbp = 0;434 nzbp++;500 if (ids + nzbp + nzap + 2 < DECIMAL_STRING_LENGTH) {501 for (i = 0; i < nzbp + nzap; i++)506 pd->exponent += nzbp << expshift;516 nzbp = 0;[all …]
193 int nzbp = 0; /* number of zeros before point */ in wstring_to_decimal() local378 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()[all …]