Searched refs:second_and (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/examples/graph/logic_sim/ |
| H A D | D_latch.hpp | 28 and_gate<2> second_and; member in D_latch 44 second_and(g), in D_latch() 48 make_edge(D_port, input_port<1>(second_and)); in D_latch() 50 make_edge(E_port, input_port<0>(second_and)); in D_latch() 53 make_edge(second_and, input_port<1>(second_nor)); in D_latch() 63 D_port, E_port, a_not, first_and, second_and, first_nor, second_nor); in D_latch()
|