60 for ( i = k = 0; i < (int)pCut->
nLeaves; i++ )
101 pCut->
Num0 = pPhases2[0];
112 pCut->
Num1 = pPhases2[0];
128 static unsigned uTruth0[8], uTruth1[8];
130 unsigned * pTruthRes;
138 for ( i = 0; i < nTruthWords; i++ )
139 uTruth0[i] = ~uTruth0[i];
147 for ( i = 0; i < nTruthWords; i++ )
148 uTruth1[i] = ~uTruth1[i];
156 for ( i = 0; i < nTruthWords; i++ )
157 pTruthRes[i] = ~(uTruth0[i] & uTruth1[i]);
161 for ( i = 0; i < nTruthWords; i++ )
162 pTruthRes[i] = uTruth0[i] & uTruth1[i];
static int Cut_TruthWords(int nVarsMax)
static unsigned * Cut_CutReadTruth(Cut_Cut_t *p)
void Cut_TruthNCanonicize(Cut_Cut_t *pCut)
static unsigned Cut_TruthPhase(Cut_Cut_t *pCut, Cut_Cut_t *pCut1)
FUNCTION DEFINITIONS ///.
ABC_NAMESPACE_IMPL_START int nTotal
DECLARATIONS ///.
#define ABC_NAMESPACE_IMPL_END
#define ABC_NAMESPACE_IMPL_START
void Cut_TruthComputeOld(Cut_Cut_t *pCut, Cut_Cut_t *pCut0, Cut_Cut_t *pCut1, int fCompl0, int fCompl1)
void Cut_TruthCompute(Cut_Man_t *p, Cut_Cut_t *pCut, Cut_Cut_t *pCut0, Cut_Cut_t *pCut1, int fCompl0, int fCompl1)