enum APFloatBase::IlogbErrorKinds
Description
Enumeration of \c ilogb error results.
Declared at: llvm/include/llvm/ADT/APFloat.h:224
Enumerators
Name | Value | Comment |
---|---|---|
IEK_Zero | -2147483647 | |
IEK_NaN | -2147483648 | |
IEK_Inf | 2147483647 |
Enumeration of \c ilogb error results.
Declared at: llvm/include/llvm/ADT/APFloat.h:224
Name | Value | Comment |
---|---|---|
IEK_Zero | -2147483647 | |
IEK_NaN | -2147483648 | |
IEK_Inf | 2147483647 |