| abc-master
    | 
#include "mvc.h"Go to the source code of this file.
| Functions | |
| ABC_NAMESPACE_IMPL_START int | Mvc_CubeCompareInt (Mvc_Cube_t *pC1, Mvc_Cube_t *pC2, Mvc_Cube_t *pMask) | 
| DECLARATIONS ///.  More... | |
| int | Mvc_CubeCompareSizeAndInt (Mvc_Cube_t *pC1, Mvc_Cube_t *pC2, Mvc_Cube_t *pMask) | 
| int | Mvc_CubeCompareIntUnderMask (Mvc_Cube_t *pC1, Mvc_Cube_t *pC2, Mvc_Cube_t *pMask) | 
| int | Mvc_CubeCompareIntOutsideMask (Mvc_Cube_t *pC1, Mvc_Cube_t *pC2, Mvc_Cube_t *pMask) | 
| int | Mvc_CubeCompareIntOutsideAndUnderMask (Mvc_Cube_t *pC1, Mvc_Cube_t *pC2, Mvc_Cube_t *pMask) | 
| ABC_NAMESPACE_IMPL_START int Mvc_CubeCompareInt | ( | Mvc_Cube_t * | pC1, | 
| Mvc_Cube_t * | pC2, | ||
| Mvc_Cube_t * | pMask | ||
| ) | 
DECLARATIONS ///.
CFile****************************************************************
FileName [mvcCompare.c]
PackageName [MVSIS 2.0: Multi-valued logic synthesis system.]
Synopsis [Various cube comparison functions.]
Author [MVSIS Group]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - February 1, 2003.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Compares two cubes according to their integer value.]
Description []
SideEffects []
SeeAlso []
Definition at line 43 of file mvcCompare.c.
| int Mvc_CubeCompareIntOutsideAndUnderMask | ( | Mvc_Cube_t * | pC1, | 
| Mvc_Cube_t * | pC2, | ||
| Mvc_Cube_t * | pMask | ||
| ) | 
Function*************************************************************
Synopsis [Compares the cubes (1) outside the mask, (2) under the mask.]
Description []
SideEffects []
SeeAlso []
Definition at line 265 of file mvcCompare.c.
| int Mvc_CubeCompareIntOutsideMask | ( | Mvc_Cube_t * | pC1, | 
| Mvc_Cube_t * | pC2, | ||
| Mvc_Cube_t * | pMask | ||
| ) | 
Function*************************************************************
Synopsis [Compares two cubes under the mask.]
Description []
SideEffects []
SeeAlso []
Definition at line 205 of file mvcCompare.c.
| int Mvc_CubeCompareIntUnderMask | ( | Mvc_Cube_t * | pC1, | 
| Mvc_Cube_t * | pC2, | ||
| Mvc_Cube_t * | pMask | ||
| ) | 
Function*************************************************************
Synopsis [Compares two cubes under the mask.]
Description []
SideEffects []
SeeAlso []
Definition at line 146 of file mvcCompare.c.
| int Mvc_CubeCompareSizeAndInt | ( | Mvc_Cube_t * | pC1, | 
| Mvc_Cube_t * | pC2, | ||
| Mvc_Cube_t * | pMask | ||
| ) | 
Function*************************************************************
Synopsis [Compares the cubes (1) by size, (2) by integer value.]
Description []
SideEffects []
SeeAlso []
Definition at line 91 of file mvcCompare.c.