Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/fp/
H A Dchar_to_decimal.h103 int nzap = 0; /* number of zeros after point */ variable
497 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++;
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwstod.c194 int nzap = 0; /* number of zeros after point */ in wstring_to_decimal() local
467 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()