Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h143 struct APFloatBase { struct
144 typedef APInt::WordType integerPart;
148 typedef int32_t ExponentType;
152 enum Semantics {
180 enum cmpResult {
188 using roundingMode = llvm::RoundingMode;
190 static constexpr roundingMode rmNearestTiesToEven =
195 static constexpr roundingMode rmNearestTiesToAway =
206 enum opStatus {
216 enum fltCategory {
[all …]