Home
last modified time | relevance | path

Searched refs:ExponentType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h149 typedef int32_t ExponentType; typedef
350 LLVM_ABI static ExponentType semanticsMinExponent(const fltSemantics &);
351 LLVM_ABI static ExponentType semanticsMaxExponent(const fltSemantics &);
380 using ExponentType = APFloatBase::ExponentType; variable
729 ExponentType exponentNaN() const;
730 ExponentType exponentInf() const;
731 ExponentType exponentZero() const;
794 ExponentType exponent;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp106 APFloatBase::ExponentType maxExponent;
110 APFloatBase::ExponentType minExponent;
327 APFloatBase::ExponentType
331 APFloatBase::ExponentType
392 static constexpr APFloatBase::ExponentType
397 static constexpr APFloatBase::ExponentType
402 static constexpr APFloatBase::ExponentType
629 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 …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2458 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()