enum APFloatBase::cmpResult
Description
IEEE-754R 5.11: Floating Point Comparison Relations.
Declared at: llvm/include/llvm/ADT/APFloat.h:177
Enumerators
Name | Value | Comment |
---|---|---|
cmpLessThan | 0 | |
cmpEqual | 1 | |
cmpGreaterThan | 2 | |
cmpUnordered | 3 |
IEEE-754R 5.11: Floating Point Comparison Relations.
Declared at: llvm/include/llvm/ADT/APFloat.h:177
Name | Value | Comment |
---|---|---|
cmpLessThan | 0 | |
cmpEqual | 1 | |
cmpGreaterThan | 2 | |
cmpUnordered | 3 |