Searched refs:APFloatBase (Results 1 – 3 of 3) sorted by relevance
58 APFloatBase::ExponentType maxExponent;62 APFloatBase::ExponentType minExponent;117 const fltSemantics &APFloatBase::IEEEhalf() { in IEEEhalf()132 const fltSemantics &APFloatBase::Bogus() { in Bogus()158 APFloatBase::ExponentType162 APFloatBase::ExponentType179 return ((bits) + APFloatBase::integerPartWidth - 1) / APFloatBase::integerPartWidth; in partCountForBits()488 static APFloatBase::integerPart492 APFloatBase::integerPart part, boundary; in ulpsFromBoundary()500 …part = parts[count] & (~(APFloatBase::integerPart) 0 >> (APFloatBase::integerPartWidth - partBits)… in ulpsFromBoundary()[all …]
142 struct APFloatBase { struct226 class IEEEFloat final : public APFloatBase { argument574 class DoubleAPFloat final : public APFloatBase {674 class APFloat : public APFloatBase {
587 if (&semantics == &llvm::APFloatBase::x87DoubleExtended()) in DumpDataExtractor()