Lines Matching refs:exponent
212 pd->exponent = 0; in wstring_to_decimal()
383 pd->exponent += (nzbp + 1) << expshift; in wstring_to_decimal()
434 goto exponent; in wstring_to_decimal()
440 goto exponent; 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()
550 exponent: in wstring_to_decimal()
578 pd->exponent -= e; in wstring_to_decimal()
580 pd->exponent += e; in wstring_to_decimal()
589 pd->exponent += nzbp << expshift; in wstring_to_decimal()