Home
last modified time | relevance | path

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

/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Drcb.cpp118 double targetlo,targethi; in compute() local
235 targethi = wttot - targetlo; in compute()
301 valuehalf = valuemin + (targetlo - wtlo) / in compute()
369 if (wtlo + med.wthi - targetlo < targetlo - wtlo) in compute()
380 wtmax = targetlo - wtlo; in compute()
655 double targetlo,targethi; in compute_old() local
772 targethi = wttot - targetlo; in compute_old()
830 valuehalf = valuemin + (targetlo - wtlo) / in compute_old()
898 if (wtlo + med.wthi - targetlo < targetlo - wtlo) in compute_old()
909 wtmax = targetlo - wtlo; in compute_old()
[all …]
/dports/science/sparta/sparta-20Oct2021/src/
H A Drcb.cpp118 double targetlo,targethi; in compute() local
246 targetlo = wttot * (procmid - proclower) / (procupper + 1 - proclower); in compute()
247 targethi = wttot - targetlo; in compute()
307 valuehalf = valuemin + (targetlo - wtlo) / in compute()
365 if (wtlo + med.totallo < targetlo) { // lower half TOO SMALL in compute()
371 if (wtlo + med.wthi < targetlo) { // move it, keep iterating in compute()
375 if (wtlo + med.wthi - targetlo < targetlo - wtlo) in compute()
384 if (wtlo + med.wthi >= targetlo) { // all done in compute()
386 wtmax = targetlo - wtlo; in compute()
402 if (targetlo-wtlo <= tolerance) break; // close enough in compute()