Home
last modified time | relevance | path

Searched refs:MAP_FLOAT_LARGE (Results 1 – 6 of 6) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/mapper/
H A DmapperCutUtils.c51 pMatch->AreaFlow = MAP_FLOAT_LARGE; // unassigned in Map_CutAlloc()
52 pMatch->tArrive.Rise = MAP_FLOAT_LARGE; // unassigned in Map_CutAlloc()
53 pMatch->tArrive.Fall = MAP_FLOAT_LARGE; // unassigned in Map_CutAlloc()
54 pMatch->tArrive.Worst = MAP_FLOAT_LARGE; // unassigned in Map_CutAlloc()
57 pMatch->AreaFlow = MAP_FLOAT_LARGE; // unassigned in Map_CutAlloc()
58 pMatch->tArrive.Rise = MAP_FLOAT_LARGE; // unassigned in Map_CutAlloc()
59 pMatch->tArrive.Fall = MAP_FLOAT_LARGE; // unassigned in Map_CutAlloc()
60 pMatch->tArrive.Worst = MAP_FLOAT_LARGE; // unassigned in Map_CutAlloc()
H A DmapperTime.c50 tReqMax = -MAP_FLOAT_LARGE; in Map_TimeComputeArrivalMax()
88 ptArrRes->Worst = MAP_FLOAT_LARGE; in Map_TimeCutComputeArrival()
100 return MAP_FLOAT_LARGE; in Map_TimeCutComputeArrival()
110 return MAP_FLOAT_LARGE; in Map_TimeCutComputeArrival()
120 return MAP_FLOAT_LARGE; in Map_TimeCutComputeArrival()
130 return MAP_FLOAT_LARGE; in Map_TimeCutComputeArrival()
232 ptArrRes->Rise = ptArrRes->Fall = -MAP_FLOAT_LARGE; in Map_MatchComputeReqTimes()
409 p->vMapObjs->pArray[i]->tRequired[0].Rise = MAP_FLOAT_LARGE; in Map_TimeComputeRequiredGlobal()
410 p->vMapObjs->pArray[i]->tRequired[0].Fall = MAP_FLOAT_LARGE; in Map_TimeComputeRequiredGlobal()
411 p->vMapObjs->pArray[i]->tRequired[0].Worst = MAP_FLOAT_LARGE; in Map_TimeComputeRequiredGlobal()
[all …]
H A DmapperMatch.c60 pMatch->AreaFlow = MAP_FLOAT_LARGE; // unassigned in Map_MatchClean()
61 pMatch->tArrive.Rise = MAP_FLOAT_LARGE; // unassigned in Map_MatchClean()
62 pMatch->tArrive.Fall = MAP_FLOAT_LARGE; // unassigned in Map_MatchClean()
63 pMatch->tArrive.Worst = MAP_FLOAT_LARGE; // unassigned in Map_MatchClean()
233 Map_TimeCutComputeArrival( pNode, pCut, fPhase, MAP_FLOAT_LARGE ); in Map_MatchNodeCut()
272 Map_TimeCutComputeArrival( pNode, pCutBest, fPhase, MAP_FLOAT_LARGE ); in Map_MatchNodePhase()
H A DmapperUtils.c729 Map_TimeCutComputeArrival( pNode, pNode->pCutBest[0], 0, MAP_FLOAT_LARGE ); in Map_MappingComputeDelayWithFanouts()
731 Map_TimeCutComputeArrival( pNode, pNode->pCutBest[1], 1, MAP_FLOAT_LARGE ); in Map_MappingComputeDelayWithFanouts()
H A DmapperCreate.c372 … pNode->tRequired[0].Rise = pNode->tRequired[0].Fall = pNode->tRequired[0].Worst = MAP_FLOAT_LARGE; in Map_NodeCreate()
373 … pNode->tRequired[1].Rise = pNode->tRequired[1].Fall = pNode->tRequired[1].Worst = MAP_FLOAT_LARGE; in Map_NodeCreate()
H A DmapperInt.h61 #define MAP_FLOAT_LARGE ((float)(FLT_MAX/10)) macro