enum APFloatBase::roundingMode

Description

IEEE-754R 4.3: Rounding-direction attributes.

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

Enumerators

NameValueComment
rmNearestTiesToEven0
rmTowardPositive1
rmTowardNegative2
rmTowardZero3
rmNearestTiesToAway4