Home
last modified time | relevance | path

Searched refs:m_has_res_costs (Results 1 – 4 of 4) sorted by relevance

/dports/biology/avida/avida-2.12.4-src/avida-core/source/cpu/
H A DcInstSet.cc50 , m_has_res_costs(_in.m_has_res_costs) in cInstSet()
70 m_has_res_costs = _in.m_has_res_costs; in operator =()
241 if (m_lib_name_map[inst_id].res_cost) m_has_res_costs = true; in LoadWithStringList()
H A DcInstSet.h96 bool m_has_res_costs; variable
107 …m_has_costs(false), m_has_ft_costs(false), m_has_energy_costs(false), m_has_res_costs(false), m_ha… in cInstSet()
150 bool HasResCosts() const { return m_has_res_costs; } in HasResCosts()
H A DcHardwareBase.cc54 , m_has_res_costs(m_inst_set->HasResCosts()), m_has_fem_res_costs(m_inst_set->HasFemResCosts()) in cHardwareBase()
60 …m_has_any_costs = (m_has_costs | m_has_ft_costs | m_has_energy_costs | m_has_res_costs | m_has_fem… in cHardwareBase()
98 if (m_has_res_costs) { in Reset()
1326 if (m_has_res_costs || m_has_fem_res_costs) { in SingleProcess_PayPreCosts()
1407 if (m_has_res_costs || m_has_fem_res_costs) { in SingleProcess_PayPostResCosts()
H A DcHardwareBase.h90 bool m_has_res_costs; variable