Home
last modified time | relevance | path

Searched refs:bool_op (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/dports/devel/nuitka/Nuitka-0.6.17/nuitka/tree/
H A DReformulationBooleanExpressions.py35 bool_op = getKind(node.op)
37 if bool_op == "Or":
48 elif bool_op == "And":
58 elif bool_op == "Not":
64 assert False, bool_op
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/win/
H A Dasync_operation_unittest.cc120 auto bool_op = WRL::Make<AsyncOperation<bool>>();
121 PutCallback(bool_op.Get(), &called_cb);
126 EXPECT_TRUE(FAILED(bool_op->GetResults(&results)));
128 bool_op->callback().Run(true);
131 EXPECT_TRUE(SUCCEEDED(bool_op->GetResults(&results)));
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/win/
H A Dasync_operation_unittest.cc107 auto bool_op = WRL::Make<AsyncOperation<bool>>();
108 PutCallback(bool_op.Get(), &called_cb);
113 EXPECT_TRUE(FAILED(bool_op->GetResults(&results)));
115 bool_op->callback().Run(true);
118 EXPECT_TRUE(SUCCEEDED(bool_op->GetResults(&results)));
/dports/devel/py-pyquery/pyquery-1.4.3/pyquery/
H A Dcssselectpatch.py133 bool_op = '' if disabled else 'not'
146 )''' % (bool_op, bool_op, bool_op)
/dports/math/z3/z3-z3-4.8.13/src/sat/
H A Dsat_aig_cuts.h37 enum bool_op { enum
46 inline std::ostream& operator<<(std::ostream& out, bool_op op) {
73 bool_op m_op{ no_op };
82 explicit node(bool sign, bool_op op, unsigned nc, unsigned o) : in node()
87 bool_op op() const { return m_op; } in op()
210 void add_node(literal head, bool_op op, unsigned sz, literal const* args);
/dports/math/py-z3-solver/z3-z3-4.8.10/src/sat/
H A Dsat_aig_cuts.h37 enum bool_op {
46 inline std::ostream& operator<<(std::ostream& out, bool_op op) {
73 bool_op m_op{ no_op };
82 explicit node(bool sign, bool_op op, unsigned nc, unsigned o) :
87 bool_op op() const { return m_op; }
210 void add_node(literal head, bool_op op, unsigned sz, literal const* args);
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Dlpe-bool.h51 inline friend bool_op to_bool_op(bool_op_ex val) in to_bool_op()
55 return (bool_op) val; in to_bool_op()
/dports/www/mediawiki135/mediawiki-1.35.5/includes/specials/pagers/
H A DNewPagesPager.php147 $bool_op = $invert ? 'AND' : 'OR';
159 $bool_op .
/dports/mail/anubis/anubis-4.2/src/
H A Drcfile.h80 enum bool_op enum
89 enum bool_op op; /* Opcode */
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/PMP/
H A DCorefinement_plugin.cpp24 enum bool_op {CRF_UNION, CRF_INTER, CRF_MINUS, CRF_MINUS_OP}; enum in Polyhedron_demo_corefinement_sm_plugin
98 void corefine_and_bool_op(bool_op op) in corefine_and_bool_op()
171 void apply_corefine_and_bool_op(Item* first_item, Item* item,bool_op op ) in apply_corefine_and_bool_op()
/dports/mail/sylpheed/sylpheed-3.7.0/src/
H A Dprefs_search_folder.c314 GINT_TO_POINTER(rule->bool_op), NULL); in prefs_search_folder_set_dialog()
398 FilterBoolOp bool_op; in prefs_search_folder_apply_cb() local
412 bool_op = menu_get_option_menu_active_index in prefs_search_folder_apply_cb()
424 rule = filter_rule_new(dialog->item->name, bool_op, cond_list, NULL); in prefs_search_folder_apply_cb()
/dports/net-mgmt/crmsh/crmsh-4.3.1/crmsh/
H A Dcliformat.py165 bool_op = node.get("boolean-op")
166 if not bool_op:
167 bool_op = "and"
174 return (" %s " % clidisplay.keyword(bool_op)).join(exp)
/dports/lang/lfe/lfe-1.3/src/
H A Dlfe_internal.erl40 orelse erl_internal:bool_op(Op, Ar)
46 orelse erl_internal:bool_op(Op, Ar)
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/pagers/
H A DNewPagesPager.php178 $bool_op = $invert ? 'AND' : 'OR';
191 $bool_op .
/dports/mail/sylpheed/sylpheed-3.7.0/libsylph/
H A Dfilter.c410 if (rule->bool_op == FLT_AND) { in filter_match_rule()
443 } else if (rule->bool_op == FLT_OR) { in filter_match_rule()
767 FilterBoolOp bool_op = FLT_OR; in filter_xml_node_func() local
816 bool_op = FLT_OR; in filter_xml_node_func()
818 bool_op = FLT_AND; in filter_xml_node_func()
951 rule = filter_rule_new(name, bool_op, cond_list, action_list); in filter_xml_node_func()
1066 rule->bool_op == FLT_OR ? "or" : "and"); in filter_write_file()
1337 (rule->bool_op == FLT_AND ? '&' : '|') : ' ', in filter_get_str()
1360 FilterBoolOp bool_op; in filter_read_str() local
1390 bool_op = (*op == '&') ? FLT_AND : FLT_OR; in filter_read_str()
[all …]
H A Dfilter.h143 FilterBoolOp bool_op; member
205 FilterBoolOp bool_op,
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Derl_internal.erl53 -export([arith_op/2,bool_op/2,comp_op/2,list_op/2,send_op/2,op_type/2]).
159 -spec bool_op(OpName, Arity) -> boolean() when
163 bool_op('not', 1) -> true; function
164 bool_op('and', 2) -> true; function
165 bool_op('or', 2) -> true; function
166 bool_op('xor', 2) -> true; function
167 bool_op(Op, A) when is_atom(Op), is_integer(A) -> false. function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Derl_internal.erl53 -export([arith_op/2,bool_op/2,comp_op/2,list_op/2,send_op/2,op_type/2]).
159 -spec bool_op(OpName, Arity) -> boolean() when
163 bool_op('not', 1) -> true; function
164 bool_op('and', 2) -> true; function
165 bool_op('or', 2) -> true; function
166 bool_op('xor', 2) -> true; function
167 bool_op(Op, A) when is_atom(Op), is_integer(A) -> false. function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Derl_internal.erl53 -export([arith_op/2,bool_op/2,comp_op/2,list_op/2,send_op/2,op_type/2]).
159 -spec bool_op(OpName, Arity) -> boolean() when
163 bool_op('not', 1) -> true; function
164 bool_op('and', 2) -> true; function
165 bool_op('or', 2) -> true; function
166 bool_op('xor', 2) -> true; function
167 bool_op(Op, A) when is_atom(Op), is_integer(A) -> false. function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_internal.erl53 -export([arith_op/2,bool_op/2,comp_op/2,list_op/2,send_op/2,op_type/2]).
159 -spec bool_op(OpName, Arity) -> boolean() when
163 bool_op('not', 1) -> true; function
164 bool_op('and', 2) -> true; function
165 bool_op('or', 2) -> true; function
166 bool_op('xor', 2) -> true; function
167 bool_op(Op, A) when is_atom(Op), is_integer(A) -> false. function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_internal.erl53 -export([arith_op/2,bool_op/2,comp_op/2,list_op/2,send_op/2,op_type/2]).
159 -spec bool_op(OpName, Arity) -> boolean() when
163 bool_op('not', 1) -> true; function
164 bool_op('and', 2) -> true; function
165 bool_op('or', 2) -> true; function
166 bool_op('xor', 2) -> true; function
167 bool_op(Op, A) when is_atom(Op), is_integer(A) -> false. function
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_internal.erl53 -export([arith_op/2,bool_op/2,comp_op/2,list_op/2,send_op/2,op_type/2]).
159 -spec bool_op(OpName, Arity) -> boolean() when
163 bool_op('not', 1) -> true; function
164 bool_op('and', 2) -> true; function
165 bool_op('or', 2) -> true; function
166 bool_op('xor', 2) -> true; function
167 bool_op(Op, A) when is_atom(Op), is_integer(A) -> false. function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Derl_internal.erl53 -export([arith_op/2,bool_op/2,comp_op/2,list_op/2,send_op/2,op_type/2]).
159 -spec bool_op(OpName, Arity) -> boolean() when
163 bool_op('not', 1) -> true; function
164 bool_op('and', 2) -> true; function
165 bool_op('or', 2) -> true; function
166 bool_op('xor', 2) -> true; function
167 bool_op(Op, A) when is_atom(Op), is_integer(A) -> false. function
/dports/databases/p5-Genezzo/Genezzo-0.72/lib/Genezzo/XEval/
H A DPrepare.pm464 if (exists($genTree->{bool_op}))
468 if ($genTree->{bool_op} =~ m/NOT/i)
520 if ($genTree->{bool_op} =~ m/NOT/i)
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/path/
H A Dpath-boolop.h17 …r_boolop(Geom::PathVector const &pathva, Geom::PathVector const &pathvb, bool_op bop, FillRule fra…

12345678910>>...12