Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:muladd

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