Searched refs:ExponentType (Results 1 – 3 of 3) sorted by relevance
149 typedef int32_t ExponentType; typedef350 LLVM_ABI static ExponentType semanticsMinExponent(const fltSemantics &);351 LLVM_ABI static ExponentType semanticsMaxExponent(const fltSemantics &);380 using ExponentType = APFloatBase::ExponentType; variable729 ExponentType exponentNaN() const;730 ExponentType exponentInf() const;731 ExponentType exponentZero() const;794 ExponentType exponent;
106 APFloatBase::ExponentType maxExponent;110 APFloatBase::ExponentType minExponent;327 APFloatBase::ExponentType331 APFloatBase::ExponentType392 static constexpr APFloatBase::ExponentType397 static constexpr APFloatBase::ExponentType402 static constexpr APFloatBase::ExponentType629 D->exponent += static_cast<APFloat::ExponentType>((dot - p) - (dot > p)); in interpretDecimal()631 static_cast<APFloat::ExponentType>((p - D->firstSigDigit) in interpretDecimal()1529 assert((ExponentType) (exponent + bits) >= exponent); in shiftSignificandRight()[all …]
2458 const APFloat::ExponentType MaxExpVal = APFloat::semanticsMaxExponent(FltSem); in expandLdexp()2459 const APFloat::ExponentType MinExpVal = APFloat::semanticsMinExponent(FltSem); in expandLdexp()2557 const APFloat::ExponentType MinExpVal = APFloat::semanticsMinExponent(FltSem); in expandFrexp()