Searched defs:SegmenProd (Results 1 – 2 of 2) sorted by relevance
130 struct SegmenProd { struct131 inline T operator()(const T& a, const T& b) const { return a * b; } in operator ()()132 static constexpr T kInitialValue = T(1);
162 struct SegmenProd { struct163 inline T operator()(const T& a, const T& b) const { return a * b; } in operator ()()164 static constexpr T kInitialValue = T(1);