Home
last modified time | relevance | path

Searched refs:MoveAV (Results 1 – 7 of 7) sorted by relevance

/dports/biology/avida/avida-2.12.4-src/avida-core/source/cpu/
H A DcTestCPUInterface.h228 bool MoveAV(cAvidaContext& ctx, int av_num = 0) { return false; }
H A DcHardwareExperimental.cc3024 else if (m_use_avatar) move_success = m_organism->MoveAV(ctx); in Inst_Move()
3041 else if (m_use_avatar) move_success = m_organism->MoveAV(ctx); in Inst_JuvMove()
3067 else if (m_use_avatar) move_success = m_organism->MoveAV(ctx); in Inst_RangeMove()
3096 else if (m_use_avatar) move_success = m_organism->MoveAV(ctx); in Inst_RangePredMove()
3591 return m_organism->GetOrgInterface().MoveAV(ctx, avatar_num); in Inst_MoveNeuronAV()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcPopulationInterface.h303 bool MoveAV(cAvidaContext& ctx, int av_num = 0);
H A DcOrgInterface.h231 virtual bool MoveAV(cAvidaContext& ctx, int av_num = 0) = 0;
H A DcOrganism.cc1627 bool cOrganism::MoveAV(cAvidaContext& ctx) in MoveAV() function in cOrganism
1633 if (m_interface->MoveAV(ctx)) { in MoveAV()
H A DcOrganism.h745 bool MoveAV(cAvidaContext& ctx);
H A DcPopulationInterface.cc2202 bool cPopulationInterface::MoveAV(cAvidaContext& ctx, int av_num) in MoveAV() function in cPopulationInterface