Home
last modified time | relevance | path

Searched refs:stepFactor (Results 1 – 25 of 36) sorted by relevance

12

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/util/resource/
H A DDominantResourceCalculator.java158 stepFactor.getMemory()), in normalize()
163 stepFactor.getVirtualCores()), in normalize()
170 public Resource roundUp(Resource r, Resource stepFactor) { in roundUp() argument
172 roundUp(r.getMemory(), stepFactor.getMemory()), in roundUp()
178 public Resource roundDown(Resource r, Resource stepFactor) { in roundDown() argument
180 roundDown(r.getMemory(), stepFactor.getMemory()), in roundDown()
187 Resource stepFactor) { in multiplyAndNormalizeUp() argument
193 stepFactor.getVirtualCores()) in multiplyAndNormalizeUp()
199 Resource stepFactor) { in multiplyAndNormalizeDown() argument
203 stepFactor.getMemory() in multiplyAndNormalizeDown()
[all …]
H A DDefaultResourceCalculator.java66 Resource maximumResource, Resource stepFactor) { in normalize() argument
70 stepFactor.getMemory()), in normalize()
82 public Resource roundUp(Resource r, Resource stepFactor) { in roundUp() argument
84 roundUp(r.getMemory(), stepFactor.getMemory()) in roundUp()
89 public Resource roundDown(Resource r, Resource stepFactor) { in roundDown() argument
91 roundDown(r.getMemory(), stepFactor.getMemory())); in roundDown()
96 Resource stepFactor) { in multiplyAndNormalizeUp() argument
98 roundUp((int)(r.getMemory() * by + 0.5), stepFactor.getMemory()) in multiplyAndNormalizeUp()
104 Resource stepFactor) { in multiplyAndNormalizeDown() argument
108 stepFactor.getMemory() in multiplyAndNormalizeDown()
H A DResourceCalculator.java70 Resource r, double by, Resource stepFactor); in multiplyAndNormalizeUp() argument
82 Resource r, double by, Resource stepFactor); in multiplyAndNormalizeDown() argument
112 Resource stepFactor); in normalize() argument
122 public abstract Resource roundUp(Resource r, Resource stepFactor); in roundUp() argument
131 public abstract Resource roundDown(Resource r, Resource stepFactor); in roundDown() argument
/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdtypes/
H A Dmultipletimestepping.cpp51 return ir.mtsLevels[1].stepFactor; in nonbondedMtsFactor()
68 GMX_RELEASE_ASSERT(ir.mtsLevels[0].stepFactor == 1, "Base MTS step should be 1"); in assertMtsRequirements()
76 const int mtsFactor = mtsLevel.stepFactor; in assertMtsRequirements()
88 GMX_RELEASE_ASSERT(ir.nstlist % ir.mtsLevels.back().stepFactor == 0, in assertMtsRequirements()
H A Dmultipletimestepping.h71 int stepFactor; member
H A Dinputrec.cpp116 nst = std::lcm(nst, ir->mtsLevels.back().stepFactor); in ir_optimal_nstcalcenergy()
211 const int minNstPCouple = (ir->useMts ? ir->mtsLevels.back().stepFactor : 1); in ir_optimal_nstpcouple()
835 PI(factorKey.c_str(), mtsLevel.stepFactor); in pr_inputrec()
1312 cmp_int(fp, "inputrec->mts-level2-factor", -1, ir1->mtsLevels[1].stepFactor, in cmp_inputrec()
1313 ir2->mtsLevels[1].stepFactor); in cmp_inputrec()
/dports/www/carbonapi/carbonapi-0.14.1/expr/helper/
H A Dalign.go80 stepFactor := commonStep / arg.StepTime
90 newValsLen := 1 + int64(len(arg.Values)-1)/stepFactor
94 if len(arg.Values) != int(stepFactor*newValsLen) {
96 valCnt := int(stepFactor*newValsLen) - len(arg.Values)
101 for i := 0; i < len(arg.Values); i += int(stepFactor) {
102 aggregatedBatch := aggregateBatch(arg.Values[i:i+int(stepFactor)], arg)
/dports/graphics/opencv/opencv-4.5.3/apps/traincascade/
H A Dimagestorage.cpp26 stepFactor = 0.5F; in NegReader()
99 if( (int)( point.x + (1.0F + stepFactor ) * winSize.width ) < img.cols ) in get()
100 point.x += (int)(stepFactor * winSize.width); in get()
104 if( (int)( point.y + (1.0F + stepFactor ) * winSize.height ) < img.rows ) in get()
105 point.y += (int)(stepFactor * winSize.height); in get()
H A Dimagestorage.h44 float stepFactor; variable
/dports/devel/R-cran-randomForest/randomForest/R/
H A DtuneRF.R2 floor(ncol(x)/3), ntreeTry=50, stepFactor=2, argument
32 max(1, ceiling(mtryCur / stepFactor))
34 min(ncol(x), floor(mtryCur * stepFactor))
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/G3DWarehouseBrowser/src/
H A DG3DDownloadStatusCallback.cpp22 stepFactor = 1000. / ulProgressMax; in OnProgress()
27 SendMessage(hwndProgress, PBM_SETPOS, (WPARAM)(ulProgress * stepFactor), 0); in OnProgress()
/dports/science/ergo/ergo-3.8/source/utilities/
H A Dmat_acc_extrapolate.h58 Treal stepFactor,
87 Treal stepFactor, in Scan() argument
115 currParam *= stepFactor; in Scan()
/dports/devel/R-cran-randomForest/randomForest/man/
H A DtuneRF.Rd9 tuneRF(x, y, mtryStart, ntreeTry=50, stepFactor=2, improve=0.05,
19 \item{stepFactor}{at each iteration, mtry is inflated (or deflated) by
45 fgl.res <- tuneRF(fgl[,-10], fgl[,10], stepFactor=1.5)
/dports/devel/R-cran-foreach/foreach/inst/examples/
H A DtuneRF.R7 mtryiter <- function(from, to, stepFactor=2) { argument
11 from <<- ceiling(from * stepFactor)
/dports/science/ergo/ergo-3.8/source/scf/
H A Dscf_utils.h267 ergo_real stepFactor);
282 ergo_real stepFactor);
298 ergo_real stepFactor);
H A Dscf_utils.cc82 ergo_real stepFactor) in do_scan_and_report() argument
84 investigator.Scan(worker, startThresh, stepFactor, nSteps); in do_scan_and_report()
168 ergo_real stepFactor) in do_acc_scan_J() argument
173 do_scan_and_report(investigator, worker, "J", nSteps, startThresh, stepFactor); in do_acc_scan_J()
247 ergo_real stepFactor) in do_acc_scan_K() argument
252 do_scan_and_report(investigator, worker, "K", nSteps, startThresh, stepFactor); in do_acc_scan_K()
333 ergo_real stepFactor) in do_acc_scan_Vxc() argument
348 do_scan_and_report(investigator, worker, "Vxc", nSteps, startThresh, stepFactor); in do_acc_scan_Vxc()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/G3DWarehouseBrowser/include/
H A DG3DDownloadStatusCallback.h18 double stepFactor; variable
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/UI/
H A DScrollBar.pkg31 tolua_property__get_set float stepFactor;
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/engine/
H A Dkmovement.cpp170 int16 stepFactor = (argc >= 2) ? argv[1].toUint16() : 1; in kInitBresen() local
173 int16 client_xStep = readSelectorValue(segMan, client, SELECTOR(xStep)) * stepFactor; in kInitBresen()
174 int16 client_yStep = readSelectorValue(segMan, client, SELECTOR(yStep)) * stepFactor; in kInitBresen()
/dports/games/scummvm/scummvm-2.5.1/engines/sci/engine/
H A Dkmovement.cpp170 int16 stepFactor = (argc >= 2) ? argv[1].toUint16() : 1; in kInitBresen() local
173 int16 client_xStep = readSelectorValue(segMan, client, SELECTOR(xStep)) * stepFactor; in kInitBresen()
174 int16 client_yStep = readSelectorValue(segMan, client, SELECTOR(yStep)) * stepFactor; in kInitBresen()
/dports/math/vtk9/VTK-9.1.0/Filters/FlowPaths/
H A DvtkLagrangianParticleTracker.cxx996 double stepFactor = this->StepFactor; in Integrate() local
1013 double stepLength = stepFactor * cellLength; in Integrate()
1137 stepFactor = stepTime * reintegrationFactor * velocityMagnitude / cellLength; in Integrate()
/dports/math/vtk8/VTK-8.2.0/Filters/FlowPaths/
H A DvtkLagrangianParticleTracker.cxx995 double stepFactor = this->StepFactor; in Integrate() local
1030 double stepLength = stepFactor * cellLength; in Integrate()
1143 stepFactor = stepTime * reintegrationFactor * velocityMagnitude / cellLength; in Integrate()
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DKernel32Util.java429 long stepFactor=asWideChars ? 2L : 1L; in getEnvironmentVariables() local
445 curOffset += (len + 1 /* skip the ending '\0' */) * stepFactor; in getEnvironmentVariables()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdlib/
H A Dsim_util.cpp900 const bool computeSlowForces = (mtsLevels.empty() || step % mtsLevels[1].stepFactor == 0); in setupStepWorkload()
1882 inputrec->mtsLevels[1].stepFactor); in do_force()
2109 forceView->forceMtsCombined(), inputrec->mtsLevels[1].stepFactor); in do_force()
/dports/science/plumed/plumed2-2.7.2/patches/gromacs-2021.diff/src/gromacs/mdlib/
H A Dsim_util.cpp906 const bool computeSlowForces = (mtsLevels.empty() || step % mtsLevels[1].stepFactor == 0); in setupStepWorkload()
1889 inputrec->mtsLevels[1].stepFactor); in do_force()
2116 forceView->forceMtsCombined(), inputrec->mtsLevels[1].stepFactor); in do_force()

12