Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:muladd

441 constexpr int MulAdd(int x, int y, int c) { return x * y + c; }
442 constexpr int InnerProduct = ZipFoldR(MulAdd, 5, xs, ys, 0);