Searched refs:packed_sum (Results 1 – 1 of 1) sorted by relevance
71 std::atomic<value_type> packed_sum; // sum of all values currently packed into all bins variable110 packed_sum == item_sum) { // this is the last bin and it has seen everything in operator ()()126 packed_sum -= my_used; in operator ()()148 packed_sum += item; in operator ()()152 if (packed_sum == item_sum) { in operator ()()179 packed_sum -= my_used; in operator ()()250 << packed_sum << "/" << item_sum << " items:" << item_count << "/" in operator ()()302 packed_sum = 0; in main()