Home
last modified time | relevance | path

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

/dports/cad/openroad/OpenROAD-2.0/src/replace/src/
H A DnesterovBase.h148 int dUy_; variable
215 return dUy_; in dUy()
225 return (dUy_ + dLy_)/2; in dCy()
235 return dUy_ - dLy_; in dDy()
H A DnesterovBase.cpp78 dLx_(0), dLy_(0), dUx_(0), dUy_(0), in GCell()
98 dUy_ = uy_ = cy + dy/2; in GCell()
113 dUy_ = uy_ = inst->uy(); in setInstance()
189 dUy_ = dLy + (dUy_ - dLy_); in setDensityLocation()
207 dUy_ = dCy + halfDDy; in setDensityCenterLocation()
225 dUy_ = dCenterY + dDy/2; in setDensitySize()