abc-master
|
#include "fxuInt.h"
Go to the source code of this file.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 283 of file fxuList.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 314 of file fxuList.c.
void Fxu_ListDoubleAddPairFirst | ( | Fxu_Double * | pDiv, |
Fxu_Pair * | pLink | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 433 of file fxuList.c.
void Fxu_ListDoubleAddPairLast | ( | Fxu_Double * | pDiv, |
Fxu_Pair * | pLink | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 402 of file fxuList.c.
void Fxu_ListDoubleAddPairMiddle | ( | Fxu_Double * | pDiv, |
Fxu_Pair * | pSpot, | ||
Fxu_Pair * | pLink | ||
) |
Function*************************************************************
Synopsis [Adds the entry in the middle of the list after the spot.]
Description [Assumes that spot points to the link, after which the given link should be added. Spot cannot be NULL or the tail of the list. Therefore, the head and the tail of the list are not changed.]
SideEffects []
SeeAlso []
Definition at line 466 of file fxuList.c.
void Fxu_ListDoubleAddPairPlace | ( | Fxu_Double * | pDiv, |
Fxu_Pair * | pPair, | ||
Fxu_Pair * | pPairSpot | ||
) |
void Fxu_ListDoubleDelPair | ( | Fxu_Double * | pDiv, |
Fxu_Pair * | pLink | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 489 of file fxuList.c.
void Fxu_ListMatrixAddCube | ( | Fxu_Matrix * | p, |
Fxu_Cube * | pLink | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 104 of file fxuList.c.
void Fxu_ListMatrixAddSingle | ( | Fxu_Matrix * | p, |
Fxu_Single * | pLink | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 163 of file fxuList.c.
ABC_NAMESPACE_IMPL_START void Fxu_ListMatrixAddVariable | ( | Fxu_Matrix * | p, |
Fxu_Var * | pLink | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [fxuList.c]
PackageName [MVSIS 2.0: Multi-valued logic synthesis system.]
Synopsis [Operations on lists.]
Author [MVSIS Group]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - February 1, 2003.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file fxuList.c.
void Fxu_ListMatrixDelCube | ( | Fxu_Matrix * | p, |
Fxu_Cube * | pLink | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 135 of file fxuList.c.
void Fxu_ListMatrixDelSingle | ( | Fxu_Matrix * | p, |
Fxu_Single * | pLink | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 194 of file fxuList.c.
void Fxu_ListMatrixDelVariable | ( | Fxu_Matrix * | p, |
Fxu_Var * | pLink | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 76 of file fxuList.c.
void Fxu_ListTableAddDivisor | ( | Fxu_Matrix * | p, |
Fxu_Double * | pLink | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 222 of file fxuList.c.
void Fxu_ListTableDelDivisor | ( | Fxu_Matrix * | p, |
Fxu_Double * | pLink | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 254 of file fxuList.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 342 of file fxuList.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 373 of file fxuList.c.