Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h142 struct APFloatBase { struct
143 typedef APInt::WordType integerPart;
144 static constexpr unsigned integerPartWidth = APInt::APINT_BITS_PER_WORD;
147 typedef int32_t ExponentType;
151 enum Semantics {
190 enum cmpResult {
198 using roundingMode = llvm::RoundingMode;
200 static constexpr roundingMode rmNearestTiesToEven =
202 static constexpr roundingMode rmTowardPositive = RoundingMode::TowardPositive;
203 static constexpr roundingMode rmTowardNegative = RoundingMode::TowardNegative;
[all …]