Searched refs:HexagonBid (Results 1 – 1 of 1) sorted by relevance
32 class HexagonBid { class40 HexagonBid() : Bid(0){}; in HexagonBid() function in __anon3add96ee0111::HexagonBid41 HexagonBid(unsigned B) { Bid = B ? MAX / countPopulation(B) : 0; }; in HexagonBid() function in __anon3add96ee0111::HexagonBid46 HexagonBid &operator+=(const HexagonBid &B) { in operator +=()54 HexagonBid Scores[HEXAGON_PACKET_SIZE];69 Scores[i] += HexagonBid(b); in bid()