Searched refs:expshift (Results 1 – 2 of 2) sorted by relevance
108 int expshift = 0; variable201 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;
199 int expshift = 0; in wstring_to_decimal() local261 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()