Searched refs:ExponentType (Results 1 – 3 of 3) sorted by relevance
147 typedef int32_t ExponentType; typedef276 static ExponentType semanticsMinExponent(const fltSemantics &);277 static ExponentType semanticsMaxExponent(const fltSemantics &);606 ExponentType exponentNaN() const;607 ExponentType exponentInf() const;608 ExponentType exponentZero() const;659 ExponentType exponent;
102 APFloatBase::ExponentType maxExponent;106 APFloatBase::ExponentType minExponent;295 APFloatBase::ExponentType299 APFloatBase::ExponentType335 static constexpr APFloatBase::ExponentType340 static constexpr APFloatBase::ExponentType345 static constexpr APFloatBase::ExponentType1442 assert((ExponentType) (exponent + bits) >= exponent); in shiftSignificandRight()4463 APFloatBase::ExponentType IEEEFloat::exponentNaN() const { in exponentNaN()4467 APFloatBase::ExponentType IEEEFloat::exponentInf() const { in exponentInf()[all …]
2408 const APFloat::ExponentType MaxExpVal = APFloat::semanticsMaxExponent(FltSem); in expandLdexp()2409 const APFloat::ExponentType MinExpVal = APFloat::semanticsMinExponent(FltSem); in expandLdexp()2507 const APFloat::ExponentType MinExpVal = APFloat::semanticsMinExponent(FltSem); in expandFrexp()