Home
last modified time | relevance | path

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

/dports/finance/prestashop/prestashop/vendor/prestashop/decimal/src/Operation/
H A DSubtraction.php92 ->toNegative();
103 return (!$b->isNegative()) ? $b->toNegative() : $b;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/include/flang/Evaluate/
H A Dreal.h97 constexpr Real SetSign(bool toNegative) const { // non-arithmetic in SetSign() argument
98 if (toNegative) { in SetSign()
H A Dinteger.h786 constexpr ValueWithOverflow SIGN(bool toNegative) const { in SIGN() argument
787 if (toNegative == IsNegative()) { in SIGN()
789 } else if (toNegative) { in SIGN()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Evaluate/
H A Dreal.h95 constexpr Real SetSign(bool toNegative) const { // non-arithmetic in SetSign() argument
96 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()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/include/flang/Evaluate/
H A Dreal.h93 constexpr Real SetSign(bool toNegative) const { // non-arithmetic in SetSign() argument
94 if (toNegative) { in SetSign()
H A Dinteger.h795 constexpr ValueWithOverflow SIGN(bool toNegative) const { in SIGN() argument
796 if (toNegative == IsNegative()) { in SIGN()
798 } else if (toNegative) { in SIGN()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/include/flang/Evaluate/
H A Dreal.h95 constexpr Real SetSign(bool toNegative) const { // non-arithmetic in SetSign() argument
96 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()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/include/flang/Evaluate/
H A Dreal.h93 constexpr Real SetSign(bool toNegative) const { // non-arithmetic in SetSign() argument
94 if (toNegative) { in SetSign()
H A Dinteger.h795 constexpr ValueWithOverflow SIGN(bool toNegative) const { in SIGN() argument
796 if (toNegative == IsNegative()) { in SIGN()
798 } else if (toNegative) { in SIGN()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/include/flang/Evaluate/
H A Dreal.h97 constexpr Real SetSign(bool toNegative) const { // non-arithmetic in SetSign() argument
98 if (toNegative) { in SetSign()
H A Dinteger.h795 constexpr ValueWithOverflow SIGN(bool toNegative) const { in SIGN() argument
796 if (toNegative == IsNegative()) { in SIGN()
798 } else if (toNegative) { in SIGN()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/include/flang/Evaluate/
H A Dreal.h95 constexpr Real SetSign(bool toNegative) const { // non-arithmetic in SetSign() argument
96 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()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/include/flang/Evaluate/
H A Dreal.h95 constexpr Real SetSign(bool toNegative) const { // non-arithmetic in SetSign() argument
96 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()
/dports/devel/f18/f18-1688bef/lib/evaluate/
H A Dreal.h101 constexpr Real SetSign(bool toNegative) const { // non-arithmetic in SetSign() argument
102 if (toNegative) { in SetSign()
H A Dinteger.h777 constexpr ValueWithOverflow SIGN(bool toNegative) const { in SIGN() argument
778 if (toNegative == IsNegative()) { in SIGN()
780 } else if (toNegative) { in SIGN()
/dports/finance/prestashop/prestashop/vendor/prestashop/decimal/src/
H A DDecimalNumber.php288 public function toNegative() function in PrestaShop\\Decimal\\DecimalNumber
/dports/finance/prestashop/prestashop/src/Adapter/Presenter/Product/
H A DProductLazyArray.php740 $negativeReduction = $absoluteReduction->toNegative();