Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h148 typedef int32_t ExponentType; typedef
236 static ExponentType semanticsMinExponent(const fltSemantics &);
237 static ExponentType semanticsMaxExponent(const fltSemantics &);
542 ExponentType exponentNaN() const;
543 ExponentType exponentInf() const;
544 ExponentType exponentZero() const;
581 ExponentType exponent;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp57 APFloatBase::ExponentType maxExponent;
61 APFloatBase::ExponentType minExponent;
214 APFloatBase::ExponentType
218 APFloatBase::ExponentType
447 D->exponent += static_cast<APFloat::ExponentType>((dot - p) - (dot > p)); in interpretDecimal()
449 static_cast<APFloat::ExponentType>((p - D->firstSigDigit) in interpretDecimal()
1246 assert((ExponentType) (exponent + bits) >= exponent); in shiftSignificandRight()
4134 APFloatBase::ExponentType IEEEFloat::exponentNaN() const { in exponentNaN()
4138 APFloatBase::ExponentType IEEEFloat::exponentInf() const { in exponentInf()
4142 APFloatBase::ExponentType IEEEFloat::exponentZero() const { in exponentZero()