Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abci/
H A DabcAttach.c241 unsigned uSignCube[2]; in Abc_AttachComputeTruth() local
261 uSignCube[0] = ATTACH_FULL; in Abc_AttachComputeTruth()
266 uSignCube[0] &= ~uTruthsIn[k][0]; in Abc_AttachComputeTruth()
268 uSignCube[0] &= uTruthsIn[k][0]; in Abc_AttachComputeTruth()
270 uTruthRes[0] |= uSignCube[0]; in Abc_AttachComputeTruth()
283 uSignCube[0] = ATTACH_FULL; in Abc_AttachComputeTruth()
284 uSignCube[1] = ATTACH_FULL; in Abc_AttachComputeTruth()
290 uSignCube[0] &= ~uTruthsIn[k][0]; in Abc_AttachComputeTruth()
291 uSignCube[1] &= ~uTruthsIn[k][1]; in Abc_AttachComputeTruth()
299 uTruthRes[0] |= uSignCube[0]; in Abc_AttachComputeTruth()
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/mio/
H A DmioUtils.c983 unsigned uSignCube[2]; in Mio_DeriveTruthTable2() local
1003 uSignCube[0] = MIO_FULL; in Mio_DeriveTruthTable2()
1007 uSignCube[0] &= ~uTruthsIn[i][0]; in Mio_DeriveTruthTable2()
1009 uSignCube[0] &= uTruthsIn[i][0]; in Mio_DeriveTruthTable2()
1021 uSignCube[0] = MIO_FULL; in Mio_DeriveTruthTable2()
1022 uSignCube[1] = MIO_FULL; in Mio_DeriveTruthTable2()
1027 uSignCube[0] &= ~uTruthsIn[i][0]; in Mio_DeriveTruthTable2()
1028 uSignCube[1] &= ~uTruthsIn[i][1]; in Mio_DeriveTruthTable2()
1032 uSignCube[0] &= uTruthsIn[i][0]; in Mio_DeriveTruthTable2()
1036 uTruthRes[0] |= uSignCube[0]; in Mio_DeriveTruthTable2()
[all …]