Home
last modified time | relevance | path

Searched refs:newStepLength (Results 1 – 3 of 3) sorted by relevance

/dports/cad/openroad/OpenROAD-2.0/src/replace/src/
H A DnesterovPlace.cpp499 float newStepLength in doNesterovPlace() local
502 debugPrint(log_, GPL, "replace", 3, "np: NewStepLength: {:g}", newStepLength); in doNesterovPlace()
504 if( isnan(newStepLength) || isinf(newStepLength) ) { in doNesterovPlace()
511 if( newStepLength > stepLength_ * 0.95) { in doNesterovPlace()
512 stepLength_ = newStepLength; in doNesterovPlace()
516 stepLength_ = newStepLength; in doNesterovPlace()
/dports/science/ergo/ergo-3.8/source/scf/
H A DSCF_general.cc758 ergo_real newStepLength = stepLength * 0.5; in do_SCF_iterations() local
760 (double)stepLength, (double)newStepLength); in do_SCF_iterations()
761 stepLength = newStepLength; in do_SCF_iterations()
819 ergo_real newStepLength = stepLength * 0.5; in do_SCF_iterations() local
821 (double)stepLength, (double)newStepLength); in do_SCF_iterations()
822 stepLength = newStepLength; in do_SCF_iterations()
/dports/cad/openroad/OpenROAD-2.0/src/replace/test/
H A Ddiverge01.ok217 [ERROR GPL-0305] RePlAce diverged at newStepLength.