Home
last modified time | relevance | path

Searched defs:fDag (Results 1 – 5 of 5) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.workbench.texteditor.tests/src/org/eclipse/ui/workbench/texteditor/tests/rulers/
H A DDAGTest.java43 private DAG<Object> fDag= new DAG<>(); field in DAGTest
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/opt/cut/
H A DabcCut.c324 void * Abc_NodeGetCutsRecursive( void * p, Abc_Obj_t * pObj, int fDag, int fTree ) in Abc_NodeGetCutsRecursive()
345 void * Abc_NodeGetCuts( void * p, Abc_Obj_t * pObj, int fDag, int fTree ) in Abc_NodeGetCuts()
H A Dcut.h64 int fDag; // compute only DAG cuts member
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abci/
H A DabcCut.c412 void * Abc_NodeGetCutsRecursive( void * p, Abc_Obj_t * pObj, int fDag, int fTree ) in Abc_NodeGetCutsRecursive()
433 void * Abc_NodeGetCuts( void * p, Abc_Obj_t * pObj, int fDag, int fTree ) in Abc_NodeGetCuts()
H A DabcRestruct.c961 Cut_Man_t * Abc_NtkStartCutManForRestruct( Abc_Ntk_t * pNtk, int nCutMax, int fDag ) in Abc_NtkStartCutManForRestruct()