Home
last modified time | relevance | path

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

/oneTBB/examples/graph/logic_sim/
H A DD_latch.hpp29 nor_gate<2> first_nor;
30 nor_gate<2> second_nor;
H A Dbasics.hpp555 class nor_gate : public gate<N> { class
597 nor_gate(oneapi::tbb::flow::graph& g) : gate<N>(g, nor_body()) {} in nor_gate() function in nor_gate
598 nor_gate(const nor_gate& src) : gate<N>(src.my_graph, nor_body()) {} in nor_gate() function in nor_gate
599 ~nor_gate() {} in ~nor_gate()
H A Dtest_all.cpp250 nor_gate<2> n(g); in main()
291 nor_gate<2> n(g); in main()