Home
last modified time | relevance | path

Searched refs:binary_operator (Results 26 – 50 of 171) sorted by relevance

1234567

/dports/sysutils/cmocka/cmocka-1.1.5/example/
H A Dcalculator_test.c148 {"+", binary_operator}, in test_find_operator_function_by_string_null_string()
169 {"+", binary_operator}, in test_find_operator_function_by_string_not_found()
170 {"-", binary_operator}, in test_find_operator_function_by_string_not_found()
171 {"/", binary_operator}, in test_find_operator_function_by_string_not_found()
202 {"+", binary_operator}, in test_perform_operation_null_args()
237 {"+", binary_operator}, in test_perform_operation_null_number_of_intermediate_values()
256 {"+", binary_operator}, in test_perform_operation_null_intermediate_values()
290 {"+", binary_operator}, in test_perform_operation_first_arg_not_integer()
315 {"+", binary_operator}, in test_perform_operation_unknown_operator()
340 {"+", binary_operator}, in test_perform_operation_missing_argument()
[all …]
/dports/graphics/waffle/waffle-2485a41c321a29463b5c0af7813c2d1046e2f925/third_party/cmocka/example/
H A Dcalculator_test.c148 {"+", binary_operator}, in test_find_operator_function_by_string_null_string()
169 {"+", binary_operator}, in test_find_operator_function_by_string_not_found()
170 {"-", binary_operator}, in test_find_operator_function_by_string_not_found()
171 {"/", binary_operator}, in test_find_operator_function_by_string_not_found()
202 {"+", binary_operator}, in test_perform_operation_null_args()
237 {"+", binary_operator}, in test_perform_operation_null_number_of_intermediate_values()
256 {"+", binary_operator}, in test_perform_operation_null_intermediate_values()
290 {"+", binary_operator}, in test_perform_operation_first_arg_not_integer()
315 {"+", binary_operator}, in test_perform_operation_unknown_operator()
340 {"+", binary_operator}, in test_perform_operation_missing_argument()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/UnitTestFrameworkPkg/Library/CmockaLib/cmocka/example/
H A Dcalculator_test.c148 {"+", binary_operator}, in test_find_operator_function_by_string_null_string()
169 {"+", binary_operator}, in test_find_operator_function_by_string_not_found()
170 {"-", binary_operator}, in test_find_operator_function_by_string_not_found()
171 {"/", binary_operator}, in test_find_operator_function_by_string_not_found()
202 {"+", binary_operator}, in test_perform_operation_null_args()
237 {"+", binary_operator}, in test_perform_operation_null_number_of_intermediate_values()
256 {"+", binary_operator}, in test_perform_operation_null_intermediate_values()
290 {"+", binary_operator}, in test_perform_operation_first_arg_not_integer()
315 {"+", binary_operator}, in test_perform_operation_unknown_operator()
340 {"+", binary_operator}, in test_perform_operation_missing_argument()
[all …]
/dports/sysutils/opencorsairlink/OpenCorsairLink-4234f4f/extras/cmocka-1.1.1/example/
H A Dcalculator_test.c148 {"+", binary_operator}, in test_find_operator_function_by_string_null_string()
169 {"+", binary_operator}, in test_find_operator_function_by_string_not_found()
170 {"-", binary_operator}, in test_find_operator_function_by_string_not_found()
171 {"/", binary_operator}, in test_find_operator_function_by_string_not_found()
202 {"+", binary_operator}, in test_perform_operation_null_args()
237 {"+", binary_operator}, in test_perform_operation_null_number_of_intermediate_values()
256 {"+", binary_operator}, in test_perform_operation_null_intermediate_values()
290 {"+", binary_operator}, in test_perform_operation_first_arg_not_integer()
315 {"+", binary_operator}, in test_perform_operation_unknown_operator()
340 {"+", binary_operator}, in test_perform_operation_missing_argument()
[all …]
/dports/devel/thrust/thrust-1.9.5/thrust/detail/functional/operators/
H A Dlogical_operators.h36 binary_operator<thrust::logical_and>,
43 return compose(binary_operator<thrust::logical_and>(),
52 binary_operator<thrust::logical_and>,
59 return compose(binary_operator<thrust::logical_and>(),
68 binary_operator<thrust::logical_and>,
75 return compose(binary_operator<thrust::logical_and>(),
84 binary_operator<thrust::logical_or>,
91 return compose(binary_operator<thrust::logical_or>(),
100 binary_operator<thrust::logical_or>,
107 return compose(binary_operator<thrust::logical_or>(),
[all …]
/dports/devel/py-pytools/pytools-2018.5/pytools/
H A Darithmetic_container.py21 def binary_operator(self, other, operator): member in ArithmeticList
40 def __add__(self, other): return self.binary_operator(other, operator.add)
41 def __sub__(self, other): return self.binary_operator(other, operator.sub)
42 def __mul__(self, other): return self.binary_operator(other, operator.mul)
43 def __div__(self, other): return self.binary_operator(other, operator.div)
46 def __mod__(self, other): return self.binary_operator(other, operator.mod)
47 def __pow__(self, other): return self.binary_operator(other, operator.pow)
50 def __and__(self, other): return self.binary_operator(other, operator.and_)
51 def __or__(self, other): return self.binary_operator(other, operator.or_)
52 def __xor__(self, other): return self.binary_operator(other, operator.xor)
[all …]
/dports/devel/luabind/luabind-0.9.1/luabind/
H A Doperator.hpp129 struct binary_operator struct
130 : operator_<binary_operator<Derived, A, B> >
132 binary_operator(int) {} in binary_operator() argument
223 detail::binary_operator< \
234 detail::binary_operator< \
244 detail::binary_operator< \
254 detail::binary_operator< \
264 detail::binary_operator< \
274 detail::binary_operator< \
/dports/games/allacrost/allacrost-1.0.2/src/luabind/luabind/
H A Doperator.hpp129 struct binary_operator struct
130 : operator_<binary_operator<Derived, A, B> >
132 binary_operator(int) {} in binary_operator() function
223 detail::binary_operator< \
234 detail::binary_operator< \
244 detail::binary_operator< \
254 detail::binary_operator< \
264 detail::binary_operator< \
274 detail::binary_operator< \
/dports/games/valyriatear/ValyriaTear-1.1.0/src/luabind/luabind/
H A Doperator.hpp132 struct binary_operator struct
133 : operator_<binary_operator<Derived, A, B> >
135 binary_operator(int) {} in binary_operator() argument
226 detail::binary_operator< \
237 detail::binary_operator< \
247 detail::binary_operator< \
257 detail::binary_operator< \
267 detail::binary_operator< \
277 detail::binary_operator< \
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/x/src/
H A Dexpr_generator.cc358 void Expression_generator::binary_operator(const Mysqlx::Expr::Operator &arg, const char* str) const in binary_operator() function in xpl::Expression_generator
647 …std::make_pair("%", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
648 …std::make_pair("&", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
651 …std::make_pair("+", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
652 …std::make_pair("-", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
653 …std::make_pair("/", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
654 …std::make_pair("<", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
657 …std::make_pair("==", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs:… in generate()
658 …std::make_pair(">", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
661 …std::make_pair("^", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/x/src/
H A Dexpr_generator.cc358 void Expression_generator::binary_operator(const Mysqlx::Expr::Operator &arg, const char* str) const in binary_operator() function in xpl::Expression_generator
647 …std::make_pair("%", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
648 …std::make_pair("&", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
651 …std::make_pair("+", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
652 …std::make_pair("-", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
653 …std::make_pair("/", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
654 …std::make_pair("<", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
657 …std::make_pair("==", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs:… in generate()
658 …std::make_pair(">", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
661 …std::make_pair("^", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/x/src/
H A Dexpr_generator.cc358 void Expression_generator::binary_operator(const Mysqlx::Expr::Operator &arg, const char* str) const in binary_operator() function in xpl::Expression_generator
647 …std::make_pair("%", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
648 …std::make_pair("&", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
651 …std::make_pair("+", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
652 …std::make_pair("-", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
653 …std::make_pair("/", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
654 …std::make_pair("<", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
657 …std::make_pair("==", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs:… in generate()
658 …std::make_pair(">", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
661 …std::make_pair("^", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/x/src/
H A Dexpr_generator.cc358 void Expression_generator::binary_operator(const Mysqlx::Expr::Operator &arg, const char* str) const in binary_operator() function in xpl::Expression_generator
647 …std::make_pair("%", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
648 …std::make_pair("&", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
651 …std::make_pair("+", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
652 …std::make_pair("-", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
653 …std::make_pair("/", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
654 …std::make_pair("<", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
657 …std::make_pair("==", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs:… in generate()
658 …std::make_pair(">", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
661 …std::make_pair("^", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/x/src/
H A Dexpr_generator.cc358 void Expression_generator::binary_operator(const Mysqlx::Expr::Operator &arg, const char* str) const in binary_operator() function in xpl::Expression_generator
647 …std::make_pair("%", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
648 …std::make_pair("&", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
651 …std::make_pair("+", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
652 …std::make_pair("-", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
653 …std::make_pair("/", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
654 …std::make_pair("<", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
657 …std::make_pair("==", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs:… in generate()
658 …std::make_pair(">", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
661 …std::make_pair("^", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/x/src/
H A Dexpr_generator.cc358 void Expression_generator::binary_operator(const Mysqlx::Expr::Operator &arg, const char* str) const in binary_operator() function in xpl::Expression_generator
647 …std::make_pair("%", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
648 …std::make_pair("&", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
651 …std::make_pair("+", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
652 …std::make_pair("-", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
653 …std::make_pair("/", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
654 …std::make_pair("<", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
657 …std::make_pair("==", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs:… in generate()
658 …std::make_pair(">", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
661 …std::make_pair("^", ngs::bind(&Expression_generator::binary_operator, ngs::placeholders::_1, ngs::… in generate()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/spirit/home/classic/phoenix/
H A Dspecial_ops.hpp100 struct binary_operator<shift_r_op, PHOENIX_ISTREAM, T1> struct
110 struct binary_operator<shift_r_op, PHOENIX_STD::istream, T1> struct
152 struct binary_operator<shift_l_op, PHOENIX_OSTREAM, T1> struct
162 struct binary_operator<shift_l_op, PHOENIX_STD::ostream, T1> struct
188 struct binary_operator<shift_r_op, PHOENIX_STD::PHOENIX_SSTREAM, T1> struct
208 struct binary_operator<shift_l_op, PHOENIX_STD::PHOENIX_SSTREAM, T1> struct
320 struct binary_operator<index_op, T0, T1> struct
329 struct binary_operator<index_op, T0 const, T1> struct
/dports/biology/lamarc/lamarc-2.1.8/boost/spirit/phoenix/
H A Dspecial_ops.hpp101 struct binary_operator<shift_r_op, PHOENIX_ISTREAM, T1> struct
111 struct binary_operator<shift_r_op, PHOENIX_STD::istream, T1> struct
153 struct binary_operator<shift_l_op, PHOENIX_OSTREAM, T1> struct
163 struct binary_operator<shift_l_op, PHOENIX_STD::ostream, T1> struct
189 struct binary_operator<shift_r_op, PHOENIX_STD::PHOENIX_SSTREAM, T1> struct
209 struct binary_operator<shift_l_op, PHOENIX_STD::PHOENIX_SSTREAM, T1> struct
321 struct binary_operator<index_op, T0, T1> struct
330 struct binary_operator<index_op, T0 const, T1> struct
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/x/src/
H A Dexpr_generator.cc726 {"!=", std::bind(&Gen::binary_operator, _1, _2, " != ")}, in generate()
727 {"%", std::bind(&Gen::binary_operator, _1, _2, " % ")}, in generate()
728 {"&", std::bind(&Gen::binary_operator, _1, _2, " & ")}, in generate()
731 {"+", std::bind(&Gen::binary_operator, _1, _2, " + ")}, in generate()
732 {"-", std::bind(&Gen::binary_operator, _1, _2, " - ")}, in generate()
733 {"/", std::bind(&Gen::binary_operator, _1, _2, " / ")}, in generate()
734 {"<", std::bind(&Gen::binary_operator, _1, _2, " < ")}, in generate()
737 {"==", std::bind(&Gen::binary_operator, _1, _2, " = ")}, in generate()
738 {">", std::bind(&Gen::binary_operator, _1, _2, " > ")}, in generate()
741 {"^", std::bind(&Gen::binary_operator, _1, _2, " ^ ")}, in generate()
[all …]
/dports/editors/helix/helix-0.5.0/runtime/queries/elixir/
H A Dhighlights.scm56 (binary_operator
68 (binary_operator
161 (binary_operator
171 (binary_operator
177 (binary_operator
/dports/devel/boost-docs/boost_1_72_0/boost/spirit/home/classic/phoenix/
H A Dspecial_ops.hpp74 struct binary_operator<shift_r_op, PHOENIX_STD::istream, T1> struct
100 struct binary_operator<shift_l_op, PHOENIX_STD::ostream, T1> struct
124 struct binary_operator<shift_r_op, PHOENIX_STD::PHOENIX_SSTREAM, T1> struct
144 struct binary_operator<shift_l_op, PHOENIX_STD::PHOENIX_SSTREAM, T1> struct
253 struct binary_operator<index_op, T0, T1> struct
262 struct binary_operator<index_op, T0 const, T1> struct
/dports/devel/hyperscan/boost_1_75_0/boost/spirit/home/classic/phoenix/
H A Dspecial_ops.hpp74 struct binary_operator<shift_r_op, PHOENIX_STD::istream, T1> struct
100 struct binary_operator<shift_l_op, PHOENIX_STD::ostream, T1> struct
124 struct binary_operator<shift_r_op, PHOENIX_STD::PHOENIX_SSTREAM, T1> struct
144 struct binary_operator<shift_l_op, PHOENIX_STD::PHOENIX_SSTREAM, T1> struct
253 struct binary_operator<index_op, T0, T1> struct
262 struct binary_operator<index_op, T0 const, T1> struct
/dports/devel/boost-python-libs/boost_1_72_0/boost/spirit/home/classic/phoenix/
H A Dspecial_ops.hpp74 struct binary_operator<shift_r_op, PHOENIX_STD::istream, T1> struct
100 struct binary_operator<shift_l_op, PHOENIX_STD::ostream, T1> struct
124 struct binary_operator<shift_r_op, PHOENIX_STD::PHOENIX_SSTREAM, T1> struct
144 struct binary_operator<shift_l_op, PHOENIX_STD::PHOENIX_SSTREAM, T1> struct
253 struct binary_operator<index_op, T0, T1> struct
262 struct binary_operator<index_op, T0 const, T1> struct
/dports/devel/R-cran-BH/BH/inst/include/boost/spirit/home/classic/phoenix/
H A Dspecial_ops.hpp74 struct binary_operator<shift_r_op, PHOENIX_STD::istream, T1> struct
100 struct binary_operator<shift_l_op, PHOENIX_STD::ostream, T1> struct
124 struct binary_operator<shift_r_op, PHOENIX_STD::PHOENIX_SSTREAM, T1> struct
144 struct binary_operator<shift_l_op, PHOENIX_STD::PHOENIX_SSTREAM, T1> struct
253 struct binary_operator<index_op, T0, T1> struct
262 struct binary_operator<index_op, T0 const, T1> struct
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/spirit/home/classic/phoenix/
H A Dspecial_ops.hpp74 struct binary_operator<shift_r_op, PHOENIX_STD::istream, T1> struct
100 struct binary_operator<shift_l_op, PHOENIX_STD::ostream, T1> struct
124 struct binary_operator<shift_r_op, PHOENIX_STD::PHOENIX_SSTREAM, T1> struct
144 struct binary_operator<shift_l_op, PHOENIX_STD::PHOENIX_SSTREAM, T1> struct
253 struct binary_operator<index_op, T0, T1> struct
262 struct binary_operator<index_op, T0 const, T1> struct
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/spirit/home/classic/phoenix/
H A Dspecial_ops.hpp74 struct binary_operator<shift_r_op, PHOENIX_STD::istream, T1> struct
100 struct binary_operator<shift_l_op, PHOENIX_STD::ostream, T1> struct
124 struct binary_operator<shift_r_op, PHOENIX_STD::PHOENIX_SSTREAM, T1> struct
144 struct binary_operator<shift_l_op, PHOENIX_STD::PHOENIX_SSTREAM, T1> struct
253 struct binary_operator<index_op, T0, T1> struct
262 struct binary_operator<index_op, T0 const, T1> struct

1234567