enum APFloatBase::fltCategory
Description
Category of internally-represented number.
Declared at: llvm/include/llvm/ADT/APFloat.h:211
Enumerators
Name | Value | Comment |
---|---|---|
fcInfinity | 0 | |
fcNaN | 1 | |
fcNormal | 2 | |
fcZero | 3 |
Category of internally-represented number.
Declared at: llvm/include/llvm/ADT/APFloat.h:211
Name | Value | Comment |
---|---|---|
fcInfinity | 0 | |
fcNaN | 1 | |
fcNormal | 2 | |
fcZero | 3 |