Searched refs:ExponentType (Results 1 – 2 of 2) sorted by relevance
148 typedef int32_t ExponentType; typedef236 static ExponentType semanticsMinExponent(const fltSemantics &);237 static ExponentType semanticsMaxExponent(const fltSemantics &);542 ExponentType exponentNaN() const;543 ExponentType exponentInf() const;544 ExponentType exponentZero() const;581 ExponentType exponent;
57 APFloatBase::ExponentType maxExponent;61 APFloatBase::ExponentType minExponent;214 APFloatBase::ExponentType218 APFloatBase::ExponentType447 D->exponent += static_cast<APFloat::ExponentType>((dot - p) - (dot > p)); in interpretDecimal()449 static_cast<APFloat::ExponentType>((p - D->firstSigDigit) in interpretDecimal()1246 assert((ExponentType) (exponent + bits) >= exponent); in shiftSignificandRight()4134 APFloatBase::ExponentType IEEEFloat::exponentNaN() const { in exponentNaN()4138 APFloatBase::ExponentType IEEEFloat::exponentInf() const { in exponentInf()4142 APFloatBase::ExponentType IEEEFloat::exponentZero() const { in exponentZero()