Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/aig/gia/
H A DgiaForce.c891 double CostThis, CostPrev; in Frc_ManPlacementRefine() local
909 CostThis = 0.0; in Frc_ManPlacementRefine()
919 CostThis += (iMaxX - iMinX); in Frc_ManPlacementRefine()
955 printf( "%2d : Span = %e ", Iter+1, CostThis ); in Frc_ManPlacementRefine()
H A DgiaSimBase.c1211 int iArgMax = -1, CostThis, CostMax = -1; in Gia_SimAbsSolve() local
1216 CostThis = Abc_TtCountOnesVecMask( pSimTable, p->pTableTemp, p->nWordsTable, 0 ); in Gia_SimAbsSolve()
1217 if ( CostMax >= CostThis ) in Gia_SimAbsSolve()
1219 CostMax = CostThis; in Gia_SimAbsSolve()
H A DgiaEmbed.c1527 double CostThis, CostPrev; in Emb_ManPlacementRefine() local
1545 CostThis = 0.0; in Emb_ManPlacementRefine()
1559 CostThis += (iMaxX - iMinX) + (iMaxY - iMinY); in Emb_ManPlacementRefine()
1587 printf( "%2d : HPWL = %e ", Iter+1, CostThis ); in Emb_ManPlacementRefine()