Home
last modified time | relevance | path

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

/oneTBB/examples/graph/logic_sim/
H A Dbasics.hpp388 class not_gate : public gate<1> { class
410 not_gate(oneapi::tbb::flow::graph& g) : gate<1>(g, not_body()) {} in not_gate() function in not_gate
411 not_gate(const not_gate& src) : gate<1>(src.my_graph, not_body()) {} in not_gate() function in not_gate
412 ~not_gate() {} in ~not_gate()
H A DD_latch.hpp26 not_gate a_not;
H A Dtest_all.cpp92 not_gate n(g); in main()