enum lostFraction
Description
Enum that represents what fraction of the LSB truncated bits of an fp number represent. This essentially combines the roles of guard and sticky bits.
Declared at: llvm/include/llvm/ADT/APFloat.h:48
Enumerators
Name | Value | Comment |
---|---|---|
lfExactlyZero | 0 | |
lfLessThanHalf | 1 | |
lfExactlyHalf | 2 | |
lfMoreThanHalf | 3 |