Searched refs:nor_gate (Results 1 – 3 of 3) sorted by relevance
29 nor_gate<2> first_nor;30 nor_gate<2> second_nor;
555 class nor_gate : public gate<N> { class597 nor_gate(oneapi::tbb::flow::graph& g) : gate<N>(g, nor_body()) {} in nor_gate() function in nor_gate598 nor_gate(const nor_gate& src) : gate<N>(src.my_graph, nor_body()) {} in nor_gate() function in nor_gate599 ~nor_gate() {} in ~nor_gate()
250 nor_gate<2> n(g); in main()291 nor_gate<2> n(g); in main()