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