Home
last modified time | relevance | path

Searched refs:use_and (Results 1 – 13 of 13) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/info/
H A DInfoExpression.cpp97 bool use_and = (m_type == NODE_AND); in Evaluate() local
98 bool result = use_and ^ (*it)->Evaluate(item); in Evaluate()
101 result = use_and ^ (*it)->Evaluate(item); in Evaluate()
109 return use_and ^ result; in Evaluate()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Surface_mesh/
H A DMesh_simplification_plugin.cpp33 Custom_stop_predicate (bool use_and, std::size_t nb_edges, double edge_length) in Custom_stop_predicate() argument
34 : m_and (use_and), m_count_stop (nb_edges), m_length_stop (edge_length) in Custom_stop_predicate()
38 << (use_and ? " AND " : " OR ") << std::endl in Custom_stop_predicate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/AArch64/
H A Dpeephole-and-tst.ll31 %use_and = icmp eq i32 %and, %dummy
32 %dummy_or = or i1 %use_and, %2
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/AArch64/
H A Dpeephole-and-tst.ll31 %use_and = icmp eq i32 %and, %dummy
32 %dummy_or = or i1 %use_and, %2
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/
H A Dpeephole-and-tst.ll31 %use_and = icmp eq i32 %and, %dummy
32 %dummy_or = or i1 %use_and, %2
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/AArch64/
H A Dpeephole-and-tst.ll31 %use_and = icmp eq i32 %and, %dummy
32 %dummy_or = or i1 %use_and, %2
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/AArch64/
H A Dpeephole-and-tst.ll31 %use_and = icmp eq i32 %and, %dummy
32 %dummy_or = or i1 %use_and, %2
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/AArch64/
H A Dpeephole-and-tst.ll31 %use_and = icmp eq i32 %and, %dummy
32 %dummy_or = or i1 %use_and, %2
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/AArch64/
H A Dpeephole-and-tst.ll31 %use_and = icmp eq i32 %and, %dummy
32 %dummy_or = or i1 %use_and, %2
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/
H A Dpeephole-and-tst.ll31 %use_and = icmp eq i32 %and, %dummy
32 %dummy_or = or i1 %use_and, %2
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/AArch64/
H A Dpeephole-and-tst.ll31 %use_and = icmp eq i32 %and, %dummy
32 %dummy_or = or i1 %use_and, %2
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/AArch64/
H A Dpeephole-and-tst.ll31 %use_and = icmp eq i32 %and, %dummy
32 %dummy_or = or i1 %use_and, %2
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/trx/
H A Dtrx0rseg.cc667 bool use_and = srv_read_only_mode && srv_force_recovery > 0; in trx_rseg_add_rollback_segments() local
674 << (use_and ? " and" : "") in trx_rseg_add_rollback_segments()