enum APFloatBase::roundingMode
Description
IEEE-754R 4.3: Rounding-direction attributes.
Declared at: llvm/include/llvm/ADT/APFloat.h:185
Enumerators
Name | Value | Comment |
---|---|---|
rmNearestTiesToEven | 0 | |
rmTowardPositive | 1 | |
rmTowardNegative | 2 | |
rmTowardZero | 3 | |
rmNearestTiesToAway | 4 |