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

NameValueComment
lfExactlyZero0
lfLessThanHalf1
lfExactlyHalf2
lfMoreThanHalf3