Home
last modified time | relevance | path

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

/dports/cad/openroad/OpenROAD-2.0/src/replace/src/
H A DnesterovBase.cpp433 GPin::setMaxExpSumY(float maxExpSumY) { in setMaxExpSumY() argument
435 maxExpSumY_ = maxExpSumY; in setMaxExpSumY()
1647 gNet->addWaExpMaxSumY( gPin->maxExpSumY() ); in updateWireLengthForceWA()
1649 * gPin->maxExpSumY() ); in updateWireLengthForceWA()
1733 ( waExpMaxSumY * ( gPin->maxExpSumY() * ( 1.0 + wlCoeffY * gPin->cy()) ) in getWireLengthGradientPinWA()
1734 - wlCoeffY * gPin->maxExpSumY() * waYExpMaxSumY ) in getWireLengthGradientPinWA()
H A DnesterovBase.h472 void setMaxExpSumY(float maxExpSumY);
477 float maxExpSumY() const { return maxExpSumY_; } in maxExpSumY() function