Home
last modified time | relevance | path

Searched refs:pPhases (Results 1 – 12 of 12) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/bool/dec/
H A DdecMan.c54 Extra_Truth4VarNPN( &p->puCanons, &p->pPhases, &p->pPerms, &p->pMap ); in Dec_ManStart()
76 ABC_FREE( p->pPhases ); in Dec_ManStop()
H A Ddec.h87 char * pPhases; // canonical phases member
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/opt/rwr/
H A DrwrMan.c58 p->pPhases = pManDec->pPhases; in Rwr_ManStart()
H A Drwr.h55 char * pPhases; // canonical phases member
H A DrwrEva.c103 uPhase = p->pPhases[uTruth]; in Rwr_NodeRewrite()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/opt/rwt/
H A Drwt.h63 char * pPhases; // canonical phases member
H A DrwtMan.c98 p->pPhases = s_pPhases; in Rwt_ManStart()
/dports/math/stp/stp-2.3.3/lib/extlib-abc/aig/dar/
H A DdarLib.c113 char * pPhases; member
151 Dar_Truth4VarNPN( &p->puCanons, &p->pPhases, &p->pPerms, &p->pMap ); in Dar_LibAlloc()
187 free( p->pPhases ); in Dar_LibFree()
705 uPhase = s_DarLib->pPhases[pCut->uTruth]; in Dar_LibCutMatch()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/opt/dar/
H A DdarLib.c103 char * pPhases; member
141 Dar_Truth4VarNPN( &p->puCanons, &p->pPhases, &p->pPerms, &p->pMap ); in Dar_LibAlloc()
177 ABC_FREE( p->pPhases ); in Dar_LibFree()
714 uPhase = s_DarLib->pPhases[pCut->uTruth]; in Dar_LibCutMatch()
1063 uPhase = s_DarLib->pPhases[uTruth]; in Dar2_LibCutMatch()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/bool/deco/
H A Ddeco.h87 char * pPhases; // canonical phases member
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/aig/ivy/
H A DivyRwr.c200 uPhase = p->pPhases[uTruth]; in Ivy_NodeRewrite()
H A DivySeq.c192 uPhase = p->pPhases[uTruth]; in Ivy_NodeRewriteSeq()