Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Evaluate/
Dreal.h97 constexpr Real SetSign(bool toNegative) const { // non-arithmetic in SetSign() argument
98 if (toNegative) { in SetSign()
Dinteger.h795 constexpr ValueWithOverflow SIGN(bool toNegative) const { in SIGN() argument
796 if (toNegative == IsNegative()) { in SIGN()
798 } else if (toNegative) { in SIGN()