Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/opt/dau/
H A DdauCanon.c2577 const int fHigh = (iThres % 1000) >= 100, nEnumThres = iThres % 100; in Abc_TtCanonicizeAda() local
2604 if (nEnumThres > MaxCost || iCost < nEnumThres) { in Abc_TtCanonicizeAda()
2612 if (nEnumThres > MaxCost || iCost < nEnumThres) fExac = 1 << 30; in Abc_TtCanonicizeAda()