Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/if/
H A DifDec16.c725 word low2High, high2Low, temp; in If_CluSwapVars() local
750 low2High = (pTruth[w] & PPMasks[iVar][jVar - 1] ) << shift; in If_CluSwapVars()
754 pTruth[w] = pTruth[w] | low2High | high2Low; in If_CluSwapVars()
765 low2High = (pTruth[w + j] & PPMasks[iVar][5]) >> shift; in If_CluSwapVars()
770 pTruth[w + step + j] |= low2High; in If_CluSwapVars()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/misc/util/
H A DutilTruth.h1554 word low2High, high2Low; in Abc_TtSwapVars() local
1561 low2High = (pTruth[j] & s_Truths6[iVar]) >> shift; in Abc_TtSwapVars()
1564 pTruth[j+jStep] = (pTruth[j+jStep] & s_Truths6[iVar]) | low2High; in Abc_TtSwapVars()