Home
last modified time | relevance | path

Searched refs:growthRate (Results 26 – 39 of 39) sorted by relevance

12

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/src/
H A DSparseGridDriver.cpp145 growthRate = growth_rate; in initialize_grid()
151 if (bc_options.nestedRules && growthRate == UNRESTRICTED_GROWTH) { in initialize_grid()
/dports/www/R-cran-shiny/shiny/R/
H A Dbind-cache.R545 sizePolicy = sizeGrowthRatio(width = 400, height = 400, growthRate = 1.2)) argument
/dports/biology/lamarc/lamarc-2.1.8/src/ui_interface/
H A Dui_strings.h120 static const string growthRate; variable
H A Dui_strings.cpp115 const string uistr::growthRate = "Growth"; member in uistr
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/wintermute/base/particles/
H A Dpart_emitter.cpp198 float growthRate = BaseUtils::randomFloat(_growthRate1, _growthRate2); in initParticle() local
238 particle->_growthRate = growthRate; in initParticle()
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/base/particles/
H A Dpart_emitter.cpp198 float growthRate = BaseUtils::randomFloat(_growthRate1, _growthRate2); in initParticle() local
238 particle->_growthRate = growthRate; in initParticle()
/dports/biology/lamarc/lamarc-2.1.8/src/ui_vars/
H A Dui_vars_datapackplus.cpp344 pname += uistr::growthRate + " for "; in GetParamName()
/dports/www/R-cran-shiny/shiny/man/
H A DrenderCachedPlot.Rd10 sizePolicy = sizeGrowthRatio(width = 400, height = 400, growthRate = 1.2),
H A DbindCache.Rd333 … default is:\preformatted{sizePolicy = sizeGrowthRatio(width = 400, height = 400, growthRate = 1.2)
/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dbayes.h1247 Param *growthRate; /* ptr to growth rate used in model */ member
H A Dmcmc.c7353 growth = *(GetParamVals (m->growthRate, chain, state[chain])); in LogClockTreePriorRatio()
8024 growth = *(GetParamVals (m->growthRate, chain, state[chain])); in LogPrior()
H A Dproposal.c681 growth = *GetParamVals(m->growthRate, chain, state[chain]); in Move_ClockRate_M()
13643 growth = *(GetParamVals (m->growthRate, chain, state[chain])); in Move_PopSize_M()
H A Dmodel.c19545 modelSettings[i].growthRate = p; in SetModelParams()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/actions/
H A DPopulationActions.cc1254 double growthRate = floor(instPerUpdate/avgGestation * 100.0 + 0.5) / 100.0; in Process() local
1261 int organismsToKill = static_cast<int>(numOrgsInPop * growthRate); in Process()
1263 cerr<< "growth rate: " << growthRate << " kill: " << organismsToKill <<endl; in Process()

12