Home
last modified time | relevance | path

Searched refs:nzbp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/fp/
H A Dchar_to_decimal.h102 int nzbp = 0; /* number of zeros before point */ variable
371 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 …]
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwstod.c193 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()
[all …]