Searched refs:ExponentType (Results 1 – 3 of 3) sorted by relevance
148 typedef int32_t ExponentType; typedef296 static ExponentType semanticsMinExponent(const fltSemantics &);297 static ExponentType semanticsMaxExponent(const fltSemantics &);629 ExponentType exponentNaN() const;630 ExponentType exponentInf() const;631 ExponentType exponentZero() const;690 ExponentType exponent;
106 APFloatBase::ExponentType maxExponent;110 APFloatBase::ExponentType minExponent;326 APFloatBase::ExponentType330 APFloatBase::ExponentType366 static constexpr APFloatBase::ExponentType371 static constexpr APFloatBase::ExponentType376 static constexpr APFloatBase::ExponentType601 D->exponent += static_cast<APFloat::ExponentType>((dot - p) - (dot > p)); in interpretDecimal()603 static_cast<APFloat::ExponentType>((p - D->firstSigDigit) in interpretDecimal()1471 assert((ExponentType) (exponent + bits) >= exponent); in shiftSignificandRight()[all …]
2431 const APFloat::ExponentType MaxExpVal = APFloat::semanticsMaxExponent(FltSem); in expandLdexp()2432 const APFloat::ExponentType MinExpVal = APFloat::semanticsMinExponent(FltSem); in expandLdexp()2530 const APFloat::ExponentType MinExpVal = APFloat::semanticsMinExponent(FltSem); in expandFrexp()