Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h144 struct APFloatBase { struct
145 typedef APInt::WordType integerPart;
146 static constexpr unsigned integerPartWidth = APInt::APINT_BITS_PER_WORD;
149 typedef int32_t ExponentType;
153 enum Semantics {
294 enum cmpResult {
302 using roundingMode = llvm::RoundingMode;
304 static constexpr roundingMode rmNearestTiesToEven =
306 static constexpr roundingMode rmTowardPositive = RoundingMode::TowardPositive;
307 static constexpr roundingMode rmTowardNegative = RoundingMode::TowardNegative;
[all …]