Home
last modified time | relevance | path

Searched refs:and_op (Results 1 – 25 of 218) sorted by relevance

123456789

/dports/math/cvc4/CVC4-1.7/test/unit/expr/
H A Dexpr_public.h41 Expr* and_op; variable
70 and_op = new Expr(d_em->mkConst(AND)); in setUp()
103 delete and_op; in tearDown() local
187 TS_ASSERT(*null < *and_op); in testComparison()
208 TS_ASSERT(*and_op < *c_bool_and); in testComparison()
211 TS_ASSERT(!(*c_bool_and < *and_op)); in testComparison()
220 TS_ASSERT(!(*and_op < *and_op)); in testComparison()
265 TS_ASSERT(!and_op->hasOperator()); in testOperatorFunctions()
323 and_op->toStream(smult); in testToStream()
353 TS_ASSERT(!and_op->isNull()); in testIsNull()
[all …]
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/uct/
H A Dtest_amo_fand_for.cc45 test_fop<uint32_t, UCT_ATOMIC_OP_AND>(and_op<uint32_t>);
50 test_fop<uint64_t, UCT_ATOMIC_OP_AND>(and_op<uint64_t>);
70 test_fop<uint64_t, UCT_ATOMIC_OP_AND>(and_op<uint64_t>);
76 test_fop<uint64_t, UCT_ATOMIC_OP_AND>(and_op<uint64_t>);
82 test_fop<uint64_t, UCT_ATOMIC_OP_AND>(and_op<uint64_t>);
H A Dtest_amo_and_or.cc48 test_op<uint32_t, UCT_ATOMIC_OP_AND>(and_op<uint32_t>, and_val<uint32_t>);
53 test_op<uint64_t, UCT_ATOMIC_OP_AND>(and_op<uint64_t>, and_val<uint64_t>);
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/parser-verilog.r/systemverilog-directive.d/
H A Dexpected.tags19 and_op input.sv /^module and_op (a, b, c);$/;" m
20 a input.sv /^ output a;$/;" p module:and_op
21 b input.sv /^ input b, c;$/;" p module:and_op
22 c input.sv /^ input b, c;$/;" p module:and_op
23 a input.sv /^ wire a = b & c;$/;" n module:and_op
/dports/devel/boost-python-libs/boost_1_72_0/libs/wave/test/testwave/testfiles/
H A Dt_5_019.cpp22 #define and_op && macro
30 #if (1 bitor_op 2) == 3 and_op 4 not_eq_op 5 or_op 0
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/wave/test/testwave/testfiles/
H A Dt_5_019.cpp22 #define and_op && macro
30 #if (1 bitor_op 2) == 3 and_op 4 not_eq_op 5 or_op 0
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/wave/test/testwave/testfiles/
H A Dt_5_019.cpp22 #define and_op && macro
30 #if (1 bitor_op 2) == 3 and_op 4 not_eq_op 5 or_op 0
/dports/databases/percona57-server/boost_1_59_0/libs/wave/test/testwave/testfiles/
H A Dt_5_019.cpp22 #define and_op && macro
30 #if (1 bitor_op 2) == 3 and_op 4 not_eq_op 5 or_op 0
/dports/databases/xtrabackup/boost_1_59_0/libs/wave/test/testwave/testfiles/
H A Dt_5_019.cpp22 #define and_op && macro
30 #if (1 bitor_op 2) == 3 and_op 4 not_eq_op 5 or_op 0
/dports/databases/percona57-client/boost_1_59_0/libs/wave/test/testwave/testfiles/
H A Dt_5_019.cpp22 #define and_op && macro
30 #if (1 bitor_op 2) == 3 and_op 4 not_eq_op 5 or_op 0
/dports/devel/boost-libs/boost_1_72_0/libs/wave/test/testwave/testfiles/
H A Dt_5_019.cpp22 #define and_op && macro
30 #if (1 bitor_op 2) == 3 and_op 4 not_eq_op 5 or_op 0
/dports/devel/boost-docs/boost_1_72_0/libs/wave/test/testwave/testfiles/
H A Dt_5_019.cpp22 #define and_op && macro
30 #if (1 bitor_op 2) == 3 and_op 4 not_eq_op 5 or_op 0
/dports/devel/hyperscan/boost_1_75_0/libs/wave/test/testwave/testfiles/
H A Dt_5_019.cpp22 #define and_op && macro
30 #if (1 bitor_op 2) == 3 and_op 4 not_eq_op 5 or_op 0
/dports/math/z3/z3-z3-4.8.13/src/sat/
H A Dsat_aig_cuts.h39 and_op, enumerator
49 case and_op: return out << "&";
89 bool is_and() const { return m_op == and_op; } in is_and()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/sat/
H A Dsat_aig_cuts.h39 and_op,
49 case and_op: return out << "&";
89 bool is_and() const { return m_op == and_op; }
/dports/devel/boost-docs/boost_1_72_0/boost/spirit/home/classic/phoenix/
H A Doperators.hpp185 struct and_op; struct or_op; struct xor_op;
622 struct binary_operator<and_op, T0, T1> {
1570 struct and_op { struct
1575 typedef typename binary_operator<and_op, T0, T1>
1580 typename binary_operator<and_op, T0, T1>::result_type
1582 { return binary_operator<and_op, T0, T1>::eval(_0, _1); } in operator ()()
1587 inline typename impl::make_binary1<and_op, BaseT, T1>::type
1590 return impl::make_binary1<and_op, BaseT, T1>::construct(_0, _1); in operator &()
1595 inline typename impl::make_binary2<and_op, T0, BaseT>::type
1598 return impl::make_binary2<and_op, T0, BaseT>::construct(_0, _1); in operator &()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/spirit/home/classic/phoenix/
H A Doperators.hpp185 struct and_op; struct or_op; struct xor_op;
622 struct binary_operator<and_op, T0, T1> {
1570 struct and_op { struct
1575 typedef typename binary_operator<and_op, T0, T1>
1580 typename binary_operator<and_op, T0, T1>::result_type
1582 { return binary_operator<and_op, T0, T1>::eval(_0, _1); } in operator ()()
1587 inline typename impl::make_binary1<and_op, BaseT, T1>::type
1590 return impl::make_binary1<and_op, BaseT, T1>::construct(_0, _1); in operator &()
1595 inline typename impl::make_binary2<and_op, T0, BaseT>::type
1598 return impl::make_binary2<and_op, T0, BaseT>::construct(_0, _1); in operator &()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/spirit/home/classic/phoenix/
H A Doperators.hpp185 struct and_op; struct or_op; struct xor_op;
622 struct binary_operator<and_op, T0, T1> {
1570 struct and_op { struct
1575 typedef typename binary_operator<and_op, T0, T1>
1580 typename binary_operator<and_op, T0, T1>::result_type
1582 { return binary_operator<and_op, T0, T1>::eval(_0, _1); } in operator ()()
1587 inline typename impl::make_binary1<and_op, BaseT, T1>::type
1590 return impl::make_binary1<and_op, BaseT, T1>::construct(_0, _1); in operator &()
1595 inline typename impl::make_binary2<and_op, T0, BaseT>::type
1598 return impl::make_binary2<and_op, T0, BaseT>::construct(_0, _1); in operator &()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/spirit/home/classic/phoenix/
H A Doperators.hpp185 struct and_op; struct or_op; struct xor_op;
622 struct binary_operator<and_op, T0, T1> {
1570 struct and_op { struct
1575 typedef typename binary_operator<and_op, T0, T1>
1580 typename binary_operator<and_op, T0, T1>::result_type
1582 { return binary_operator<and_op, T0, T1>::eval(_0, _1); } in operator ()()
1587 inline typename impl::make_binary1<and_op, BaseT, T1>::type
1590 return impl::make_binary1<and_op, BaseT, T1>::construct(_0, _1); in operator &()
1595 inline typename impl::make_binary2<and_op, T0, BaseT>::type
1598 return impl::make_binary2<and_op, T0, BaseT>::construct(_0, _1); in operator &()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/spirit/home/classic/phoenix/
H A Doperators.hpp185 struct and_op; struct or_op; struct xor_op;
622 struct binary_operator<and_op, T0, T1> {
1570 struct and_op { struct
1575 typedef typename binary_operator<and_op, T0, T1>
1580 typename binary_operator<and_op, T0, T1>::result_type
1582 { return binary_operator<and_op, T0, T1>::eval(_0, _1); } in operator ()()
1587 inline typename impl::make_binary1<and_op, BaseT, T1>::type
1590 return impl::make_binary1<and_op, BaseT, T1>::construct(_0, _1); in operator &()
1595 inline typename impl::make_binary2<and_op, T0, BaseT>::type
1598 return impl::make_binary2<and_op, T0, BaseT>::construct(_0, _1); in operator &()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/spirit/home/classic/phoenix/
H A Doperators.hpp185 struct and_op; struct or_op; struct xor_op;
622 struct binary_operator<and_op, T0, T1> {
1570 struct and_op { struct
1575 typedef typename binary_operator<and_op, T0, T1>
1580 typename binary_operator<and_op, T0, T1>::result_type
1582 { return binary_operator<and_op, T0, T1>::eval(_0, _1); } in operator ()()
1587 inline typename impl::make_binary1<and_op, BaseT, T1>::type
1590 return impl::make_binary1<and_op, BaseT, T1>::construct(_0, _1); in operator &()
1595 inline typename impl::make_binary2<and_op, T0, BaseT>::type
1598 return impl::make_binary2<and_op, T0, BaseT>::construct(_0, _1); in operator &()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/spirit/home/classic/phoenix/
H A Doperators.hpp185 struct and_op; struct or_op; struct xor_op;
622 struct binary_operator<and_op, T0, T1> {
1570 struct and_op { struct
1575 typedef typename binary_operator<and_op, T0, T1>
1580 typename binary_operator<and_op, T0, T1>::result_type
1582 { return binary_operator<and_op, T0, T1>::eval(_0, _1); } in operator ()()
1587 inline typename impl::make_binary1<and_op, BaseT, T1>::type
1590 return impl::make_binary1<and_op, BaseT, T1>::construct(_0, _1); in operator &()
1595 inline typename impl::make_binary2<and_op, T0, BaseT>::type
1598 return impl::make_binary2<and_op, T0, BaseT>::construct(_0, _1); in operator &()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/spirit/home/classic/phoenix/
H A Doperators.hpp185 struct and_op; struct or_op; struct xor_op;
622 struct binary_operator<and_op, T0, T1> {
1570 struct and_op { struct
1575 typedef typename binary_operator<and_op, T0, T1>
1580 typename binary_operator<and_op, T0, T1>::result_type
1582 { return binary_operator<and_op, T0, T1>::eval(_0, _1); } in operator ()()
1587 inline typename impl::make_binary1<and_op, BaseT, T1>::type
1590 return impl::make_binary1<and_op, BaseT, T1>::construct(_0, _1); in operator &()
1595 inline typename impl::make_binary2<and_op, T0, BaseT>::type
1598 return impl::make_binary2<and_op, T0, BaseT>::construct(_0, _1); in operator &()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/spirit/home/classic/phoenix/
H A Doperators.hpp185 struct and_op; struct or_op; struct xor_op;
622 struct binary_operator<and_op, T0, T1> {
1570 struct and_op { struct
1575 typedef typename binary_operator<and_op, T0, T1>
1580 typename binary_operator<and_op, T0, T1>::result_type
1582 { return binary_operator<and_op, T0, T1>::eval(_0, _1); } in operator ()()
1587 inline typename impl::make_binary1<and_op, BaseT, T1>::type
1590 return impl::make_binary1<and_op, BaseT, T1>::construct(_0, _1); in operator &()
1595 inline typename impl::make_binary2<and_op, T0, BaseT>::type
1598 return impl::make_binary2<and_op, T0, BaseT>::construct(_0, _1); in operator &()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/spirit/home/classic/phoenix/
H A Doperators.hpp185 struct and_op; struct or_op; struct xor_op;
622 struct binary_operator<and_op, T0, T1> {
1570 struct and_op { struct
1575 typedef typename binary_operator<and_op, T0, T1>
1580 typename binary_operator<and_op, T0, T1>::result_type
1582 { return binary_operator<and_op, T0, T1>::eval(_0, _1); } in operator ()()
1587 inline typename impl::make_binary1<and_op, BaseT, T1>::type
1590 return impl::make_binary1<and_op, BaseT, T1>::construct(_0, _1); in operator &()
1595 inline typename impl::make_binary2<and_op, T0, BaseT>::type
1598 return impl::make_binary2<and_op, T0, BaseT>::construct(_0, _1); in operator &()
[all …]

123456789