Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h147 typedef int32_t ExponentType; typedef
276 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;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp102 APFloatBase::ExponentType maxExponent;
106 APFloatBase::ExponentType minExponent;
295 APFloatBase::ExponentType
299 APFloatBase::ExponentType
335 static constexpr APFloatBase::ExponentType
340 static constexpr APFloatBase::ExponentType
345 static constexpr APFloatBase::ExponentType
1442 assert((ExponentType) (exponent + bits) >= exponent); in shiftSignificandRight()
4463 APFloatBase::ExponentType IEEEFloat::exponentNaN() const { in exponentNaN()
4467 APFloatBase::ExponentType IEEEFloat::exponentInf() const { in exponentInf()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2408 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()