Searched defs:MulAdd (Results 1 – 4 of 4) sorted by relevance
23 pub trait MulAdd<A = Self, B = Self> { interface
2124 RValue<Int2> MulAdd(RValue<Short4> x, RValue<Short4> y) in MulAdd() function2305 RValue<Int4> MulAdd(RValue<Short8> x, RValue<Short8> y) in MulAdd() function
2707 RValue<Int2> MulAdd(RValue<Short4> x, RValue<Short4> y) in MulAdd() function3114 RValue<Int4> MulAdd(RValue<Short8> x, RValue<Short8> y) in MulAdd() function
1722 TEST(ReactorUnitTests, MulAdd) in TEST() argument