Searched refs:expshift (Results 1 – 2 of 2) sorted by relevance
110 int expshift = 0; variable203 expshift = 2;222 expshift = 0;378 pd->exponent += (nzbp + 1) << expshift;499 pd->exponent = (-(nzap + 1)) << expshift;506 pd->exponent -= (nzap + 1) << expshift;508 pd->exponent += nzbp << expshift;534 pd->exponent -= nfast << expshift;727 pd->exponent += nzbp << expshift;
201 int expshift = 0; in wstring_to_decimal() local263 expshift = 2; in wstring_to_decimal()282 expshift = 0; in wstring_to_decimal()385 pd->exponent += (nzbp + 1) << expshift; in wstring_to_decimal()469 pd->exponent = (-(nzap + 1)) << expshift; in wstring_to_decimal()476 pd->exponent -= (nzap + 1) << expshift; in wstring_to_decimal()478 pd->exponent += nzbp << expshift; in wstring_to_decimal()504 pd->exponent -= nfast << expshift; in wstring_to_decimal()591 pd->exponent += nzbp << expshift; in wstring_to_decimal()