Home
last modified time | relevance | path

Searched refs:rhs (Results 226 – 250 of 51141) sorted by relevance

12345678910>>...2046

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Reactor/
H A DReactor.cpp271 store(rhs); in Bool()
362 store(rhs); in Byte()
597 store(rhs); in SByte()
825 store(rhs); in Short()
1060 store(rhs); in UShort()
1300 store(rhs); in Byte4()
1331 store(rhs); in Byte8()
1537 store(rhs); in SByte8()
1697 store(rhs); in Byte16()
1787 store(rhs); in Short4()
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/wide/src/
H A Du32x4_.rs113 self.add(Self::splat(rhs)) in add()
122 self.sub(Self::splat(rhs)) in sub()
131 self.mul(Self::splat(rhs)) in mul()
335 let rhs: [u32; 4] = cast(rhs); in max() localVariable
337 arr[0].max(rhs[0]), in max()
338 arr[1].max(rhs[1]), in max()
339 arr[2].max(rhs[2]), in max()
340 arr[3].max(rhs[3]), in max()
355 let rhs: [u32; 4] = cast(rhs); in min() localVariable
357 arr[0].min(rhs[0]), in min()
[all …]
/dports/math/py-or-tools/or-tools-9.2/ortools/math_opt/cpp/
H A Dvariable_and_expressions.h751 lhs += rhs;
756 rhs += lhs;
757 return rhs;
769 lhs += rhs;
774 rhs += lhs;
775 return rhs;
779 lhs += rhs;
816 lhs -= rhs;
835 lhs -= rhs;
846 lhs -= rhs;
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/
H A Dscriptnum10.h63 inline bool operator==(const int64_t& rhs) const { return m_value == rhs; }
64 inline bool operator!=(const int64_t& rhs) const { return m_value != rhs; }
65 inline bool operator<=(const int64_t& rhs) const { return m_value <= rhs; }
66 inline bool operator< (const int64_t& rhs) const { return m_value < rhs; }
67 inline bool operator>=(const int64_t& rhs) const { return m_value >= rhs; }
68 inline bool operator> (const int64_t& rhs) const { return m_value > rhs; }
93 m_value = rhs;
99 assert(rhs == 0 || (rhs > 0 && m_value <= std::numeric_limits<int64_t>::max() - rhs) ||
101 m_value += rhs;
107 assert(rhs == 0 || (rhs > 0 && m_value >= std::numeric_limits<int64_t>::min() + rhs) ||
[all …]
/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/
H A Dscriptnum10.h63 inline bool operator==(const int64_t& rhs) const { return m_value == rhs; }
64 inline bool operator!=(const int64_t& rhs) const { return m_value != rhs; }
65 inline bool operator<=(const int64_t& rhs) const { return m_value <= rhs; }
66 inline bool operator< (const int64_t& rhs) const { return m_value < rhs; }
67 inline bool operator>=(const int64_t& rhs) const { return m_value >= rhs; }
68 inline bool operator> (const int64_t& rhs) const { return m_value > rhs; }
93 m_value = rhs;
99 assert(rhs == 0 || (rhs > 0 && m_value <= std::numeric_limits<int64_t>::max() - rhs) ||
101 m_value += rhs;
107 assert(rhs == 0 || (rhs > 0 && m_value >= std::numeric_limits<int64_t>::min() + rhs) ||
[all …]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/test/
H A Dscriptnum10.h63 inline bool operator==(const int64_t& rhs) const { return m_value == rhs; }
64 inline bool operator!=(const int64_t& rhs) const { return m_value != rhs; }
65 inline bool operator<=(const int64_t& rhs) const { return m_value <= rhs; }
66 inline bool operator< (const int64_t& rhs) const { return m_value < rhs; }
67 inline bool operator>=(const int64_t& rhs) const { return m_value >= rhs; }
68 inline bool operator> (const int64_t& rhs) const { return m_value > rhs; }
93 m_value = rhs;
99 assert(rhs == 0 || (rhs > 0 && m_value <= std::numeric_limits<int64_t>::max() - rhs) ||
101 m_value += rhs;
107 assert(rhs == 0 || (rhs > 0 && m_value >= std::numeric_limits<int64_t>::min() + rhs) ||
[all …]
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/test/
H A Dscriptnum10.h64 inline bool operator==(const int64_t& rhs) const { return m_value == rhs; }
65 inline bool operator!=(const int64_t& rhs) const { return m_value != rhs; }
66 inline bool operator<=(const int64_t& rhs) const { return m_value <= rhs; }
67 inline bool operator< (const int64_t& rhs) const { return m_value < rhs; }
68 inline bool operator>=(const int64_t& rhs) const { return m_value >= rhs; }
69 inline bool operator> (const int64_t& rhs) const { return m_value > rhs; }
94 m_value = rhs;
100 assert(rhs == 0 || (rhs > 0 && m_value <= std::numeric_limits<int64_t>::max() - rhs) ||
102 m_value += rhs;
108 assert(rhs == 0 || (rhs > 0 && m_value >= std::numeric_limits<int64_t>::min() + rhs) ||
[all …]
/dports/net-p2p/litecoin/litecoin-0.18.1/src/test/
H A Dscriptnum10.h64 inline bool operator==(const int64_t& rhs) const { return m_value == rhs; }
65 inline bool operator!=(const int64_t& rhs) const { return m_value != rhs; }
66 inline bool operator<=(const int64_t& rhs) const { return m_value <= rhs; }
67 inline bool operator< (const int64_t& rhs) const { return m_value < rhs; }
68 inline bool operator>=(const int64_t& rhs) const { return m_value >= rhs; }
69 inline bool operator> (const int64_t& rhs) const { return m_value > rhs; }
94 m_value = rhs;
100 assert(rhs == 0 || (rhs > 0 && m_value <= std::numeric_limits<int64_t>::max() - rhs) ||
102 m_value += rhs;
108 assert(rhs == 0 || (rhs > 0 && m_value >= std::numeric_limits<int64_t>::min() + rhs) ||
[all …]
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/test/
H A Dscriptnum10.h64 inline bool operator==(const int64_t& rhs) const { return m_value == rhs; }
65 inline bool operator!=(const int64_t& rhs) const { return m_value != rhs; }
66 inline bool operator<=(const int64_t& rhs) const { return m_value <= rhs; }
67 inline bool operator< (const int64_t& rhs) const { return m_value < rhs; }
68 inline bool operator>=(const int64_t& rhs) const { return m_value >= rhs; }
69 inline bool operator> (const int64_t& rhs) const { return m_value > rhs; }
94 m_value = rhs;
100 assert(rhs == 0 || (rhs > 0 && m_value <= std::numeric_limits<int64_t>::max() - rhs) ||
102 m_value += rhs;
108 assert(rhs == 0 || (rhs > 0 && m_value >= std::numeric_limits<int64_t>::min() + rhs) ||
[all …]
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/test/
H A Dscriptnum10.h64 inline bool operator==(const int64_t& rhs) const { return m_value == rhs; }
65 inline bool operator!=(const int64_t& rhs) const { return m_value != rhs; }
66 inline bool operator<=(const int64_t& rhs) const { return m_value <= rhs; }
67 inline bool operator< (const int64_t& rhs) const { return m_value < rhs; }
68 inline bool operator>=(const int64_t& rhs) const { return m_value >= rhs; }
69 inline bool operator> (const int64_t& rhs) const { return m_value > rhs; }
94 m_value = rhs;
100 assert(rhs == 0 || (rhs > 0 && m_value <= std::numeric_limits<int64_t>::max() - rhs) ||
102 m_value += rhs;
108 assert(rhs == 0 || (rhs > 0 && m_value >= std::numeric_limits<int64_t>::min() + rhs) ||
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/test/
H A Dscriptnum10.h63 inline bool operator==(const int64_t& rhs) const { return m_value == rhs; }
64 inline bool operator!=(const int64_t& rhs) const { return m_value != rhs; }
65 inline bool operator<=(const int64_t& rhs) const { return m_value <= rhs; }
66 inline bool operator< (const int64_t& rhs) const { return m_value < rhs; }
67 inline bool operator>=(const int64_t& rhs) const { return m_value >= rhs; }
68 inline bool operator> (const int64_t& rhs) const { return m_value > rhs; }
93 m_value = rhs;
99 assert(rhs == 0 || (rhs > 0 && m_value <= std::numeric_limits<int64_t>::max() - rhs) ||
101 m_value += rhs;
107 assert(rhs == 0 || (rhs > 0 && m_value >= std::numeric_limits<int64_t>::min() + rhs) ||
[all …]
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/test/
H A Dscriptnum10.h63 inline bool operator==(const int64_t& rhs) const { return m_value == rhs; }
64 inline bool operator!=(const int64_t& rhs) const { return m_value != rhs; }
65 inline bool operator<=(const int64_t& rhs) const { return m_value <= rhs; }
66 inline bool operator< (const int64_t& rhs) const { return m_value < rhs; }
67 inline bool operator>=(const int64_t& rhs) const { return m_value >= rhs; }
68 inline bool operator> (const int64_t& rhs) const { return m_value > rhs; }
93 m_value = rhs;
99 assert(rhs == 0 || (rhs > 0 && m_value <= std::numeric_limits<int64_t>::max() - rhs) ||
101 m_value += rhs;
107 assert(rhs == 0 || (rhs > 0 && m_value >= std::numeric_limits<int64_t>::min() + rhs) ||
[all …]
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/test/
H A Dscriptnum10.h63 inline bool operator==(const int64_t& rhs) const { return m_value == rhs; }
64 inline bool operator!=(const int64_t& rhs) const { return m_value != rhs; }
65 inline bool operator<=(const int64_t& rhs) const { return m_value <= rhs; }
66 inline bool operator< (const int64_t& rhs) const { return m_value < rhs; }
67 inline bool operator>=(const int64_t& rhs) const { return m_value >= rhs; }
68 inline bool operator> (const int64_t& rhs) const { return m_value > rhs; }
93 m_value = rhs;
99 assert(rhs == 0 || (rhs > 0 && m_value <= std::numeric_limits<int64_t>::max() - rhs) ||
101 m_value += rhs;
107 assert(rhs == 0 || (rhs > 0 && m_value >= std::numeric_limits<int64_t>::min() + rhs) ||
[all …]
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/test/
H A Dscriptnum10.h64 inline bool operator==(const int64_t& rhs) const { return m_value == rhs; }
65 inline bool operator!=(const int64_t& rhs) const { return m_value != rhs; }
66 inline bool operator<=(const int64_t& rhs) const { return m_value <= rhs; }
67 inline bool operator< (const int64_t& rhs) const { return m_value < rhs; }
68 inline bool operator>=(const int64_t& rhs) const { return m_value >= rhs; }
69 inline bool operator> (const int64_t& rhs) const { return m_value > rhs; }
94 m_value = rhs;
100 assert(rhs == 0 || (rhs > 0 && m_value <= std::numeric_limits<int64_t>::max() - rhs) ||
102 m_value += rhs;
108 assert(rhs == 0 || (rhs > 0 && m_value >= std::numeric_limits<int64_t>::min() + rhs) ||
[all …]
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/test/
H A Dscriptnum10.h64 inline bool operator==(const int64_t& rhs) const { return m_value == rhs; }
65 inline bool operator!=(const int64_t& rhs) const { return m_value != rhs; }
66 inline bool operator<=(const int64_t& rhs) const { return m_value <= rhs; }
67 inline bool operator< (const int64_t& rhs) const { return m_value < rhs; }
68 inline bool operator>=(const int64_t& rhs) const { return m_value >= rhs; }
69 inline bool operator> (const int64_t& rhs) const { return m_value > rhs; }
94 m_value = rhs;
100 assert(rhs == 0 || (rhs > 0 && m_value <= std::numeric_limits<int64_t>::max() - rhs) ||
102 m_value += rhs;
108 assert(rhs == 0 || (rhs > 0 && m_value >= std::numeric_limits<int64_t>::min() + rhs) ||
[all …]
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/test/
H A Dscriptnum10.h63 inline bool operator==(const int64_t& rhs) const { return m_value == rhs; }
64 inline bool operator!=(const int64_t& rhs) const { return m_value != rhs; }
65 inline bool operator<=(const int64_t& rhs) const { return m_value <= rhs; }
66 inline bool operator< (const int64_t& rhs) const { return m_value < rhs; }
67 inline bool operator>=(const int64_t& rhs) const { return m_value >= rhs; }
68 inline bool operator> (const int64_t& rhs) const { return m_value > rhs; }
93 m_value = rhs;
99 assert(rhs == 0 || (rhs > 0 && m_value <= std::numeric_limits<int64_t>::max() - rhs) ||
101 m_value += rhs;
107 assert(rhs == 0 || (rhs > 0 && m_value >= std::numeric_limits<int64_t>::min() + rhs) ||
[all …]
/dports/games/edge/Edge-1.35-source/epi/
H A Dmath_vector.h37 ivec_c(const ivec_c& rhs) : x(rhs.x), y(rhs.y) { } in ivec_c() argument
79 vec2_c(const vec2_c& rhs) : x(rhs.x), y(rhs.y) { } in vec2_c() argument
80 vec2_c(const ivec_c& rhs) : x(rhs.x), y(rhs.y) { } in vec2_c() argument
142 vec3_c(const vec3_c& rhs) : x(rhs.x), y(rhs.y), z(rhs.z) { } in vec3_c() argument
240 x = rhs.x; y = rhs.y;
438 return vec3_c(x + rhs.x, y + rhs.y, z + rhs.z);
443 return vec3_c(x - rhs.x, y - rhs.y, z - rhs.z);
458 return x * rhs.x + y * rhs.y + z * rhs.z;
469 x = rhs.x; y = rhs.y; z = rhs.z;
475 x += rhs.x; y += rhs.y; z += rhs.z;
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/core/model/
H A Dtraced-value.h470 return TracedValue<decltype(lhs.Get () + rhs)> (lhs.Get () + rhs);
697 tmp += rhs;
707 tmp -= rhs;
717 tmp *= rhs;
727 tmp /= rhs;
737 tmp %= rhs;
747 tmp <<= rhs;
757 tmp >>= rhs;
767 tmp &= rhs;
777 tmp |= rhs;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsScanHelpers.cpp67 return lhs + " + " + rhs; in getOpOperation()
78 …return "(isnan(" + lhs + ") ? " + rhs + " : (isnan(" + rhs + ") ? " + lhs + " : min(" + lhs + ", "… in getOpOperation()
88 …return "mix(mix(min(" + lhs + ", " + rhs + "), " + lhs + ", isnan(" + rhs + ")), " + rhs + ", isna… in getOpOperation()
98 …return "(isnan(" + lhs + ") ? " + rhs + " : (isnan(" + rhs + ") ? " + lhs + " : max(" + lhs + ", "… in getOpOperation()
108 …return "mix(mix(max(" + lhs + ", " + rhs + "), " + lhs + ", isnan(" + rhs + ")), " + rhs + ", isna… in getOpOperation()
120 …return "bvec3(" + lhs + ".x && " + rhs + ".x, " + lhs + ".y && " + rhs + ".y, " + lhs + ".z && " +… in getOpOperation()
122 …bvec4(" + lhs + ".x && " + rhs + ".x, " + lhs + ".y && " + rhs + ".y, " + lhs + ".z && " + rhs + "… in getOpOperation()
134 …return "bvec3(" + lhs + ".x || " + rhs + ".x, " + lhs + ".y || " + rhs + ".y, " + lhs + ".z || " +… in getOpOperation()
136 …bvec4(" + lhs + ".x || " + rhs + ".x, " + lhs + ".y || " + rhs + ".y, " + lhs + ".z || " + rhs + "… in getOpOperation()
148 …return "bvec3(" + lhs + ".x ^^ " + rhs + ".x, " + lhs + ".y ^^ " + rhs + ".y, " + lhs + ".z ^^ " +… in getOpOperation()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_evaluate.hpp54 static bool evaluate( T1 const& lhs, T2 const& rhs) { in evaluate()
55 return bool( opCast( lhs ) == opCast( rhs ) ); in evaluate()
61 return bool( opCast( lhs ) != opCast( rhs ) ); in evaluate()
67 return bool( opCast( lhs ) < opCast( rhs ) ); in evaluate()
73 return bool( opCast( lhs ) > opCast( rhs ) ); in evaluate()
79 return bool( opCast( lhs ) >= opCast( rhs ) ); in evaluate()
85 return bool( opCast( lhs ) <= opCast( rhs ) ); in evaluate()
90 bool applyEvaluator( T1 const& lhs, T2 const& rhs ) { in applyEvaluator() argument
91 return Evaluator<T1, T2, Op>::evaluate( lhs, rhs ); in applyEvaluator()
99 bool compare( T1 const& lhs, T2 const& rhs ) { in compare() argument
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/internal/
H A Dcatch_evaluate.hpp56 static bool evaluate( T1 const& lhs, T2 const& rhs) { in evaluate()
57 return bool( opCast( lhs ) == opCast( rhs ) ); in evaluate()
63 return bool( opCast( lhs ) != opCast( rhs ) ); in evaluate()
69 return bool( opCast( lhs ) < opCast( rhs ) ); in evaluate()
75 return bool( opCast( lhs ) > opCast( rhs ) ); in evaluate()
81 return bool( opCast( lhs ) >= opCast( rhs ) ); in evaluate()
87 return bool( opCast( lhs ) <= opCast( rhs ) ); in evaluate()
92 bool applyEvaluator( T1 const& lhs, T2 const& rhs ) { in applyEvaluator() argument
93 return Evaluator<T1, T2, Op>::evaluate( lhs, rhs ); in applyEvaluator()
101 bool compare( T1 const& lhs, T2 const& rhs ) { in compare() argument
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_evaluate.hpp54 static bool evaluate( T1 const& lhs, T2 const& rhs) { in evaluate()
55 return bool( opCast( lhs ) == opCast( rhs ) ); in evaluate()
61 return bool( opCast( lhs ) != opCast( rhs ) ); in evaluate()
67 return bool( opCast( lhs ) < opCast( rhs ) ); in evaluate()
73 return bool( opCast( lhs ) > opCast( rhs ) ); in evaluate()
79 return bool( opCast( lhs ) >= opCast( rhs ) ); in evaluate()
85 return bool( opCast( lhs ) <= opCast( rhs ) ); in evaluate()
90 bool applyEvaluator( T1 const& lhs, T2 const& rhs ) { in applyEvaluator() argument
91 return Evaluator<T1, T2, Op>::evaluate( lhs, rhs ); in applyEvaluator()
99 bool compare( T1 const& lhs, T2 const& rhs ) { in compare() argument
[all …]
/dports/devel/xsimd/xsimd-7.6.0/include/xsimd/types/
H A Dxsimd_avx512_int8.hpp221 XSIMD_SPLIT_AVX512(rhs); in neg()
231 return _mm512_add_epi8(lhs, rhs); in add()
240 return _mm512_sub_epi8(lhs, rhs); in sub()
249 return _mm512_adds_epi8(lhs, rhs); in sadd()
292 return _mm512_or_si512(lhs, rhs); in bitwise_or()
332 XSIMD_SPLIT_AVX512(rhs); in hadd()
371 const batch_type rhs = v_lhs; in extract_pair() local
374 case 0: return rhs; in extract_pair()
402 return _mm512_abs_epi8(rhs); in abs()
404 XSIMD_SPLIT_AVX512(rhs); in abs()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/db_cassandra/
H A Dcassandra_types.h100 if (!(name == rhs.name))
117 return !(*this == rhs);
144 if (!(name == rhs.name))
151 return !(*this == rhs);
178 if (!(name == rhs.name))
185 return !(*this == rhs);
219 return !(*this == rhs);
330 if (!(why == rhs.why))
417 if (!(why == rhs.why))
448 if (!(why == rhs.why))
[all …]
/dports/devel/toml11/toml11-3.7.0/toml/
H A Dstring.hpp51 string& operator+=(const char* rhs) {str += rhs; return *this;} in operator +=()
52 string& operator+=(const char rhs) {str += rhs; return *this;} in operator +=()
53 string& operator+=(const std::string& rhs) {str += rhs; return *this;} in operator +=()
54 string& operator+=(const string& rhs) {str += rhs.str; return *this;} in operator +=()
66 string& operator+=(const std::string_view& rhs) {str += rhs; return *this;} in operator +=()
75 return lhs.kind == rhs.kind && lhs.str == rhs.str; in operator ==()
83 return (lhs.kind == rhs.kind) ? (lhs.str < rhs.str) : (lhs.kind < rhs.kind); in operator <()
87 return rhs < lhs; in operator >()
91 return !(rhs < lhs); in operator <=()
95 return !(lhs < rhs); in operator >=()
[all …]

12345678910>>...2046