Searched defs:pop_count (Results 1 – 3 of 3) sorted by relevance
1249 HSimulate(int ast_id, int pop_count) in HSimulate()1265 int pop_count() const { return pop_count_; } in pop_count() function
418 int pop_count() const { return pop_count_; } in pop_count() function
143 int pop_count = environment->pop_count(); in CreateSimulate() local