Searched defs:APFloatBase (Results 1 – 1 of 1) sorted by relevance
144 struct APFloatBase { struct145 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 …]