Searched refs:ExponentType (Results 1 – 2 of 2) sorted by relevance
147 typedef int32_t ExponentType; typedef246 static ExponentType semanticsMinExponent(const fltSemantics &);247 static ExponentType semanticsMaxExponent(const fltSemantics &);558 ExponentType exponentNaN() const;559 ExponentType exponentInf() const;560 ExponentType exponentZero() const;601 ExponentType exponent;
74 APFloatBase::ExponentType maxExponent;78 APFloatBase::ExponentType minExponent;243 APFloatBase::ExponentType247 APFloatBase::ExponentType476 D->exponent += static_cast<APFloat::ExponentType>((dot - p) - (dot > p)); in interpretDecimal()478 static_cast<APFloat::ExponentType>((p - D->firstSigDigit) in interpretDecimal()1339 assert((ExponentType) (exponent + bits) >= exponent); in shiftSignificandRight()4409 APFloatBase::ExponentType IEEEFloat::exponentNaN() const { in exponentNaN()4415 APFloatBase::ExponentType IEEEFloat::exponentInf() const { in exponentInf()4419 APFloatBase::ExponentType IEEEFloat::exponentZero() const { in exponentZero()