Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DAPFloat.cpp58 APFloatBase::ExponentType maxExponent;
62 APFloatBase::ExponentType minExponent;
117 const fltSemantics &APFloatBase::IEEEhalf() { in IEEEhalf()
132 const fltSemantics &APFloatBase::Bogus() { in Bogus()
158 APFloatBase::ExponentType
162 APFloatBase::ExponentType
179 return ((bits) + APFloatBase::integerPartWidth - 1) / APFloatBase::integerPartWidth; in partCountForBits()
488 static APFloatBase::integerPart
492 APFloatBase::integerPart part, boundary; in ulpsFromBoundary()
500 …part = parts[count] & (~(APFloatBase::integerPart) 0 >> (APFloatBase::integerPartWidth - partBits)… in ulpsFromBoundary()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DAPFloat.h142 struct APFloatBase { struct
226 class IEEEFloat final : public APFloatBase { argument
574 class DoubleAPFloat final : public APFloatBase {
674 class APFloat : public APFloatBase {
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDumpDataExtractor.cpp587 if (&semantics == &llvm::APFloatBase::x87DoubleExtended()) in DumpDataExtractor()