Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dvector_support_library.h87 llvm::Value* MulAdd(llvm::Value* a, llvm::Value* b, llvm::Value* c) { in MulAdd() function
91 llvm::Value* MulAdd(llvm::Value* a, llvm::Value* b, const llvm::APFloat& c) { in MulAdd() function
95 llvm::Value* MulAdd(llvm::Value* a, const llvm::APFloat& b, in MulAdd() function
/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/swiftshader/src/Reactor/
DReactorUnitTests.cpp959 TEST(ReactorUnitTests, MulAdd) in TEST() argument
DSubzeroReactor.cpp3625 RValue<Int2> MulAdd(RValue<Short4> x, RValue<Short4> y) in MulAdd() function
4195 RValue<Int4> MulAdd(RValue<Short8> x, RValue<Short8> y) in MulAdd() function
DLLVMReactor.cpp3545 RValue<Int2> MulAdd(RValue<Short4> x, RValue<Short4> y) in MulAdd() function
3934 RValue<Int4> MulAdd(RValue<Short8> x, RValue<Short8> y) in MulAdd() function
/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc410 ALWAYS_INLINE void MulAdd(const Packet a, const bfloat16** binp, float** out) { in MulAdd() function
524 ALWAYS_INLINE void MulAdd(const Packet a, const float** inp, float** out) { 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