Searched refs:terminate_and_count (Results 1 – 2 of 2) sorted by relevance
642 result += runhistory.terminate_and_count(runcolor, runx) * PENALTY_N3; in get_penalty_score()666 result += runhistory.terminate_and_count(runcolor, runy) * PENALTY_N3; in get_penalty_score()848 pub fn terminate_and_count(mut self, currentruncolor: bool, mut currentrunlength: i32) -> i32 { in terminate_and_count() method
736 result += runhistory.terminate_and_count(runcolor, runx) * PENALTY_N3; in get_penalty_score()760 result += runhistory.terminate_and_count(runcolor, runy) * PENALTY_N3; in get_penalty_score()974 pub fn terminate_and_count(mut self, currentruncolor: bool, mut currentrunlength: i32) -> i32 { in terminate_and_count() method