Home
last modified time | relevance | path

Searched refs:maxpop (Results 1 – 25 of 33) sorted by relevance

12

/dports/games/wolfpack/empire-4.4.1/src/lib/common/
H A Dres_pop.c47 int maxpop = dchr[desig].d_maxpop; in max_population() local
52 mp100 = MIN(ITEM_MAX, 10 * maxpop); in max_population()
53 maxpop += (mp100 - maxpop) * eff / 100.0; in max_population()
58 rmax = maxpop * 0.4 in max_population()
59 + maxpop * 0.6 * (50.0 + 4.0*research) / (200.0 + 3.0*research); in max_population()
60 if (maxpop > rmax) in max_population()
61 maxpop = rmax; in max_population()
64 if (CANT_HAPPEN(maxpop > ITEM_MAX)) in max_population()
65 maxpop = ITEM_MAX; in max_population()
67 return maxpop; in max_population()
/dports/games/wolfpack/empire-4.4.1/src/lib/update/
H A Dhuman.c231 int maxpop = max_pop(np->nat_level[NAT_RLEV], sp); in trunc_people() local
233 if (sp->sct_item[I_CIVIL] > maxpop) in trunc_people()
234 sp->sct_item[I_CIVIL] = maxpop; in trunc_people()
235 if (sp->sct_item[I_UW] > maxpop) in trunc_people()
236 sp->sct_item[I_UW] = maxpop; in trunc_people()
250 int maxpop = max_pop(np->nat_level[NAT_RLEV], sp); in grow_people() local
253 sp->sct_item[I_FOOD], maxpop, round_down); in grow_people()
256 sp->sct_item[I_FOOD], maxpop, round_down); in grow_people()
282 if (adults >= maxpop) in babies()
294 if (adults + new > maxpop) in babies()
[all …]
/dports/sysutils/goawk/goawk-1.9.2/testdata/
H A Dp.271 maxpop < $3 { maxpop = $3; country = $1 }
2 END { print country, maxpop }
H A Dp.381 { if (maxpop < $3) {
2 maxpop = $3
6 END { print country, maxpop }
/dports/games/wolfpack/empire-4.4.1/src/lib/commands/
H A Dconv.c50 int maxpop, civ, seceff, adj_mob, mob; in c_convert() local
67 maxpop = max_pop(natp->nat_level[NAT_RLEV], &sect); in c_convert()
79 if (newuw > maxpop - uw) in c_convert()
80 newuw = maxpop - uw; in c_convert()
H A Dpowe.c227 int i, maxpop; in gen_power() local
257 maxpop = max_pop(natp->nat_level[NAT_RLEV], &sect); in gen_power()
258 pow->p_power += (1.0 + maxpop / 1000.0 * 8) * sect.sct_effic / 100.0; in gen_power()
/dports/games/golly/golly-3.3-src/Scripts/Python/
H A Dpop-plot.py129 maxpop = max(poplist) variable
130 if minpop == maxpop:
133 popscale = float(maxpop - minpop) / float(ylen)
156 t = make_text(str(maxpop), "mono")
/dports/graphics/svgalib/svgalib-1.4.3/demos/
H A Dfun.c359 int maxpopcity, maxpop; in writestat() local
364 maxpop = -1; in writestat()
367 if (city[i].pop > maxpop) { in writestat()
368 maxpop = city[i].pop; in writestat()
379 sprintf(s, "%d", maxpop); in writestat()
/dports/games/golly/golly-3.3-src/Scripts/Lua/
H A Dpop-plot.lua177 local maxpop = max(pops)
178 if minpop == maxpop then
182 local popscale = (maxpop - minpop) / ylen
205 wd, ht = maketext(""..maxpop)
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dswitchmap.c1667 int maxpop; in Transform() local
1736 maxpop = 0; in Transform()
1738 if( popmap[ iroute ] > maxpop ) maxpop = popmap[ iroute ]; in Transform()
1741 if( maxpop == 0 ) maxpop = 1; in Transform()
1754 ps1 = astPointSet( maxpop, ncin, "", status ); in Transform()
1759 ps2 = astPointSet( maxpop, ncout, "", status ); in Transform()
1771 if( popmap[ iroute ] != maxpop ) { in Transform()
/dports/games/wolfpack/empire-4.4.1/src/lib/global/
H A Dsect.config55 # should have the same population limit (column maxpop), or else
59 # Column maxpop applies at 0% efficiency. The limit at 100% is ten
108 uid mnem terra mob0 mob1 nav pkg ostr dstr maxpop flags
/dports/math/R-cran-maps/maps/R/
H A Dmisc.r30 maxpop = Inf, capitals = 0, cex = par("cex"), projection = FALSE, argument
55 x$lat <= usr[4] & (x$pop >= minpop & x$pop <= maxpop) & ((capitals == 0) |
/dports/math/R-cran-maps/maps/man/
H A Dmap.cities.Rd8 maxpop = Inf, capitals = 0, cex = par("cex"), projection = FALSE,
33 \item{maxpop}{
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqpixmap_x11.cpp1061 int maxpop = 0; in fromImage() local
1072 if (pop[i] > maxpop) { // select most popular entry in fromImage()
1073 maxpop = pop[i]; in fromImage()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqpixmap_x11.cpp1061 int maxpop = 0; in fromImage() local
1072 if (pop[i] > maxpop) { // select most popular entry in fromImage()
1073 maxpop = pop[i]; in fromImage()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqpixmap_x11.cpp1061 int maxpop = 0; in fromImage() local
1072 if (pop[i] > maxpop) { // select most popular entry in fromImage()
1073 maxpop = pop[i]; in fromImage()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqpixmap_x11.cpp1061 int maxpop = 0; in fromImage() local
1072 if (pop[i] > maxpop) { // select most popular entry in fromImage()
1073 maxpop = pop[i]; in fromImage()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqpixmap_x11.cpp1061 int maxpop = 0; in fromImage() local
1072 if (pop[i] > maxpop) { // select most popular entry in fromImage()
1073 maxpop = pop[i]; in fromImage()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqpixmap_x11.cpp1061 int maxpop = 0; in fromImage() local
1072 if (pop[i] > maxpop) { // select most popular entry in fromImage()
1073 maxpop = pop[i]; in fromImage()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqpixmap_x11.cpp1061 int maxpop = 0; in fromImage() local
1072 if (pop[i] > maxpop) { // select most popular entry in fromImage()
1073 maxpop = pop[i]; in fromImage()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqpixmap_x11.cpp1061 int maxpop = 0; in fromImage() local
1072 if (pop[i] > maxpop) { // select most popular entry in fromImage()
1073 maxpop = pop[i]; in fromImage()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqpixmap_x11.cpp1061 int maxpop = 0; in fromImage() local
1072 if (pop[i] > maxpop) { // select most popular entry in fromImage()
1073 maxpop = pop[i]; in fromImage()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqpixmap_x11.cpp1061 int maxpop = 0; in fromImage() local
1072 if (pop[i] > maxpop) { // select most popular entry in fromImage()
1073 maxpop = pop[i]; in fromImage()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqpixmap_x11.cpp1061 int maxpop = 0; in fromImage() local
1072 if (pop[i] > maxpop) { // select most popular entry in fromImage()
1073 maxpop = pop[i]; in fromImage()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/plugins/platforms/xcb/nativepainting/
H A Dqpixmap_x11.cpp1061 int maxpop = 0; in fromImage() local
1072 if (pop[i] > maxpop) { // select most popular entry in fromImage()
1073 maxpop = pop[i]; in fromImage()

12