enum APFloatBase::opStatus

Description

IEEE-754R 7: Default exception handling. opUnderflow or opOverflow are always returned or-ed with opInexact. APFloat models this behavior specified by IEEE-754: "For operations producing results in floating-point format, the default result of an operation that signals the invalid operation exception shall be a quiet NaN."

Declared at: llvm/include/llvm/ADT/APFloat.h:206

Enumerators

NameValueComment
opOK0
opInvalidOp1
opDivByZero2
opOverflow4
opUnderflow8
opInexact16