Home
last modified time | relevance | path

Searched refs:dlTime (Results 1 – 4 of 4) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/centrifugal/centrifuge/internal/cancelctx/
H A Dcontext_test.go15 dlTime, dlSet := customCtx.Deadline()
16 require.Zero(t, dlTime)
/dports/math/highs/HiGHS-cfe064e/src/simplex/
H A DHighsSimplexAnalysis.cpp987 double dlTime = toTime - fmTime; in summaryReport() local
989 if (dlTime > 0) iterSpeed = dlIter / dlTime; in summaryReport()
1000 printf("%12d (%12d:%12d) %9.4f %12d ", dlIter, fmIter, toIter, dlTime, in summaryReport()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/simplex/
H A DHighsSimplexAnalysis.cpp987 double dlTime = toTime - fmTime; in summaryReport() local
989 if (dlTime > 0) iterSpeed = dlIter / dlTime; in summaryReport()
1000 printf("%12d (%12d:%12d) %9.4f %12d ", dlIter, fmIter, toIter, dlTime, in summaryReport()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/capture/
H A Dcapture.cpp7516 foreach(double dlTime, downloadTimes) in getEstimatedDownloadTime()
7517 total += dlTime; in getEstimatedDownloadTime()