Home
last modified time | relevance | path

Searched refs:rounding_mode (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp1535 IEEEFloat::opStatus IEEEFloat::handleOverflow(roundingMode rounding_mode) { in handleOverflow() argument
1538 if (rounding_mode == rmNearestTiesToEven || in handleOverflow()
1539 rounding_mode == rmNearestTiesToAway || in handleOverflow()
1540 (rounding_mode == rmTowardPositive && !sign) || in handleOverflow()
1541 (rounding_mode == rmTowardNegative && sign)) { in handleOverflow()
1567 bool IEEEFloat::roundAwayFromZero(roundingMode rounding_mode, in roundAwayFromZero() argument
1576 switch (rounding_mode) { in roundAwayFromZero()
1605 IEEEFloat::opStatus IEEEFloat::normalize(roundingMode rounding_mode, in normalize() argument
1625 return handleOverflow(rounding_mode); in normalize()
1662 return handleOverflow(rounding_mode); in normalize()
[all …]