Home
last modified time | relevance | path

Searched defs:MulAdd (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/num-traits/src/ops/
Dmul_add.rs23 pub trait MulAdd<A = Self, B = Self> { interface
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp2124 RValue<Int2> MulAdd(RValue<Short4> x, RValue<Short4> y) in MulAdd() function
2305 RValue<Int4> MulAdd(RValue<Short8> x, RValue<Short8> y) in MulAdd() function
DSubzeroReactor.cpp2707 RValue<Int2> MulAdd(RValue<Short4> x, RValue<Short4> y) in MulAdd() function
3114 RValue<Int4> MulAdd(RValue<Short8> x, RValue<Short8> y) in MulAdd() function
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp1722 TEST(ReactorUnitTests, MulAdd) in TEST() argument