Home
last modified time | relevance | path

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

12

/dports/games/julius/julius-1.7.0/src/city/
H A Dhealth.c99 int total_population = 0; in city_health_update() local
106 total_population += b->house_population; in city_health_update()
123 city_data.health.target_value = calc_percentage(healthy_population, total_population); in city_health_update()
137 cause_disease(total_population); in city_health_update()
/dports/games/augustus/augustus-3.1.0/src/city/
H A Dhealth.c106 int total_population = 0; in city_health_update() local
113 total_population += b->house_population; in city_health_update()
131 city_data.health.target_value = calc_percentage(healthy_population, total_population); in city_health_update()
145 cause_disease(total_population); in city_health_update()
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOR_TOWN.cpp61 static int total_population, total_peasant; variable
174 total_population = 0; in disp_total()
188 total_population += townPtr->population; in disp_total()
208 snprintf( str, MAX_STR_LEN+1, _("Total Villagers: %s"), misc.format(total_population) ); in disp_total()
231 …snprintf( str, MAX_STR_LEN+1, _("Total Population: %s"), misc.format(viewNation->total_population in disp_total()
H A DONATIONA.cpp559 nationPtr->total_population = 0; in update_statistic()
587 nationPtr->total_population += townPtr->population; in update_statistic()
676 all_nation_population += nationPtr->total_population; in update_statistic()
678 if( nationPtr->total_population > max_nation_population ) in update_statistic()
679 max_nation_population = nationPtr->total_population; in update_statistic()
H A DOAI_BUIL.cpp126 if( true_profit_365days() < 0 && total_population < 40+pref_economic_development/5 ) in ai_should_build_mine()
H A DOR_AI.cpp75 static int total_population, total_peasant; variable
H A DOAI_GRAN.cpp193 if( nationPtr->total_population==0 ) // the enemy has no towns left in think_deal_with_all_enemy()
315 if( total_population == 0 ) in think_surrender()
H A DOGF_V1.cpp252 nationPtr->total_population = total_population; in convert_to_version_2()
H A DOTOWNAI.cpp1546 …if( ownNation->total_spy_count > ownNation->total_population * (10+ownNation->pref_spy/5) / 100 ) … in think_counter_spy()
1607 …if( ownNation->total_population < 30-ownNation->pref_spy/10 ) // don't use spies if the populatio… in think_spying_town()
1610 …if( ownNation->total_spy_count > ownNation->total_population * (10+ownNation->pref_spy/5) / 100 ) … in think_spying_town()
H A DOSPY2.cpp347 …if( trueNation->total_spy_count > trueNation->total_population * (10+trueNation->pref_spy/5) / 100… in think_mobile_spy_new_action()
H A DOAI_CAPT.cpp54 if( ai_mine_count==0 && total_population < 25 ) in think_capture()
/dports/textproc/py-csvkit/csvkit-1.0.6/docs/tutorial/
H A D3_power_tools.rst49 3. total_population
94 …csvcut -c county,item_name,total_population joined.csv | csvsort -c total_population | csvlook | h…
98 … | county | item_name | total_population |
198 total_population DECIMAL NOT NULL,
H A D4_going_elsewhere.rst43 "total_population": "31299",
/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DONATIONB.h313 int total_population; variable
315 int all_population() { return total_population + total_human_count; } in all_population()
H A DOGF_V1.h272 int total_population; variable
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/unit_test/
H A Ddakota_hdf5_dist_params.in94 total_population 8 12
/dports/textproc/py-csvkit/csvkit-1.0.6/examples/realdata/
H A Dacs2012_5yr_population.csv1 fips,name,total_population,margin_of_error
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/test/
H A Ddakota_pstudy_allvars.in78 total_population = 50 #s0,#s3
H A Ddakota_sampling_doptimal.in101 # total_population = 50 #s1
H A Ddakota_uq_textbook_lhs.in83 # total_population = 50 100 #s6,#s7
/dports/science/py-segregation/segregation-2.1.0/
H A DREADME.md94 bracket, and a total column called `"total_population"`. A typical call would be something like thi…
98 d_index = Dissim(df, "hi_income", "total_population")
109 spatial_index = SpatialDissim(gdf, "hi_income", "total_population")
H A DPKG-INFO103 …bracket, and a total column called `"total_population"`. A typical call would be something like th…
107 d_index = Dissim(df, "hi_income", "total_population")
118 spatial_index = SpatialDissim(gdf, "hi_income", "total_population")
/dports/science/py-segregation/segregation-2.1.0/segregation.egg-info/
H A DPKG-INFO103 …bracket, and a total column called `"total_population"`. A typical call would be something like th…
107 d_index = Dissim(df, "hi_income", "total_population")
118 spatial_index = SpatialDissim(gdf, "hi_income", "total_population")
/dports/games/senken/senken-0.3.0/server/
H A Dpopulation.c58 int total_population; member
90 pop->total_population++; in add_person()
212 pop->total_population--; in remove_one_person()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@nteract/outputs/__tests__/
H A Dmedia.spec.tsx22 total_population: [

12