Home
last modified time | relevance | path

Searched refs:rhs (Results 101 – 125 of 36037) sorted by relevance

12345678910>>...1442

/dports/devel/boost-docs/boost_1_72_0/boost/date_time/
H A Dint_adapter.hpp216 if((is_pos_inf(value_) && rhs.is_neg_inf(rhs.as_number())) || in operator +()
217 (is_neg_inf(value_) && rhs.is_pos_inf(rhs.as_number())) ) in operator +()
225 if (rhs.is_pos_inf(rhs.as_number())) in operator +()
229 if (rhs.is_neg_inf(rhs.as_number())) in operator +()
265 if((is_pos_inf(value_) && rhs.is_pos_inf(rhs.as_number())) || in operator -()
266 (is_neg_inf(value_) && rhs.is_neg_inf(rhs.as_number())) ) in operator -()
274 if (rhs.is_pos_inf(rhs.as_number())) in operator -()
278 if (rhs.is_neg_inf(rhs.as_number())) in operator -()
330 if(rhs != 0) in operator /()
360 if(rhs != 0) in operator %()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/date_time/
H A Dint_adapter.hpp215 if((is_pos_inf(value_) && rhs.is_neg_inf(rhs.as_number())) || in operator +()
216 (is_neg_inf(value_) && rhs.is_pos_inf(rhs.as_number())) ) in operator +()
224 if (rhs.is_pos_inf(rhs.as_number())) in operator +()
228 if (rhs.is_neg_inf(rhs.as_number())) in operator +()
264 if((is_pos_inf(value_) && rhs.is_pos_inf(rhs.as_number())) || in operator -()
265 (is_neg_inf(value_) && rhs.is_neg_inf(rhs.as_number())) ) in operator -()
273 if (rhs.is_pos_inf(rhs.as_number())) in operator -()
277 if (rhs.is_neg_inf(rhs.as_number())) in operator -()
329 if(rhs != 0) in operator /()
359 if(rhs != 0) in operator %()
[all …]
/dports/biology/lamarc/lamarc-2.1.8/boost/date_time/
H A Dint_adapter.hpp213 if((is_pos_inf(value_) && rhs.is_neg_inf(rhs.as_number())) || in operator +()
214 (is_neg_inf(value_) && rhs.is_pos_inf(rhs.as_number())) ) in operator +()
222 if (rhs.is_pos_inf(rhs.as_number())) in operator +()
226 if (rhs.is_neg_inf(rhs.as_number())) in operator +()
262 if((is_pos_inf(value_) && rhs.is_pos_inf(rhs.as_number())) || in operator -()
263 (is_neg_inf(value_) && rhs.is_neg_inf(rhs.as_number())) ) in operator -()
271 if (rhs.is_pos_inf(rhs.as_number())) in operator -()
275 if (rhs.is_neg_inf(rhs.as_number())) in operator -()
327 if(rhs != 0) in operator /()
357 if(rhs != 0) in operator %()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/date_time/
H A Dint_adapter.hpp215 if((is_pos_inf(value_) && rhs.is_neg_inf(rhs.as_number())) || in operator +()
216 (is_neg_inf(value_) && rhs.is_pos_inf(rhs.as_number())) ) in operator +()
224 if (rhs.is_pos_inf(rhs.as_number())) in operator +()
228 if (rhs.is_neg_inf(rhs.as_number())) in operator +()
264 if((is_pos_inf(value_) && rhs.is_pos_inf(rhs.as_number())) || in operator -()
265 (is_neg_inf(value_) && rhs.is_neg_inf(rhs.as_number())) ) in operator -()
273 if (rhs.is_pos_inf(rhs.as_number())) in operator -()
277 if (rhs.is_neg_inf(rhs.as_number())) in operator -()
329 if(rhs != 0) in operator /()
359 if(rhs != 0) in operator %()
[all …]
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/common/units/
H A Dlength.h687 return (*lhs) * rhs;
693 return lhs + *rhs;
696 return *lhs + rhs;
699 return lhs - *rhs;
702 return *lhs - rhs;
842 return lhs + *rhs;
845 return *lhs + rhs;
848 return lhs - *rhs;
851 return *lhs - rhs;
855 return *lhs - *rhs;
[all …]
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/base/
H A Dvalue.hpp72 bool operator==(bool rhs) const;
73 bool operator!=(bool rhs) const;
75 bool operator==(int rhs) const;
76 bool operator!=(int rhs) const;
78 bool operator==(double rhs) const;
79 bool operator!=(double rhs) const;
81 bool operator==(const char *rhs) const;
82 bool operator!=(const char *rhs) const;
84 bool operator==(const String& rhs) const;
87 bool operator==(const Value& rhs) const;
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/src/pass/
H A Dir_deep_compare.cc46 VisitStmt(lhs, rhs); in Equal()
52 VisitExpr(lhs, rhs); in Equal()
58 VisitExpr(lhs, rhs); in Compare()
198 if (op < rhs) { in VisitExpr_()
200 } else if (op > rhs) { in VisitExpr_()
326 VisitExpr(lhs, rhs); in CompareExpr()
338 VisitStmt(lhs, rhs); in CompareStmt()
390 if (lhs < rhs) { in CompareValue()
402 if (CompareValue(lhs->rhs.size(), rhs->rhs.size()) != 0) return order_; in CompareCommReducer()
409 cmp.vmap_[lhs->rhs[i].get()] = rhs->rhs[i].get(); in CompareCommReducer()
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/pass/
H A Dir_deep_compare.cc46 VisitStmt(lhs, rhs); in Equal()
52 VisitExpr(lhs, rhs); in Equal()
58 VisitExpr(lhs, rhs); in Compare()
198 if (op < rhs) { in VisitExpr_()
200 } else if (op > rhs) { in VisitExpr_()
326 VisitExpr(lhs, rhs); in CompareExpr()
338 VisitStmt(lhs, rhs); in CompareStmt()
390 if (lhs < rhs) { in CompareValue()
402 if (CompareValue(lhs->rhs.size(), rhs->rhs.size()) != 0) return order_; in CompareCommReducer()
409 cmp.vmap_[lhs->rhs[i].get()] = rhs->rhs[i].get(); in CompareCommReducer()
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/wide/src/
H A Du16x8_.rs123 self.add(Self::splat(rhs)) in add()
132 self.sub(Self::splat(rhs)) in sub()
141 self.mul(Self::splat(rhs)) in mul()
369 let rhs: [u16; 8] = cast(rhs); in max() localVariable
371 arr[0].max(rhs[0]), in max()
372 arr[1].max(rhs[1]), in max()
373 arr[2].max(rhs[2]), in max()
374 arr[3].max(rhs[3]), in max()
375 arr[4].max(rhs[4]), in max()
376 arr[5].max(rhs[5]), in max()
[all …]
H A Di16x8_.rs44 fn add(self, rhs: Self) -> Self::Output { in add()
123 self.add(Self::splat(rhs)) in add()
132 self.sub(Self::splat(rhs)) in sub()
141 self.mul(Self::splat(rhs)) in mul()
150 i16x8::splat(self).add(rhs) in add()
159 i16x8::splat(self).sub(rhs) in sub()
168 i16x8::splat(self).mul(rhs) in mul()
265 let u = rhs as u64;
299 let u = rhs as u64;
447 self.cmp_lt(rhs).blend(rhs, self) in max()
[all …]
/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/
H A Drect.h122 minx*=rhs; miny*=rhs;
123 maxx*=rhs; maxy*=rhs;
129 minx/=rhs; miny/=rhs;
130 maxx/=rhs; maxy/=rhs;
190 { return RectInt(minx*rhs[0], miny*rhs[1], maxx*rhs[0], maxy*rhs[1]); } in multiply_coords()
192 { return RectInt(minx/rhs[0], miny/rhs[1], maxx/rhs[0], maxy/rhs[1]); } in divide_coords()
294 minx*=rhs; miny*=rhs;
295 maxx*=rhs; maxy*=rhs;
302 minx*=rhs; miny*=rhs;
373 { return Rect(minx*rhs[0], miny*rhs[1], maxx*rhs[0], maxy*rhs[1]); } in multiply_coords()
[all …]
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/
H A Drect.h122 minx*=rhs; miny*=rhs;
123 maxx*=rhs; maxy*=rhs;
129 minx/=rhs; miny/=rhs;
130 maxx/=rhs; maxy/=rhs;
190 { return RectInt(minx*rhs[0], miny*rhs[1], maxx*rhs[0], maxy*rhs[1]); } in multiply_coords()
192 { return RectInt(minx/rhs[0], miny/rhs[1], maxx/rhs[0], maxy/rhs[1]); } in divide_coords()
294 minx*=rhs; miny*=rhs;
295 maxx*=rhs; maxy*=rhs;
302 minx*=rhs; miny*=rhs;
373 { return Rect(minx*rhs[0], miny*rhs[1], maxx*rhs[0], maxy*rhs[1]); } in multiply_coords()
[all …]
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/
H A Drect.h122 minx*=rhs; miny*=rhs;
123 maxx*=rhs; maxy*=rhs;
129 minx/=rhs; miny/=rhs;
130 maxx/=rhs; maxy/=rhs;
190 { return RectInt(minx*rhs[0], miny*rhs[1], maxx*rhs[0], maxy*rhs[1]); } in multiply_coords()
192 { return RectInt(minx/rhs[0], miny/rhs[1], maxx/rhs[0], maxy/rhs[1]); } in divide_coords()
294 minx*=rhs; miny*=rhs;
295 maxx*=rhs; maxy*=rhs;
302 minx*=rhs; miny*=rhs;
373 { return Rect(minx*rhs[0], miny*rhs[1], maxx*rhs[0], maxy*rhs[1]); } in multiply_coords()
[all …]
/dports/cad/gds3d/GDS3D-bcdb97a/math/
H A DMATRIX4X4.h72 {rhs=GetRotatedVector3D(rhs);} in RotateVector3D()
75 {rhs=GetInverseRotatedVector3D(rhs);} in InverseRotateVector3D()
82 {rhs=GetTranslatedVector3D(rhs);} in TranslateVector3D()
85 {rhs=GetInverseTranslatedVector3D(rhs);} in InverseTranslateVector3D()
147 entries[1]*rhs.x
152 entries[2]*rhs.x
157 rhs.w);
165 entries[1]*rhs.x
170 entries[2]*rhs.x
175 entries[3]*rhs.x
[all …]
H A DVECTOR4D.h30 VECTOR4D(const double * rhs) : x(*rhs), y(*(rhs+1)), z(*(rhs+2)), w(*(rhs+3)) in VECTOR4D() argument
33 VECTOR4D(const VECTOR4D & rhs): x(rhs.x), y(rhs.y), z(rhs.z), w(rhs.w) in VECTOR4D() argument
64 { return x*rhs.x + y*rhs.y + z*rhs.z + w*rhs.w; } in DotProduct()
84 { return VECTOR4D(x+rhs.x, y+rhs.y, z+rhs.z, w+rhs.w); }
87 { return VECTOR4D(x-rhs.x, y-rhs.y, z-rhs.z, w-rhs.w); }
90 { return VECTOR4D(x*rhs, y*rhs, z*rhs, w*rhs); }
94 : VECTOR4D(x/rhs, y/rhs, z/rhs, w/rhs); }
105 { x+=rhs.x; y+=rhs.y; z+=rhs.z; w+=rhs.w; }
108 { x-=rhs.x; y-=rhs.y; z-=rhs.z; w-=rhs.w; }
111 { x*=rhs; y*=rhs; z*=rhs; w*=rhs; }
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/base/
H A DossimColumnVector3d.h45 if ( (rhs.Ncols() == 1) && (rhs.Nrows() > 2) ) in ossimColumnVector3d()
61 if ( (rhs.Ncols() == 1) && (rhs.Nrows() == 3) )
96 return ossimColumnVector3d( (lhs[0][0]*rhs[0] + lhs[0][1]*rhs[1] + lhs[0][2]*rhs[2]),
97 (lhs[1][0]*rhs[0] + lhs[1][1]*rhs[1] + lhs[1][2]*rhs[2]),
98 (lhs[2][0]*rhs[0] + lhs[2][1]*rhs[1] + lhs[2][2]*rhs[2]));
102 … return ossimColumnVector3d( (lhs[0][0]*rhs[0] + lhs[0][1]*rhs[1] + lhs[0][2]*rhs[2] + lhs[0][3]) ,
103 … (lhs[1][0]*rhs[0] + lhs[1][1]*rhs[1] + lhs[1][2]*rhs[2] + lhs[1][3]) ,
104 … (lhs[2][0]*rhs[0] + lhs[2][1]*rhs[1] + lhs[2][2]*rhs[2] + lhs[2][3]));
107 return rhs;
226 data[2]*rhs[0] - data[0]*rhs[2], in cross()
[all …]
/dports/finance/chiapos/chiapos-1.0.3/uint128_t/
H A Duint128_t.cpp113 return uint128_t(UPPER & rhs.UPPER, LOWER & rhs.LOWER); in operator &()
123 return uint128_t(UPPER | rhs.UPPER, LOWER | rhs.LOWER); in operator |()
133 return uint128_t(UPPER ^ rhs.UPPER, LOWER ^ rhs.LOWER); in operator ^()
213 return ((UPPER == rhs.UPPER) && (LOWER == rhs.LOWER)); in operator ==()
217 return ((UPPER != rhs.UPPER) | (LOWER != rhs.LOWER)); in operator !=()
235 return ((*this > rhs) | (*this == rhs)); in operator >=()
239 return ((*this < rhs) | (*this == rhs)); in operator <=()
243 return uint128_t(UPPER + rhs.UPPER + ((LOWER + rhs.LOWER) < LOWER), LOWER + rhs.LOWER); in operator +()
247 UPPER += rhs.UPPER + ((LOWER + rhs.LOWER) < LOWER); in operator +=()
253 return uint128_t(UPPER - rhs.UPPER - ((LOWER - rhs.LOWER) > LOWER), LOWER - rhs.LOWER); in operator -()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/runtime/src/
H A Dkmp_atomic.h95 return (lhs + rhs);
100 return (lhs - rhs);
105 return (lhs * rhs);
227 _Quad rhs = b.q; member
233 _Quad rhs = b.q; member
238 _Quad rhs = b.q; member
244 _Quad rhs = b.q; member
290 _Quad rhs = b.q; member
296 _Quad rhs = b.q; member
301 _Quad rhs = b.q; member
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/src/
H A Dkmp_atomic.h95 return (lhs + rhs);
100 return (lhs - rhs);
105 return (lhs * rhs);
227 _Quad rhs = b.q; member
233 _Quad rhs = b.q; member
238 _Quad rhs = b.q; member
244 _Quad rhs = b.q; member
290 _Quad rhs = b.q; member
296 _Quad rhs = b.q; member
301 _Quad rhs = b.q; member
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/runtime/src/
H A Dkmp_atomic.h95 return (lhs + rhs);
100 return (lhs - rhs);
105 return (lhs * rhs);
227 _Quad rhs = b.q; member
233 _Quad rhs = b.q; member
238 _Quad rhs = b.q; member
244 _Quad rhs = b.q; member
290 _Quad rhs = b.q; member
296 _Quad rhs = b.q; member
301 _Quad rhs = b.q; member
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_atomic.h95 return (lhs + rhs);
100 return (lhs - rhs);
105 return (lhs * rhs);
227 _Quad rhs = b.q; member
233 _Quad rhs = b.q; member
238 _Quad rhs = b.q; member
244 _Quad rhs = b.q; member
290 _Quad rhs = b.q; member
296 _Quad rhs = b.q; member
301 _Quad rhs = b.q; member
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/runtime/src/
H A Dkmp_atomic.h95 return (lhs + rhs);
100 return (lhs - rhs);
105 return (lhs * rhs);
227 _Quad rhs = b.q; member
233 _Quad rhs = b.q; member
238 _Quad rhs = b.q; member
244 _Quad rhs = b.q; member
290 _Quad rhs = b.q; member
296 _Quad rhs = b.q; member
301 _Quad rhs = b.q; member
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_atomic.h95 return (lhs + rhs);
100 return (lhs - rhs);
105 return (lhs * rhs);
227 _Quad rhs = b.q; member
233 _Quad rhs = b.q; member
238 _Quad rhs = b.q; member
244 _Quad rhs = b.q; member
290 _Quad rhs = b.q; member
296 _Quad rhs = b.q; member
301 _Quad rhs = b.q; member
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_atomic.h95 return (lhs + rhs);
100 return (lhs - rhs);
105 return (lhs * rhs);
227 _Quad rhs = b.q; member
233 _Quad rhs = b.q; member
238 _Quad rhs = b.q; member
244 _Quad rhs = b.q; member
290 _Quad rhs = b.q; member
296 _Quad rhs = b.q; member
301 _Quad rhs = b.q; member
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/runtime/src/
H A Dkmp_atomic.h95 return (lhs + rhs);
100 return (lhs - rhs);
105 return (lhs * rhs);
227 _Quad rhs = b.q; member
233 _Quad rhs = b.q; member
238 _Quad rhs = b.q; member
244 _Quad rhs = b.q; member
290 _Quad rhs = b.q; member
296 _Quad rhs = b.q; member
301 _Quad rhs = b.q; member
[all …]

12345678910>>...1442