Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DAPFloat.h142 struct APFloatBase { struct
143 typedef APInt::WordType integerPart;
144 static const unsigned integerPartWidth = APInt::APINT_BITS_PER_WORD;
147 typedef signed short ExponentType;
166 enum cmpResult {
174 enum roundingMode {
185 enum opStatus {
195 enum fltCategory {
226 class IEEEFloat final : public APFloatBase { argument