abc-master
|
Go to the source code of this file.
Functions | |
static int | Abc_TtBitCount16 (int i) |
static int | Abc_TtGetBit (word *p, int i) |
MACRO DEFINITIONS ///. More... | |
static void | Abc_TtSetBit (word *p, int i) |
static void | Abc_TtXorBit (word *p, int i) |
static int | Abc_TtGetHex (word *p, int k) |
static void | Abc_TtSetHex (word *p, int k, int d) |
static void | Abc_TtXorHex (word *p, int k, int d) |
static int | Abc_TtWordNum (int nVars) |
static int | Abc_TtByteNum (int nVars) |
static int | Abc_TtHexDigitNum (int nVars) |
static word | Abc_Tt6Mask (int nBits) |
static void | Abc_TtClear (word *pOut, int nWords) |
static void | Abc_TtFill (word *pOut, int nWords) |
static void | Abc_TtUnit (word *pOut, int nWords) |
static void | Abc_TtNot (word *pOut, int nWords) |
static void | Abc_TtCopy (word *pOut, word *pIn, int nWords, int fCompl) |
static void | Abc_TtAnd (word *pOut, word *pIn1, word *pIn2, int nWords, int fCompl) |
static void | Abc_TtSharp (word *pOut, word *pIn1, word *pIn2, int nWords) |
static void | Abc_TtOr (word *pOut, word *pIn1, word *pIn2, int nWords) |
static void | Abc_TtXor (word *pOut, word *pIn1, word *pIn2, int nWords, int fCompl) |
static void | Abc_TtMux (word *pOut, word *pCtrl, word *pIn1, word *pIn0, int nWords) |
static int | Abc_TtEqual (word *pIn1, word *pIn2, int nWords) |
static int | Abc_TtCompare (word *pIn1, word *pIn2, int nWords) |
static int | Abc_TtCompareRev (word *pIn1, word *pIn2, int nWords) |
static int | Abc_TtIsConst0 (word *pIn1, int nWords) |
static int | Abc_TtIsConst1 (word *pIn1, int nWords) |
static void | Abc_TtConst0 (word *pIn1, int nWords) |
static void | Abc_TtConst1 (word *pIn1, int nWords) |
static void | Abc_TtElemInit (word **pTtElems, int nVars) |
static void | Abc_TtElemInit2 (word *pTtElems, int nVars) |
static word | Abc_Tt6Cofactor0 (word t, int iVar) |
static word | Abc_Tt6Cofactor1 (word t, int iVar) |
static void | Abc_TtCofactor0p (word *pOut, word *pIn, int nWords, int iVar) |
static void | Abc_TtCofactor1p (word *pOut, word *pIn, int nWords, int iVar) |
static void | Abc_TtCofactor0 (word *pTruth, int nWords, int iVar) |
static void | Abc_TtCofactor1 (word *pTruth, int nWords, int iVar) |
static int | Abc_TtCheckEqualCofs (word *pTruth, int nWords, int iVar, int jVar, int Num1, int Num2) |
static int | Abc_Tt6Cof0IsConst0 (word t, int iVar) |
static int | Abc_Tt6Cof0IsConst1 (word t, int iVar) |
static int | Abc_Tt6Cof1IsConst0 (word t, int iVar) |
static int | Abc_Tt6Cof1IsConst1 (word t, int iVar) |
static int | Abc_Tt6CofsOpposite (word t, int iVar) |
static int | Abc_Tt6Cof0EqualCof1 (word t1, word t2, int iVar) |
static int | Abc_Tt6Cof0EqualCof0 (word t1, word t2, int iVar) |
static int | Abc_Tt6Cof1EqualCof1 (word t1, word t2, int iVar) |
static int | Abc_TtTruthIsConst0 (word *p, int nWords) |
static int | Abc_TtTruthIsConst1 (word *p, int nWords) |
static int | Abc_TtCof0IsConst0 (word *t, int nWords, int iVar) |
static int | Abc_TtCof0IsConst1 (word *t, int nWords, int iVar) |
static int | Abc_TtCof1IsConst0 (word *t, int nWords, int iVar) |
static int | Abc_TtCof1IsConst1 (word *t, int nWords, int iVar) |
static int | Abc_TtCofsOpposite (word *t, int nWords, int iVar) |
static void | Abc_TtStretch5 (unsigned *pInOut, int nVarS, int nVarB) |
static void | Abc_TtStretch6 (word *pInOut, int nVarS, int nVarB) |
static word | Abc_Tt6Stretch (word t, int nVars) |
static int | Abc_TtIsHexDigit (char HexChar) |
static char | Abc_TtPrintDigit (int Digit) |
static char | Abc_TtPrintDigitLower (int Digit) |
static int | Abc_TtReadHexDigit (char HexChar) |
static void | Abc_TtPrintHex (word *pTruth, int nVars) |
static void | Abc_TtPrintHexRev (FILE *pFile, word *pTruth, int nVars) |
static void | Abc_TtPrintHexSpecial (word *pTruth, int nVars) |
static int | Abc_TtWriteHexRev (char *pStr, word *pTruth, int nVars) |
static void | Abc_TtPrintHexArrayRev (FILE *pFile, word *pTruth, int nDigits) |
static int | Abc_TtReadHex (word *pTruth, char *pString) |
static int | Abc_TtReadHexNumber (word *pTruth, char *pString) |
static void | Abc_TtPrintBinary (word *pTruth, int nVars) |
static int | Abc_TtSuppFindFirst (int Supp) |
static int | Abc_TtSuppOnlyOne (int Supp) |
static int | Abc_TtSuppIsMinBase (int Supp) |
static int | Abc_Tt6HasVar (word t, int iVar) |
static int | Abc_TtHasVar (word *t, int nVars, int iVar) |
static int | Abc_TtSupport (word *t, int nVars) |
static int | Abc_TtSupportSize (word *t, int nVars) |
static int | Abc_TtSupportAndSize (word *t, int nVars, int *pSuppSize) |
static int | Abc_Tt6SupportAndSize (word t, int nVars, int *pSuppSize) |
static int | Abc_TtCheckCondDep2 (word *pTruth, int nVars, int nSuppLim) |
static int | Abc_TtCheckCondDep (word *pTruth, int nVars, int nSuppLim) |
static int | Abc_TtOnlyOneOne (word t) |
static int | Gia_ManTtIsAndType (word t, int nVars) |
static int | Gia_ManTtIsOrType (word t, int nVars) |
static int | Gia_ManTtIsXorType (word t, int nVars) |
static word | Abc_Tt6Flip (word Truth, int iVar) |
static void | Abc_TtFlip (word *pTruth, int nWords, int iVar) |
static word | Abc_Tt6Permute_rec (word t, int *pPerm, int nVars) |
static word | Abc_Tt6SwapAdjacent (word Truth, int iVar) |
static void | Abc_TtSwapAdjacent (word *pTruth, int nWords, int iVar) |
static word | Abc_Tt6SwapVars (word t, int iVar, int jVar) |
static void | Abc_TtSwapVars (word *pTruth, int nVars, int iVar, int jVar) |
static void | Abc_TtMoveVar (word *pF, int nVars, int *V2P, int *P2V, int v, int p) |
static void | Abc_TtShrink (word *pF, int nVars, int nVarsAll, unsigned Phase) |
static int | Abc_TtMinimumBase (word *t, int *pSupp, int nVarsAll, int *pnVars) |
static word | Abc_Tt6Expand (word t, int *pCut0, int nCutSize0, int *pCut, int nCutSize) |
static void | Abc_TtExpand (word *pTruth0, int nVars, int *pCut0, int nCutSize0, int *pCut, int nCutSize) |
static int | Abc_Tt6MinBase (word *pTruth, int *pVars, int nVars) |
static int | Abc_TtMinBase (word *pTruth, int *pVars, int nVars, int nVarsAll) |
static void | Abc_TtImplementNpnConfig (word *pTruth, int nVars, char *pCanonPerm, unsigned uCanonPhase) |
static int | Abc_TtCountOnesSlow (word t) |
static int | Abc_TtCountOnes (word x) |
static int | Abc_Tt6FirstBit (word t) |
static int | Abc_Tt6LastBit (word t) |
static int | Abc_TtFindFirstBit (word *pIn, int nVars) |
static int | Abc_TtFindFirstZero (word *pIn, int nVars) |
static int | Abc_TtFindLastBit (word *pIn, int nVars) |
static int | Abc_TtFindLastZero (word *pIn, int nVars) |
static void | Abc_TtReverseVars (word *pTruth, int nVars) |
static void | Abc_TtReverseBits (word *pTruth, int nVars) |
static int | Abc_Tt6PosVar (word t, int iVar) |
static int | Abc_Tt6NegVar (word t, int iVar) |
static int | Abc_TtPosVar (word *t, int nVars, int iVar) |
static int | Abc_TtNegVar (word *t, int nVars, int iVar) |
static int | Abc_TtIsUnate (word *t, int nVars) |
static int | Abc_TtIsPosUnate (word *t, int nVars) |
static void | Abc_TtMakePosUnate (word *t, int nVars) |
static word | Abc_Tt6Isop (word uOn, word uOnDc, int nVars, int *pnCubes) |
static int | Abc_Tt7Isop (word uOn[2], word uOnDc[2], int nVars, word uRes[2]) |
static int | Abc_Tt8Isop (word uOn[4], word uOnDc[4], int nVars, word uRes[4]) |
static int | Abc_Tt6CnfSize (word t, int nVars) |
static int | Abc_Tt8CnfSize (word t[4], int nVars) |
static word | Abc_Tt6IsopCover (word uOn, word uOnDc, int nVars, int *pCover, int *pnCubes) |
static void | Abc_Tt7IsopCover (word uOn[2], word uOnDc[2], int nVars, word uRes[2], int *pCover, int *pnCubes) |
static void | Abc_Tt8IsopCover (word uOn[4], word uOnDc[4], int nVars, word uRes[4], int *pCover, int *pnCubes) |
static int | Abc_Tt6Cnf (word t, int nVars, int *pCover) |
static int | Abc_Tt8Cnf (word t[4], int nVars, int *pCover) |
static int | Abc_Tt6Esop (word t, int nVars, int *pCover) |
static word | Abc_Tt6EsopBuild (int nVars, int *pCover, int nCubes) |
static int | Abc_Tt6EsopVerify (word t, int nVars) |
static int | Abc_TtCheckDsdAnd (word t, int i, int j, word *pOut) |
static int | Abc_TtCheckDsdMux (word t, int i, word *pOut) |
static void | Unm_ManCheckTest2 () |
static void | Unm_ManCheckTest () |
static void | Abc_TtComputeGraph (word *pTruth, int v, int nVars, int *pGraph) |
static void | Abc_TtPrintVarSet (int Mask, int nVars) |
static void | Abc_TtPrintBiDec (word *pTruth, int nVars) |
static int | Abc_TtVerifyBiDec (word *pTruth, int nVars, int This, int That, int nSuppLim, word wThis, word wThat) |
static void | Abc_TtExist (word *pTruth, int iVar, int nWords) |
static int | Abc_TtCheckBiDec (word *pTruth, int nVars, int This, int That) |
static word | Abc_TtDeriveBiDecOne (word *pTruth, int nVars, int This) |
static void | Abc_TtDeriveBiDec (word *pTruth, int nVars, int This, int That, int nSuppLim, word *pThis, word *pThat) |
static int | Abc_TtCheckBiDecSimple (word *pTruth, int nVars, int nSuppLim) |
static int | Abc_TtProcessBiDec (word *pTruth, int nVars, int nSuppLim) |
static void | Abc_TtProcessBiDecTest (word *pTruth, int nVars, int nSuppLim) |
static void | Abc_TtProcessBiDecExperiment () |
Variables | |
static ABC_NAMESPACE_HEADER_START word | s_Truths6 [6] |
INCLUDES ///. More... | |
static word | s_Truths6Neg [6] |
static word | s_TruthXors [6] |
static word | s_PMasks [5][3] |
static word | Ps_PMasks [5][6][3] |
static int | Abc_TtBitCount8 [256] |
|
inlinestatic |
Function*************************************************************
Synopsis [Computes CNF for the function.]
Description []
SideEffects []
SeeAlso []
Definition at line 1962 of file utilTruth.h.
|
inlinestatic |
Function*************************************************************
Synopsis [Computes CNF size.]
Description []
SideEffects []
SeeAlso []
Definition at line 1809 of file utilTruth.h.
Definition at line 544 of file utilTruth.h.
Definition at line 543 of file utilTruth.h.
|
inlinestatic |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 538 of file utilTruth.h.
|
inlinestatic |
Definition at line 539 of file utilTruth.h.
Definition at line 545 of file utilTruth.h.
|
inlinestatic |
Definition at line 540 of file utilTruth.h.
|
inlinestatic |
Definition at line 541 of file utilTruth.h.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 370 of file utilTruth.h.
Definition at line 375 of file utilTruth.h.
|
inlinestatic |
Definition at line 542 of file utilTruth.h.
|
inlinestatic |
Function*************************************************************
Synopsis [Computes ISOP for 6 variables or less.]
Description []
SideEffects []
SeeAlso []
Definition at line 2000 of file utilTruth.h.
|
inlinestatic |
Definition at line 2051 of file utilTruth.h.
|
inlinestatic |
Definition at line 2066 of file utilTruth.h.
|
inlinestatic |
Function*************************************************************
Synopsis [Cut minimization.]
Description []
SideEffects []
SeeAlso []
Definition at line 1345 of file utilTruth.h.
|
inlinestatic |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 1492 of file utilTruth.h.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 1126 of file utilTruth.h.
|
inlinestatic |
Definition at line 949 of file utilTruth.h.
Function*************************************************************
Synopsis [Computes ISOP for 6 variables or less.]
Description []
SideEffects []
SeeAlso []
Definition at line 1704 of file utilTruth.h.
|
inlinestatic |
Function*************************************************************
Synopsis [Derives ISOP cover for the function.]
Description []
SideEffects []
SeeAlso []
Definition at line 1838 of file utilTruth.h.
|
inlinestatic |
Definition at line 1504 of file utilTruth.h.
|
inlinestatic |
Function*************************************************************
Synopsis [Bit mask.]
Description []
SideEffects []
SeeAlso []
Definition at line 184 of file utilTruth.h.
|
inlinestatic |
Definition at line 1374 of file utilTruth.h.
|
inlinestatic |
Definition at line 1613 of file utilTruth.h.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 1161 of file utilTruth.h.
|
inlinestatic |
Function*************************************************************
Synopsis [Checks unateness of a function.]
Description []
SideEffects []
SeeAlso []
Definition at line 1609 of file utilTruth.h.
Definition at line 708 of file utilTruth.h.
|
inlinestatic |
Definition at line 1003 of file utilTruth.h.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 1186 of file utilTruth.h.
Definition at line 1221 of file utilTruth.h.
Definition at line 1738 of file utilTruth.h.
|
inlinestatic |
Definition at line 1879 of file utilTruth.h.
|
inlinestatic |
Definition at line 1974 of file utilTruth.h.
|
inlinestatic |
Definition at line 1817 of file utilTruth.h.
Definition at line 1759 of file utilTruth.h.
|
inlinestatic |
Definition at line 1906 of file utilTruth.h.
|
inlinestatic |
Definition at line 231 of file utilTruth.h.
|
inlinestatic |
Definition at line 127 of file utilTruth.h.
|
inlinestatic |
Definition at line 170 of file utilTruth.h.
|
inlinestatic |
Definition at line 2375 of file utilTruth.h.
|
inlinestatic |
Definition at line 2414 of file utilTruth.h.
|
inlinestatic |
Definition at line 1055 of file utilTruth.h.
|
inlinestatic |
Function*************************************************************
Synopsis [Checks if there is a var whose both cofs have supp <= nSuppLim.]
Description []
SideEffects []
SeeAlso []
Definition at line 1025 of file utilTruth.h.
Function*************************************************************
Synopsis [Check if the function is decomposable with the given pair.]
Description []
SideEffects []
SeeAlso []
Definition at line 2087 of file utilTruth.h.
Definition at line 2122 of file utilTruth.h.
|
inlinestatic |
Function*************************************************************
Synopsis [Checks pairs of cofactors w.r.t. two variables.]
Description []
SideEffects []
SeeAlso []
Definition at line 475 of file utilTruth.h.
|
inlinestatic |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 197 of file utilTruth.h.
|
inlinestatic |
Definition at line 561 of file utilTruth.h.
|
inlinestatic |
Definition at line 582 of file utilTruth.h.
|
inlinestatic |
Definition at line 603 of file utilTruth.h.
|
inlinestatic |
Definition at line 624 of file utilTruth.h.
|
inlinestatic |
Definition at line 425 of file utilTruth.h.
Definition at line 381 of file utilTruth.h.
|
inlinestatic |
Definition at line 444 of file utilTruth.h.
Definition at line 403 of file utilTruth.h.
|
inlinestatic |
Definition at line 645 of file utilTruth.h.
Definition at line 277 of file utilTruth.h.
Definition at line 285 of file utilTruth.h.
|
inlinestatic |
Function*************************************************************
Synopsis [Checks existence of bi-decomposition.]
Description []
SideEffects []
SeeAlso []
Definition at line 2284 of file utilTruth.h.
|
inlinestatic |
Definition at line 309 of file utilTruth.h.
|
inlinestatic |
Definition at line 315 of file utilTruth.h.
Definition at line 221 of file utilTruth.h.
|
inlinestatic |
Definition at line 1470 of file utilTruth.h.
|
inlinestatic |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 1461 of file utilTruth.h.
|
inlinestatic |
Definition at line 2404 of file utilTruth.h.
Definition at line 2392 of file utilTruth.h.
|
inlinestatic |
Function*************************************************************
Synopsis [Compute elementary truth tables.]
Description []
SideEffects []
SeeAlso []
Definition at line 333 of file utilTruth.h.
|
inlinestatic |
Definition at line 344 of file utilTruth.h.
Definition at line 269 of file utilTruth.h.
|
inlinestatic |
Definition at line 2368 of file utilTruth.h.
|
inlinestatic |
Definition at line 1360 of file utilTruth.h.
|
inlinestatic |
Definition at line 203 of file utilTruth.h.
|
inlinestatic |
Definition at line 1516 of file utilTruth.h.
|
inlinestatic |
Definition at line 1524 of file utilTruth.h.
|
inlinestatic |
Definition at line 1532 of file utilTruth.h.
|
inlinestatic |
Definition at line 1540 of file utilTruth.h.
|
inlinestatic |
Definition at line 1130 of file utilTruth.h.
|
inlinestatic |
MACRO DEFINITIONS ///.
FUNCTION DECLARATIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 149 of file utilTruth.h.
|
inlinestatic |
Definition at line 154 of file utilTruth.h.
|
inlinestatic |
Definition at line 953 of file utilTruth.h.
|
inlinestatic |
Definition at line 171 of file utilTruth.h.
|
inlinestatic |
Function*************************************************************
Synopsis [Implemeting given NPN config.]
Description []
SideEffects []
SeeAlso []
Definition at line 1428 of file utilTruth.h.
|
inlinestatic |
Definition at line 293 of file utilTruth.h.
|
inlinestatic |
Definition at line 301 of file utilTruth.h.
|
inlinestatic |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 738 of file utilTruth.h.
|
inlinestatic |
Definition at line 1675 of file utilTruth.h.
|
inlinestatic |
Definition at line 1667 of file utilTruth.h.
|
inlinestatic |
Definition at line 1683 of file utilTruth.h.
|
inlinestatic |
Definition at line 1395 of file utilTruth.h.
|
inlinestatic |
Definition at line 1314 of file utilTruth.h.
|
inlinestatic |
Definition at line 1277 of file utilTruth.h.
|
inlinestatic |
Definition at line 263 of file utilTruth.h.
|
inlinestatic |
Definition at line 1642 of file utilTruth.h.
|
inlinestatic |
Definition at line 215 of file utilTruth.h.
|
inlinestatic |
Function*************************************************************
Synopsis [Detecting elementary functions.]
Description []
SideEffects []
SeeAlso []
Definition at line 1095 of file utilTruth.h.
Definition at line 247 of file utilTruth.h.
|
inlinestatic |
Definition at line 1617 of file utilTruth.h.
|
inlinestatic |
Definition at line 2328 of file utilTruth.h.
|
inlinestatic |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 907 of file utilTruth.h.
|
inlinestatic |
Definition at line 742 of file utilTruth.h.
|
inlinestatic |
Definition at line 749 of file utilTruth.h.
|
inlinestatic |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 779 of file utilTruth.h.
|
inlinestatic |
Definition at line 820 of file utilTruth.h.
|
inlinestatic |
Definition at line 789 of file utilTruth.h.
|
inlinestatic |
Definition at line 799 of file utilTruth.h.
|
inlinestatic |
Definition at line 2319 of file utilTruth.h.
|
inlinestatic |
Definition at line 2431 of file utilTruth.h.
|
inlinestatic |
Definition at line 2518 of file utilTruth.h.
|
inlinestatic |
Function*************************************************************
Synopsis [Tests decomposition procedures.]
Description []
SideEffects []
SeeAlso []
Definition at line 2480 of file utilTruth.h.
|
inlinestatic |
Function*************************************************************
Synopsis [Reads hex truth table from a string.]
Description []
SideEffects []
SeeAlso []
Definition at line 838 of file utilTruth.h.
|
inlinestatic |
Definition at line 756 of file utilTruth.h.
|
inlinestatic |
Definition at line 878 of file utilTruth.h.
|
inlinestatic |
Definition at line 1567 of file utilTruth.h.
|
inlinestatic |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 1561 of file utilTruth.h.
|
inlinestatic |
Definition at line 150 of file utilTruth.h.
|
inlinestatic |
Definition at line 155 of file utilTruth.h.
Definition at line 241 of file utilTruth.h.
|
inlinestatic |
Function*************************************************************
Synopsis [Support minimization.]
Description []
SideEffects []
SeeAlso []
Definition at line 1301 of file utilTruth.h.
|
inlinestatic |
Function*************************************************************
Synopsis [Stretch truthtable to have more input variables.]
Description []
SideEffects []
SeeAlso []
Definition at line 678 of file utilTruth.h.
|
inlinestatic |
Definition at line 693 of file utilTruth.h.
|
inlinestatic |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 929 of file utilTruth.h.
|
inlinestatic |
Definition at line 944 of file utilTruth.h.
|
inlinestatic |
Definition at line 938 of file utilTruth.h.
|
inlinestatic |
Definition at line 978 of file utilTruth.h.
|
inlinestatic |
Definition at line 994 of file utilTruth.h.
|
inlinestatic |
Definition at line 986 of file utilTruth.h.
|
inlinestatic |
Definition at line 1190 of file utilTruth.h.
|
inlinestatic |
Definition at line 1228 of file utilTruth.h.
|
inlinestatic |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 558 of file utilTruth.h.
|
inlinestatic |
Definition at line 559 of file utilTruth.h.
|
inlinestatic |
Definition at line 209 of file utilTruth.h.
|
inlinestatic |
Definition at line 2341 of file utilTruth.h.
|
inlinestatic |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 169 of file utilTruth.h.
|
inlinestatic |
Definition at line 809 of file utilTruth.h.
|
inlinestatic |
Definition at line 253 of file utilTruth.h.
|
inlinestatic |
Definition at line 151 of file utilTruth.h.
|
inlinestatic |
Definition at line 156 of file utilTruth.h.
|
inlinestatic |
Definition at line 1101 of file utilTruth.h.
|
inlinestatic |
Definition at line 1105 of file utilTruth.h.
|
inlinestatic |
Definition at line 1109 of file utilTruth.h.
|
inlinestatic |
Definition at line 2214 of file utilTruth.h.
|
inlinestatic |
Definition at line 2164 of file utilTruth.h.
|
static |
Definition at line 117 of file utilTruth.h.
|
static |
Definition at line 73 of file utilTruth.h.
|
static |
Definition at line 65 of file utilTruth.h.
|
static |
INCLUDES ///.
CFile****************************************************************
FileName [utilTruth.h]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Truth table manipulation.]
Synopsis [Truth table manipulation.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - October 28, 2012.]
Revision [
]PARAMETERS ///BASIC TYPES ///
Definition at line 38 of file utilTruth.h.
|
static |