Searched refs:exponent_t (Results 1 – 2 of 2) sorted by relevance
109 typedef signed short exponent_t; typedef439 exponent_t exponent;453 exponent_t exponent2 : 11;
39 exponent_t maxExponent;43 exponent_t minExponent;308 D->exponent += static_cast<exponent_t>((dot - p) - (dot > p)); in interpretDecimal()310 static_cast<exponent_t>((p - D->firstSigDigit) in interpretDecimal()1063 assert((exponent_t) (exponent + bits) >= exponent); in shiftSignificandRight()