Home
last modified time | relevance | path

Searched refs:Lhs (Results 1 – 25 of 3942) sorted by relevance

12345678910>>...158

/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Support/
H A DAlignment.h279 return Lhs ? (*Lhs).value() == Rhs : Rhs == 0;
282 return Lhs ? (*Lhs).value() != Rhs : Rhs != 0;
354 return Lhs && (*Lhs).value() == Rhs.value();
358 return Lhs && (*Lhs).value() != Rhs.value();
362 return Lhs && (*Lhs).value() <= Rhs.value();
366 return Lhs && (*Lhs).value() >= Rhs.value();
370 return Lhs && (*Lhs).value() < Rhs.value();
374 return Lhs && (*Lhs).value() > Rhs.value();
387 return Lhs ? Lhs.getValue() / Divisor : MaybeAlign();
391 return Lhs && *Lhs > Rhs ? *Lhs : Rhs; in max()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DAlignment.h279 return Lhs ? (*Lhs).value() == Rhs : Rhs == 0;
282 return Lhs ? (*Lhs).value() != Rhs : Rhs != 0;
354 return Lhs && (*Lhs).value() == Rhs.value();
358 return Lhs && (*Lhs).value() != Rhs.value();
362 return Lhs && (*Lhs).value() <= Rhs.value();
366 return Lhs && (*Lhs).value() >= Rhs.value();
370 return Lhs && (*Lhs).value() < Rhs.value();
374 return Lhs && (*Lhs).value() > Rhs.value();
387 return Lhs ? Lhs.getValue() / Divisor : MaybeAlign();
391 return Lhs && *Lhs > Rhs ? *Lhs : Rhs; in max()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Support/
H A DAlignment.h279 return Lhs ? (*Lhs).value() == Rhs : Rhs == 0;
282 return Lhs ? (*Lhs).value() != Rhs : Rhs != 0;
354 return Lhs && (*Lhs).value() == Rhs.value();
358 return Lhs && (*Lhs).value() != Rhs.value();
362 return Lhs && (*Lhs).value() <= Rhs.value();
366 return Lhs && (*Lhs).value() >= Rhs.value();
370 return Lhs && (*Lhs).value() < Rhs.value();
374 return Lhs && (*Lhs).value() > Rhs.value();
387 return Lhs ? Lhs.getValue() / Divisor : MaybeAlign();
391 return Lhs && *Lhs > Rhs ? *Lhs : Rhs; in max()
[all …]
/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/include/llvm/Support/
H A DAlignment.h279 return Lhs ? (*Lhs).value() == Rhs : Rhs == 0;
282 return Lhs ? (*Lhs).value() != Rhs : Rhs != 0;
354 return Lhs && (*Lhs).value() == Rhs.value();
358 return Lhs && (*Lhs).value() != Rhs.value();
362 return Lhs && (*Lhs).value() <= Rhs.value();
366 return Lhs && (*Lhs).value() >= Rhs.value();
370 return Lhs && (*Lhs).value() < Rhs.value();
374 return Lhs && (*Lhs).value() > Rhs.value();
387 return Lhs ? Lhs.getValue() / Divisor : MaybeAlign();
391 return Lhs && *Lhs > Rhs ? *Lhs : Rhs; in max()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/diesel-1.4.8/src/expression/
H A Dhelper_types.rs20 pub type Eq<Lhs, Rhs> = super::operators::Eq<Lhs, AsExpr<Rhs, Lhs>>;
24 pub type NotEq<Lhs, Rhs> = super::operators::NotEq<Lhs, AsExpr<Rhs, Lhs>>;
28 pub type EqAny<Lhs, Rhs> = In<Lhs, <Rhs as AsInExpression<SqlTypeOf<Lhs>>>::InExpression>;
32 pub type NeAny<Lhs, Rhs> = NotIn<Lhs, <Rhs as AsInExpression<SqlTypeOf<Lhs>>>::InExpression>;
44 pub type Gt<Lhs, Rhs> = super::operators::Gt<Lhs, AsExpr<Rhs, Lhs>>;
48 pub type GtEq<Lhs, Rhs> = super::operators::GtEq<Lhs, AsExpr<Rhs, Lhs>>;
52 pub type Lt<Lhs, Rhs> = super::operators::Lt<Lhs, AsExpr<Rhs, Lhs>>;
56 pub type LtEq<Lhs, Rhs> = super::operators::LtEq<Lhs, AsExpr<Rhs, Lhs>>;
61 super::operators::Between<Lhs, super::operators::And<AsExpr<Lower, Lhs>, AsExpr<Upper, Lhs>>>;
66 Lhs,
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/diesel-1.4.8/src/expression/
H A Dhelper_types.rs20 pub type Eq<Lhs, Rhs> = super::operators::Eq<Lhs, AsExpr<Rhs, Lhs>>;
24 pub type NotEq<Lhs, Rhs> = super::operators::NotEq<Lhs, AsExpr<Rhs, Lhs>>;
28 pub type EqAny<Lhs, Rhs> = In<Lhs, <Rhs as AsInExpression<SqlTypeOf<Lhs>>>::InExpression>;
32 pub type NeAny<Lhs, Rhs> = NotIn<Lhs, <Rhs as AsInExpression<SqlTypeOf<Lhs>>>::InExpression>;
44 pub type Gt<Lhs, Rhs> = super::operators::Gt<Lhs, AsExpr<Rhs, Lhs>>;
48 pub type GtEq<Lhs, Rhs> = super::operators::GtEq<Lhs, AsExpr<Rhs, Lhs>>;
52 pub type Lt<Lhs, Rhs> = super::operators::Lt<Lhs, AsExpr<Rhs, Lhs>>;
56 pub type LtEq<Lhs, Rhs> = super::operators::LtEq<Lhs, AsExpr<Rhs, Lhs>>;
61 super::operators::Between<Lhs, super::operators::And<AsExpr<Lower, Lhs>, AsExpr<Upper, Lhs>>>;
66 Lhs,
[all …]
/dports/math/kalker/kalker-1.1.0/cargo-crates/rug-1.11.0/src/
H A Dops.rs111 pub trait AddFrom<Lhs = Self> {
148 pub trait SubFrom<Lhs = Self> {
195 pub trait MulFrom<Lhs = Self> {
232 pub trait DivFrom<Lhs = Self> {
269 pub trait RemFrom<Lhs = Self> {
306 pub trait BitAndFrom<Lhs = Self> {
343 pub trait BitOrFrom<Lhs = Self> {
380 pub trait BitXorFrom<Lhs = Self> {
423 pub trait ShlFrom<Lhs = Self> {
464 pub trait ShrFrom<Lhs = Self> {
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Support/
H A DAlignment.h260 return Lhs.value() == Rhs;
264 return Lhs.value() != Rhs;
268 return Lhs.value() <= Rhs;
276 return Lhs.value() < Rhs;
280 return Lhs.value() > Rhs;
285 return Lhs ? (*Lhs).value() == Rhs : Rhs == 0;
288 return Lhs ? (*Lhs).value() != Rhs : Rhs != 0;
334 return Lhs ? Lhs.getValue() * Rhs : MaybeAlign();
347 return Lhs ? Lhs.getValue() / Divisor : MaybeAlign();
351 return Lhs && *Lhs > Rhs ? *Lhs : Rhs; in max()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Support/
H A DAlignment.h260 return Lhs.value() == Rhs;
264 return Lhs.value() != Rhs;
268 return Lhs.value() <= Rhs;
276 return Lhs.value() < Rhs;
280 return Lhs.value() > Rhs;
285 return Lhs ? (*Lhs).value() == Rhs : Rhs == 0;
288 return Lhs ? (*Lhs).value() != Rhs : Rhs != 0;
334 return Lhs ? Lhs.getValue() * Rhs : MaybeAlign();
347 return Lhs ? Lhs.getValue() / Divisor : MaybeAlign();
351 return Lhs && *Lhs > Rhs ? *Lhs : Rhs; in max()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DAlignment.h250 return Lhs.value() == Rhs;
254 return Lhs.value() != Rhs;
258 return Lhs.value() <= Rhs;
266 return Lhs.value() < Rhs;
270 return Lhs.value() > Rhs;
275 return Lhs ? (*Lhs).value() == Rhs : Rhs == 0;
278 return Lhs ? (*Lhs).value() != Rhs : Rhs != 0;
324 return Lhs ? Lhs.getValue() * Rhs : MaybeAlign();
337 return Lhs ? Lhs.getValue() / Divisor : MaybeAlign();
341 return Lhs && *Lhs > Rhs ? *Lhs : Rhs; in max()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Support/
H A DAlignment.h250 return Lhs.value() == Rhs;
254 return Lhs.value() != Rhs;
258 return Lhs.value() <= Rhs;
266 return Lhs.value() < Rhs;
270 return Lhs.value() > Rhs;
275 return Lhs ? (*Lhs).value() == Rhs : Rhs == 0;
278 return Lhs ? (*Lhs).value() != Rhs : Rhs != 0;
324 return Lhs ? Lhs.getValue() * Rhs : MaybeAlign();
337 return Lhs ? Lhs.getValue() / Divisor : MaybeAlign();
341 return Lhs && *Lhs > Rhs ? *Lhs : Rhs; in max()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Support/
H A DAlignment.h260 return Lhs.value() == Rhs;
264 return Lhs.value() != Rhs;
268 return Lhs.value() <= Rhs;
276 return Lhs.value() < Rhs;
280 return Lhs.value() > Rhs;
285 return Lhs ? (*Lhs).value() == Rhs : Rhs == 0;
288 return Lhs ? (*Lhs).value() != Rhs : Rhs != 0;
334 return Lhs ? Lhs.getValue() * Rhs : MaybeAlign();
347 return Lhs ? Lhs.getValue() / Divisor : MaybeAlign();
351 return Lhs && *Lhs > Rhs ? *Lhs : Rhs; in max()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Support/
H A DAlignment.h250 return Lhs.value() == Rhs;
254 return Lhs.value() != Rhs;
258 return Lhs.value() <= Rhs;
266 return Lhs.value() < Rhs;
270 return Lhs.value() > Rhs;
275 return Lhs ? (*Lhs).value() == Rhs : Rhs == 0;
278 return Lhs ? (*Lhs).value() != Rhs : Rhs != 0;
324 return Lhs ? Lhs.getValue() * Rhs : MaybeAlign();
337 return Lhs ? Lhs.getValue() / Divisor : MaybeAlign();
341 return Lhs && *Lhs > Rhs ? *Lhs : Rhs; in max()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Support/
H A DAlignment.h250 return Lhs.value() == Rhs;
254 return Lhs.value() != Rhs;
258 return Lhs.value() <= Rhs;
266 return Lhs.value() < Rhs;
270 return Lhs.value() > Rhs;
275 return Lhs ? (*Lhs).value() == Rhs : Rhs == 0;
278 return Lhs ? (*Lhs).value() != Rhs : Rhs != 0;
324 return Lhs ? Lhs.getValue() * Rhs : MaybeAlign();
337 return Lhs ? Lhs.getValue() / Divisor : MaybeAlign();
341 return Lhs && *Lhs > Rhs ? *Lhs : Rhs; in max()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DAlignment.h250 return Lhs.value() == Rhs;
254 return Lhs.value() != Rhs;
258 return Lhs.value() <= Rhs;
266 return Lhs.value() < Rhs;
270 return Lhs.value() > Rhs;
275 return Lhs ? (*Lhs).value() == Rhs : Rhs == 0;
278 return Lhs ? (*Lhs).value() != Rhs : Rhs != 0;
324 return Lhs ? Lhs.getValue() * Rhs : MaybeAlign();
337 return Lhs ? Lhs.getValue() / Divisor : MaybeAlign();
341 return Lhs && *Lhs > Rhs ? *Lhs : Rhs; in max()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Support/
H A DAlignment.h260 return Lhs.value() == Rhs;
264 return Lhs.value() != Rhs;
268 return Lhs.value() <= Rhs;
276 return Lhs.value() < Rhs;
280 return Lhs.value() > Rhs;
285 return Lhs ? (*Lhs).value() == Rhs : Rhs == 0;
288 return Lhs ? (*Lhs).value() != Rhs : Rhs != 0;
334 return Lhs ? Lhs.getValue() * Rhs : MaybeAlign();
347 return Lhs ? Lhs.getValue() / Divisor : MaybeAlign();
351 return Lhs && *Lhs > Rhs ? *Lhs : Rhs; in max()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Support/
H A DAlignment.h260 return Lhs.value() == Rhs;
264 return Lhs.value() != Rhs;
268 return Lhs.value() <= Rhs;
276 return Lhs.value() < Rhs;
280 return Lhs.value() > Rhs;
285 return Lhs ? (*Lhs).value() == Rhs : Rhs == 0;
288 return Lhs ? (*Lhs).value() != Rhs : Rhs != 0;
334 return Lhs ? Lhs.getValue() * Rhs : MaybeAlign();
347 return Lhs ? Lhs.getValue() / Divisor : MaybeAlign();
351 return Lhs && *Lhs > Rhs ? *Lhs : Rhs; in max()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DAlignment.h250 return Lhs.value() == Rhs;
254 return Lhs.value() != Rhs;
258 return Lhs.value() <= Rhs;
266 return Lhs.value() < Rhs;
270 return Lhs.value() > Rhs;
275 return Lhs ? (*Lhs).value() == Rhs : Rhs == 0;
278 return Lhs ? (*Lhs).value() != Rhs : Rhs != 0;
324 return Lhs ? Lhs.getValue() * Rhs : MaybeAlign();
337 return Lhs ? Lhs.getValue() / Divisor : MaybeAlign();
341 return Lhs && *Lhs > Rhs ? *Lhs : Rhs; in max()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/test/tools/
H A Dcollection_comparison_op.hpp55 typename Lhs, typename Rhs>
113 typename Lhs, typename Rhs>
116 (!unit_test::is_forward_iterable<Lhs>::value && unit_test::is_cstring<Lhs>::value) ||
174 (!unit_test::is_forward_iterable<Lhs>::value && unit_test::is_cstring<Lhs>::value) ||
226 template<typename Lhs, typename Rhs>
227 struct cctraits<op::EQ<Lhs, Rhs> > {
231 template<typename Lhs, typename Rhs>
232 struct cctraits<op::NE<Lhs, Rhs> > {
236 template<typename Lhs, typename Rhs>
237 struct cctraits<op::LT<Lhs, Rhs> > {
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/test/tools/
H A Dcollection_comparison_op.hpp54 typename Lhs, typename Rhs>
187 template<typename Lhs, typename Rhs>
188 struct cctraits<op::EQ<Lhs, Rhs> > {
192 template<typename Lhs, typename Rhs>
193 struct cctraits<op::NE<Lhs, Rhs> > {
197 template<typename Lhs, typename Rhs>
198 struct cctraits<op::LT<Lhs, Rhs> > {
205 template<typename Lhs, typename Rhs>
206 struct cctraits<op::LE<Lhs, Rhs> > {
213 template<typename Lhs, typename Rhs>
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/test/tools/
H A Dcollection_comparison_op.hpp54 typename Lhs, typename Rhs>
187 template<typename Lhs, typename Rhs>
188 struct cctraits<op::EQ<Lhs, Rhs> > {
192 template<typename Lhs, typename Rhs>
193 struct cctraits<op::NE<Lhs, Rhs> > {
197 template<typename Lhs, typename Rhs>
198 struct cctraits<op::LT<Lhs, Rhs> > {
205 template<typename Lhs, typename Rhs>
206 struct cctraits<op::LE<Lhs, Rhs> > {
213 template<typename Lhs, typename Rhs>
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/test/tools/
H A Dcollection_comparison_op.hpp54 typename Lhs, typename Rhs>
187 template<typename Lhs, typename Rhs>
188 struct cctraits<op::EQ<Lhs, Rhs> > {
192 template<typename Lhs, typename Rhs>
193 struct cctraits<op::NE<Lhs, Rhs> > {
197 template<typename Lhs, typename Rhs>
198 struct cctraits<op::LT<Lhs, Rhs> > {
205 template<typename Lhs, typename Rhs>
206 struct cctraits<op::LE<Lhs, Rhs> > {
213 template<typename Lhs, typename Rhs>
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/test/tools/
H A Dcollection_comparison_op.hpp54 typename Lhs, typename Rhs>
187 template<typename Lhs, typename Rhs>
188 struct cctraits<op::EQ<Lhs, Rhs> > {
192 template<typename Lhs, typename Rhs>
193 struct cctraits<op::NE<Lhs, Rhs> > {
197 template<typename Lhs, typename Rhs>
198 struct cctraits<op::LT<Lhs, Rhs> > {
205 template<typename Lhs, typename Rhs>
206 struct cctraits<op::LE<Lhs, Rhs> > {
213 template<typename Lhs, typename Rhs>
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/test/tools/
H A Dcollection_comparison_op.hpp54 typename Lhs, typename Rhs>
187 template<typename Lhs, typename Rhs>
188 struct cctraits<op::EQ<Lhs, Rhs> > {
192 template<typename Lhs, typename Rhs>
193 struct cctraits<op::NE<Lhs, Rhs> > {
197 template<typename Lhs, typename Rhs>
198 struct cctraits<op::LT<Lhs, Rhs> > {
205 template<typename Lhs, typename Rhs>
206 struct cctraits<op::LE<Lhs, Rhs> > {
213 template<typename Lhs, typename Rhs>
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/test/tools/
H A Dcollection_comparison_op.hpp54 typename Lhs, typename Rhs>
187 template<typename Lhs, typename Rhs>
188 struct cctraits<op::EQ<Lhs, Rhs> > {
192 template<typename Lhs, typename Rhs>
193 struct cctraits<op::NE<Lhs, Rhs> > {
197 template<typename Lhs, typename Rhs>
198 struct cctraits<op::LT<Lhs, Rhs> > {
205 template<typename Lhs, typename Rhs>
206 struct cctraits<op::LE<Lhs, Rhs> > {
213 template<typename Lhs, typename Rhs>
[all …]

12345678910>>...158