Home
last modified time | relevance | path

Searched refs:num_warriors (Results 1 – 14 of 14) sorted by relevance

/dports/games/tycho/species/
H A Dspecies.ini68 num_warriors=30 key
82 num_warriors=12 key
H A Dgenus.cpp75 count += _species[i]->num_warriors(); in num_evolved_warriors()
79 int CGenus::num_warriors() const { /* returns a trivia number of warriors 'live' in this genus at t… in num_warriors() function in CGenus
82 count += _species[i]->num_warriors(); in num_warriors()
H A Dgenus.hpp39 …int num_warriors() const; /* returns a trivia number of warriors 'live' in this genus at this time…
H A Dkingdom.hpp57 …int num_warriors() const; /* returns a trivia number of warriors 'live' in the kingdom at this tim…
H A Dspecies.hpp144 …int num_warriors() const { return size(); } /* returns a trivia number of warriors 'live' in this … in num_warriors() function in CSpecies
H A Dkingdom.cpp127 int CKingdom::num_warriors() const { /* returns a trivia number of warriors 'live' in the kingdom a… in num_warriors() function in CKingdom
130 count += _genus[i]->num_warriors(); in num_warriors()
H A Dspecies.cpp627 …benchmark_score = (int)((double)benchmark_score / (double)kingdom()->benchmark()->num_warriors());… in selection()
/dports/games/species/species/
H A Dspecies.ini68 num_warriors=30 key
82 num_warriors=12 key
H A Dgenus.cpp75 count += _species[i]->num_warriors(); in num_evolved_warriors()
79 int CGenus::num_warriors() const { /* returns a trivia number of warriors 'live' in this genus at t… in num_warriors() function in CGenus
82 count += _species[i]->num_warriors(); in num_warriors()
H A Dgenus.hpp39 …int num_warriors() const; /* returns a trivia number of warriors 'live' in this genus at this time…
H A Dkingdom.hpp57 …int num_warriors() const; /* returns a trivia number of warriors 'live' in the kingdom at this tim…
H A Dspecies.hpp144 …int num_warriors() const { return size(); } /* returns a trivia number of warriors 'live' in this … in num_warriors() function in CSpecies
H A Dkingdom.cpp127 int CKingdom::num_warriors() const { /* returns a trivia number of warriors 'live' in the kingdom a… in num_warriors() function in CKingdom
130 count += _genus[i]->num_warriors(); in num_warriors()
H A Dspecies.cpp627 …benchmark_score = (int)((double)benchmark_score / (double)kingdom()->benchmark()->num_warriors());… in selection()