Home
last modified time | relevance | path

Searched refs:or_gate (Results 1 – 3 of 3) sorted by relevance

/oneTBB/examples/graph/logic_sim/
H A Dbasics.hpp460 class or_gate : public gate<N> { class
498 or_gate(oneapi::tbb::flow::graph& g) : gate<N>(g, or_body()) {} in or_gate() function in or_gate
499 or_gate(const or_gate& src) : gate<N>(src.my_graph, or_body()) {} in or_gate() function in or_gate
500 ~or_gate() {} in ~or_gate()
H A Done_bit_adder.hpp57 or_gate<2> FirstOR;
H A Dtest_all.cpp150 or_gate<3> o(g); in main()
289 or_gate<2> o(g); in main()