Home
last modified time | relevance | path

Searched refs:isNegative (Results 201 – 225 of 4354) sorted by relevance

12345678910>>...175

/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DCompactBuffer.h95 bool isNegative = !!(b & (1 << 0)); in readSigned() local
101 if (isNegative) { in readSigned()
196 bool isNegative = v < 0; in writeSigned() local
197 uint32_t value = isNegative ? -v : v; in writeSigned()
199 ((value & 0x3F) << 2) | ((value > 0x3F) << 1) | uint32_t(isNegative); in writeSigned()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DCompactBuffer.h95 bool isNegative = !!(b & (1 << 0)); in readSigned() local
101 if (isNegative) { in readSigned()
196 bool isNegative = v < 0; in writeSigned() local
197 uint32_t value = isNegative ? -v : v; in writeSigned()
199 ((value & 0x3F) << 2) | ((value > 0x3F) << 1) | uint32_t(isNegative); in writeSigned()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DCompactBuffer.h95 bool isNegative = !!(b & (1 << 0)); in readSigned() local
101 if (isNegative) { in readSigned()
196 bool isNegative = v < 0; in writeSigned() local
197 uint32_t value = isNegative ? -v : v; in writeSigned()
199 ((value & 0x3F) << 2) | ((value > 0x3F) << 1) | uint32_t(isNegative); in writeSigned()
/dports/www/firefox/firefox-99.0/intl/components/src/
H A DNumberFormatFields.cpp254 const UFormattedNumber* value, Maybe<double> number, bool isNegative, in FormatResultToParts() argument
263 return FormatResultToParts(formattedValue, number, isNegative, formatForUnit, in FormatResultToParts()
268 const UFormattedValue* value, Maybe<double> number, bool isNegative, in FormatResultToParts() argument
314 UNumberFormatFields(fieldName), number, isNegative, formatForUnit); in FormatResultToParts()
334 bool isNegative, in GetPartTypeForNumberField() argument
373 if (isNegative) { in GetPartTypeForNumberField()
H A DNumberFormatFields.h77 const UFormattedNumber* value, Maybe<double> number, bool isNegative,
81 const UFormattedValue* value, Maybe<double> number, bool isNegative,
86 bool isNegative,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/i18n/
H A Dnumber_roundingutils.h46 getRoundingDirection(bool isEven, bool isNegative, Section section, RoundingMode roundingMode, in getRoundingDirection() argument
62 return isNegative; in getRoundingDirection()
66 return !isNegative; in getRoundingDirection()
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/i18n/
H A Dvisibledigits.h40 UBool isNegative() const;
144 UBool isNegative() const { return fMantissa.isNegative(); } in isNegative() function
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/i18n/
H A Dvisibledigits.h40 UBool isNegative() const;
144 UBool isNegative() const { return fMantissa.isNegative(); } in isNegative() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/i18n/
H A Dvisibledigits.h38 UBool isNegative() const;
142 UBool isNegative() const { return fMantissa.isNegative(); } in isNegative() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Support/
H A DAPInt.cpp1666 if (isNegative()) { in sdiv()
1671 if (RHS.isNegative()) in sdiv()
1677 if (isNegative()) { in sdiv()
1758 if (isNegative()) { in srem()
1763 if (RHS.isNegative()) in srem()
1769 if (isNegative()) { in srem()
2076 bool ResIsNegative = isNegative() ^ RHS.isNegative(); in smul_sat()
2843 if (Rem.isNegative() != B.isNegative()) in RoundingSDiv()
2847 if (Rem.isNegative() != B.isNegative()) in RoundingSDiv()
2897 if (A.isNegative()) { in SolveQuadraticEquationWrap()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Support/
H A DAPInt.cpp1671 if (isNegative()) { in sdiv()
1676 if (RHS.isNegative()) in sdiv()
1682 if (isNegative()) { in sdiv()
1763 if (isNegative()) { in srem()
1768 if (RHS.isNegative()) in srem()
1774 if (isNegative()) { in srem()
2081 bool ResIsNegative = isNegative() ^ RHS.isNegative(); in smul_sat()
2848 if (Rem.isNegative() != B.isNegative()) in RoundingSDiv()
2852 if (Rem.isNegative() != B.isNegative()) in RoundingSDiv()
2902 if (A.isNegative()) { in SolveQuadraticEquationWrap()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Support/
H A DAPInt.cpp1673 if (isNegative()) { in sdiv()
1678 if (RHS.isNegative()) in sdiv()
1684 if (isNegative()) { in sdiv()
1765 if (isNegative()) { in srem()
1770 if (RHS.isNegative()) in srem()
1776 if (isNegative()) { in srem()
2083 bool ResIsNegative = isNegative() ^ RHS.isNegative(); in smul_sat()
2850 if (Rem.isNegative() != B.isNegative()) in RoundingSDiv()
2854 if (Rem.isNegative() != B.isNegative()) in RoundingSDiv()
2904 if (A.isNegative()) { in SolveQuadraticEquationWrap()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/
H A DAPInt.cpp1676 if (isNegative()) { in sdiv()
1681 if (RHS.isNegative()) in sdiv()
1687 if (isNegative()) { in sdiv()
1768 if (isNegative()) { in srem()
1773 if (RHS.isNegative()) in srem()
1779 if (isNegative()) { in srem()
2086 bool ResIsNegative = isNegative() ^ RHS.isNegative(); in smul_sat()
2845 if (Rem.isNegative() != B.isNegative()) in RoundingSDiv()
2849 if (Rem.isNegative() != B.isNegative()) in RoundingSDiv()
2899 if (A.isNegative()) { in SolveQuadraticEquationWrap()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Support/
H A DAPInt.cpp1676 if (isNegative()) { in sdiv()
1681 if (RHS.isNegative()) in sdiv()
1687 if (isNegative()) { in sdiv()
1768 if (isNegative()) { in srem()
1773 if (RHS.isNegative()) in srem()
1779 if (isNegative()) { in srem()
2086 bool ResIsNegative = isNegative() ^ RHS.isNegative(); in smul_sat()
2845 if (Rem.isNegative() != B.isNegative()) in RoundingSDiv()
2849 if (Rem.isNegative() != B.isNegative()) in RoundingSDiv()
2899 if (A.isNegative()) { in SolveQuadraticEquationWrap()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DAPInt.cpp1672 if (isNegative()) { in sdiv()
1677 if (RHS.isNegative()) in sdiv()
1683 if (isNegative()) { in sdiv()
1764 if (isNegative()) { in srem()
1769 if (RHS.isNegative()) in srem()
1775 if (isNegative()) { in srem()
2082 bool ResIsNegative = isNegative() ^ RHS.isNegative(); in smul_sat()
2849 if (Rem.isNegative() != B.isNegative()) in RoundingSDiv()
2853 if (Rem.isNegative() != B.isNegative()) in RoundingSDiv()
2903 if (A.isNegative()) { in SolveQuadraticEquationWrap()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Support/
H A DAPInt.cpp1671 if (isNegative()) { in sdiv()
1676 if (RHS.isNegative()) in sdiv()
1682 if (isNegative()) { in sdiv()
1763 if (isNegative()) { in srem()
1768 if (RHS.isNegative()) in srem()
1774 if (isNegative()) { in srem()
2081 bool ResIsNegative = isNegative() ^ RHS.isNegative(); in smul_sat()
2848 if (Rem.isNegative() != B.isNegative()) in RoundingSDiv()
2852 if (Rem.isNegative() != B.isNegative()) in RoundingSDiv()
2902 if (A.isNegative()) { in SolveQuadraticEquationWrap()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPInt.cpp1673 if (isNegative()) { in sdiv()
1678 if (RHS.isNegative()) in sdiv()
1684 if (isNegative()) { in sdiv()
1765 if (isNegative()) { in srem()
1770 if (RHS.isNegative()) in srem()
1776 if (isNegative()) { in srem()
2083 bool ResIsNegative = isNegative() ^ RHS.isNegative(); in smul_sat()
2850 if (Rem.isNegative() != B.isNegative()) in RoundingSDiv()
2854 if (Rem.isNegative() != B.isNegative()) in RoundingSDiv()
2904 if (A.isNegative()) { in SolveQuadraticEquationWrap()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1676 if (isNegative()) { in sdiv()
1681 if (RHS.isNegative()) in sdiv()
1687 if (isNegative()) { in sdiv()
1768 if (isNegative()) { in srem()
1773 if (RHS.isNegative()) in srem()
1779 if (isNegative()) { in srem()
2086 bool ResIsNegative = isNegative() ^ RHS.isNegative(); in smul_sat()
2845 if (Rem.isNegative() != B.isNegative()) in RoundingSDiv()
2849 if (Rem.isNegative() != B.isNegative()) in RoundingSDiv()
2899 if (A.isNegative()) { in SolveQuadraticEquationWrap()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DAPInt.cpp1676 if (isNegative()) { in sdiv()
1681 if (RHS.isNegative()) in sdiv()
1687 if (isNegative()) { in sdiv()
1768 if (isNegative()) { in srem()
1773 if (RHS.isNegative()) in srem()
1779 if (isNegative()) { in srem()
2086 bool ResIsNegative = isNegative() ^ RHS.isNegative(); in smul_sat()
2845 if (Rem.isNegative() != B.isNegative()) in RoundingSDiv()
2849 if (Rem.isNegative() != B.isNegative()) in RoundingSDiv()
2899 if (A.isNegative()) { in SolveQuadraticEquationWrap()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1673 if (isNegative()) { in sdiv()
1678 if (RHS.isNegative()) in sdiv()
1684 if (isNegative()) { in sdiv()
1765 if (isNegative()) { in srem()
1770 if (RHS.isNegative()) in srem()
1776 if (isNegative()) { in srem()
2083 bool ResIsNegative = isNegative() ^ RHS.isNegative(); in smul_sat()
2850 if (Rem.isNegative() != B.isNegative()) in RoundingSDiv()
2854 if (Rem.isNegative() != B.isNegative()) in RoundingSDiv()
2904 if (A.isNegative()) { in SolveQuadraticEquationWrap()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DAPInt.cpp1672 if (isNegative()) { in sdiv()
1677 if (RHS.isNegative()) in sdiv()
1683 if (isNegative()) { in sdiv()
1764 if (isNegative()) { in srem()
1769 if (RHS.isNegative()) in srem()
1775 if (isNegative()) { in srem()
2082 bool ResIsNegative = isNegative() ^ RHS.isNegative(); in smul_sat()
2849 if (Rem.isNegative() != B.isNegative()) in RoundingSDiv()
2853 if (Rem.isNegative() != B.isNegative()) in RoundingSDiv()
2903 if (A.isNegative()) { in SolveQuadraticEquationWrap()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DAPInt.cpp1676 if (isNegative()) { in sdiv()
1681 if (RHS.isNegative()) in sdiv()
1687 if (isNegative()) { in sdiv()
1768 if (isNegative()) { in srem()
1773 if (RHS.isNegative()) in srem()
1779 if (isNegative()) { in srem()
2086 bool ResIsNegative = isNegative() ^ RHS.isNegative(); in smul_sat()
2845 if (Rem.isNegative() != B.isNegative()) in RoundingSDiv()
2849 if (Rem.isNegative() != B.isNegative()) in RoundingSDiv()
2899 if (A.isNegative()) { in SolveQuadraticEquationWrap()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Support/
H A DAPInt.cpp1139 if (t[i].isNegative()) in multiplicativeInverse()
1596 if (isNegative()) { in sdiv()
1601 if (RHS.isNegative()) in sdiv()
1607 if (isNegative()) { in sdiv()
1688 if (isNegative()) { in srem()
1693 if (RHS.isNegative()) in srem()
1699 if (isNegative()) { in srem()
2733 if (Rem.isNegative() != B.isNegative()) in RoundingSDiv()
2737 if (Rem.isNegative() != B.isNegative()) in RoundingSDiv()
2787 if (A.isNegative()) { in SolveQuadraticEquationWrap()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/ADT/
H A DAPFloat.h319 bool isNegative() const { return sign; } in isNegative() function
358 bool isPosZero() const { return isZero() && !isNegative(); } in isPosZero()
359 bool isNegZero() const { return isZero() && isNegative(); } in isNegZero()
624 bool isNegative() const;
1052 if (isNegative()) in clearSign()
1056 if (isNegative() != RHS.isNegative()) in copySign()
1147 bool isNegative() const { return getIEEE().isNegative(); } in isNegative() function
1254 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in minimum()
1255 return A.isNegative() ? A : B; in minimum()
1267 if (A.isZero() && B.isZero() && (A.isNegative() != B.isNegative())) in maximum()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Parser/
H A DAttributeParser.cpp270 Attribute Parser::parseFloatAttr(Type type, bool isNegative) { in parseFloatAttr() argument
326 if (isNegative) { in buildAttributeAPInt()
344 Attribute Parser::parseDecOrHexAttr(Type type, bool isNegative) { in parseDecOrHexAttr() argument
360 if (isNegative) in parseDecOrHexAttr()
386 if (isNegative && type.isUnsignedInteger()) { in parseDecOrHexAttr()
565 bool isNegative = signAndToken.first; in getIntAttrElements() local
569 if (isNegative && isUintType) { in getIntAttrElements()
594 buildAttributeAPInt(eltTy, isNegative, token.getSpelling()); in getIntAttrElements()
608 bool isNegative = signAndToken.first; in getFloatAttrElements() local
613 if (isNegative) { in getFloatAttrElements()
[all …]

12345678910>>...175