Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dreal.h98 constexpr Real SetSign(bool toNegative) const { // non-arithmetic in SetSign() argument
99 if (toNegative) { in SetSign()
H A Dinteger.h796 constexpr ValueWithOverflow SIGN(bool toNegative) const { in SIGN() argument
797 if (toNegative == IsNegative()) { in SIGN()
799 } else if (toNegative) { in SIGN()