Searched defs:SegmenSum (Results 1 – 2 of 2) sorted by relevance
136 struct SegmenSum { struct137 inline T operator()(const T& a, const T& b) const { return a + b; } in operator ()()138 static constexpr T kInitialValue = T(0);
168 struct SegmenSum { struct169 inline T operator()(const T& a, const T& b) const { return a + b; } in operator ()()170 static constexpr T kInitialValue = T(0);