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.h143 struct APFloatBase { struct
144 typedef APInt::WordType integerPart;
145 static constexpr unsigned integerPartWidth = APInt::APINT_BITS_PER_WORD;
148 typedef int32_t ExponentType;
152 enum Semantics {
240 enum cmpResult {
248 using roundingMode = llvm::RoundingMode;
250 static constexpr roundingMode rmNearestTiesToEven =
252 static constexpr roundingMode rmTowardPositive = RoundingMode::TowardPositive;
253 static constexpr roundingMode rmTowardNegative = RoundingMode::TowardNegative;
[all …]