Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dsimd_wrappers.h40 inline void MulAdd(std::int32_t lhs, std::int32_t rhs, std::int32_t* acc) { in MulAdd() function
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp501 constexpr int MulAdd(int x, int y, int c) { return x * y + c; } in MulAdd() function
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp3606 RValue<Int2> MulAdd(RValue<Short4> x, RValue<Short4> y) in MulAdd() function
4168 RValue<Int4> MulAdd(RValue<Short8> x, RValue<Short8> y) in MulAdd() function
DLLVMReactor.cpp2822 RValue<Int2> MulAdd(RValue<Short4> x, RValue<Short4> y) in MulAdd() function
3159 RValue<Int4> MulAdd(RValue<Short8> x, RValue<Short8> y) in MulAdd() function