Home
last modified time | relevance | path

Searched refs:and_gate (Results 1 – 4 of 4) sorted by relevance

/oneTBB/examples/graph/logic_sim/
H A DD_latch.hpp27 and_gate<2> first_and;
28 and_gate<2> second_and;
H A Done_bit_adder.hpp55 and_gate<2> FirstAND;
56 and_gate<2> SecondAND;
H A Dbasics.hpp416 class and_gate : public gate<N> { class
454 and_gate(oneapi::tbb::flow::graph& g) : gate<N>(g, and_body()) {} in and_gate() function in and_gate
455 and_gate(const and_gate<N>& src) : gate<N>(src.my_graph, and_body()) {} in and_gate() function in and_gate
456 ~and_gate() {} in ~and_gate()
H A Dtest_all.cpp114 and_gate<2> a(g); in main()
288 and_gate<2> a(g); in main()