Searched defs:MulAdd (Results 1 – 4 of 4) sorted by relevance
40 inline void MulAdd(std::int32_t lhs, std::int32_t rhs, std::int32_t* acc) { in MulAdd() function
501 constexpr int MulAdd(int x, int y, int c) { return x * y + c; } in MulAdd() function
3606 RValue<Int2> MulAdd(RValue<Short4> x, RValue<Short4> y) in MulAdd() function4168 RValue<Int4> MulAdd(RValue<Short8> x, RValue<Short8> y) in MulAdd() function
2822 RValue<Int2> MulAdd(RValue<Short4> x, RValue<Short4> y) in MulAdd() function3159 RValue<Int4> MulAdd(RValue<Short8> x, RValue<Short8> y) in MulAdd() function