Searched refs:AddSigned (Results 1 – 5 of 5) sorted by relevance
199 auto sum{element.AddSigned(array->At(at))}; in FoldSum()
251 element = element.AddSigned(Scalar<T>{1}).value; in FoldCount()
1758 auto sum{folded->first.AddSigned(folded->second)}; in FoldOperation()
176 auto ssum{a.AddSigned(b)}; in exhaustiveTesting()
771 constexpr ValueWithOverflow AddSigned(const Integer &y) const { in AddSigned() function