Home
last modified time | relevance | path

Searched refs:per_mill (Results 1 – 2 of 2) sorted by relevance

/dports/games/freeciv/freeciv-2.6.6/client/agents/
H A Dcma_core.c329 int total, per_mill; in report_stats() local
332 per_mill = (stats.apply_result_ignored * 1000) / (total ? total : 1); in report_stats()
336 per_mill / 10, per_mill % 10, stats.apply_result_ignored, in report_stats()
337 (1000 - per_mill) / 10, (1000 - per_mill) % 10, in report_stats()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/agents/
H A Dcma_core.c329 int total, per_mill; in report_stats() local
332 per_mill = (stats.apply_result_ignored * 1000) / (total ? total : 1); in report_stats()
336 per_mill / 10, per_mill % 10, stats.apply_result_ignored, in report_stats()
337 (1000 - per_mill) / 10, (1000 - per_mill) % 10, in report_stats()