Home
last modified time | relevance | path

Searched refs:GetNortherly (Results 1 – 5 of 5) sorted by relevance

/dports/biology/avida/avida-2.12.4-src/avida-core/source/cpu/
H A DcTestCPUInterface.h127 int GetNortherly() { return 0; } in GetNortherly() function
H A DcHardwareExperimental.cc3154 setInternalValue(out_reg, m_organism->GetNortherly(), true); in Inst_GetPositionOffset()
3161 setInternalValue(out_reg, m_organism->GetNortherly(), true); in Inst_GetNortherly()
3282 int northerly = m_organism->GetNortherly(); in Inst_RotateHome()
H A DcHardwareCPU.cc6236 int northerly = m_organism->GetNortherly(); in Inst_RotateHome()
7458 GetRegister(out_reg) = m_organism->GetNortherly(); in Inst_GetNortherly()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcOrgSensor.cc918 int northerly = m_organism->GetNortherly(); in FindDirFromHome()
935 return max(abs(m_organism->GetEasterly()), abs(m_organism->GetNortherly())); in FindDistanceFromHome()
H A DcOrganism.h624 int GetNortherly() { return m_northerly; } in GetNortherly() function