Searched refs:MultiplySigned (Results 1 – 4 of 4) sorted by relevance
846 constexpr Product MultiplySigned(const Integer &y) const { in MultiplyUnsigned() function987 Product product{result.power.MultiplySigned(shifted)}; in MultiplyUnsigned()992 Product squared{shifted.MultiplySigned(shifted)}; in MultiplyUnsigned()
165 auto prod{element.MultiplySigned(array->At(at))}; in FoldProduct()
1810 auto product{folded->first.MultiplySigned(folded->second)}; in FoldOperation()
195 product = a.MultiplySigned(b); in exhaustiveTesting()