Searched defs:APFloatBase (Results 1 – 3 of 3) sorted by relevance
143 struct APFloatBase { struct144 typedef APInt::WordType integerPart;145 static constexpr unsigned integerPartWidth = APInt::APINT_BITS_PER_WORD;148 typedef int32_t ExponentType;152 enum Semantics {180 enum cmpResult {188 using roundingMode = llvm::RoundingMode;190 static constexpr roundingMode rmNearestTiesToEven =192 static constexpr roundingMode rmTowardPositive = RoundingMode::TowardPositive;193 static constexpr roundingMode rmTowardNegative = RoundingMode::TowardNegative;[all …]
142 struct APFloatBase { struct143 typedef APInt::WordType integerPart;144 static const unsigned integerPartWidth = APInt::APINT_BITS_PER_WORD;147 typedef int32_t ExponentType;151 enum Semantics {177 enum cmpResult {185 enum roundingMode {201 enum opStatus {211 enum fltCategory {242 class IEEEFloat final : public APFloatBase { argument
132 struct APFloatBase { struct134 typedef signed short ExponentType;153 enum cmpResult {161 enum roundingMode {172 enum opStatus {182 enum fltCategory {213 class IEEEFloat final : public APFloatBase { argument