Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/fp/
H A Dchar_to_decimal.h108 int expshift = 0; variable
201 expshift = 2;
220 expshift = 0;
376 pd->exponent += (nzbp + 1) << expshift;
497 pd->exponent = (-(nzap + 1)) << expshift;
504 pd->exponent -= (nzap + 1) << expshift;
506 pd->exponent += nzbp << expshift;
532 pd->exponent -= nfast << expshift;
725 pd->exponent += nzbp << expshift;
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwstod.c199 int expshift = 0; in wstring_to_decimal() local
261 expshift = 2; in wstring_to_decimal()
280 expshift = 0; in wstring_to_decimal()
383 pd->exponent += (nzbp + 1) << expshift; in wstring_to_decimal()
467 pd->exponent = (-(nzap + 1)) << expshift; in wstring_to_decimal()
474 pd->exponent -= (nzap + 1) << expshift; in wstring_to_decimal()
476 pd->exponent += nzbp << expshift; in wstring_to_decimal()
502 pd->exponent -= nfast << expshift; in wstring_to_decimal()
589 pd->exponent += nzbp << expshift; in wstring_to_decimal()