Searched defs:MulAdd (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | vector_support_library.h | 87 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/ |
D | simd_wrappers.h | 40 inline void MulAdd(std::int32_t lhs, std::int32_t rhs, std::int32_t* acc) { in MulAdd() function
|
/external/swiftshader/src/Reactor/ |
D | ReactorUnitTests.cpp | 959 TEST(ReactorUnitTests, MulAdd) in TEST() argument
|
D | SubzeroReactor.cpp | 3625 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
|
D | LLVMReactor.cpp | 3545 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/ |
D | sparse_matmul_op.cc | 410 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/ |
D | constant-expression-cxx11.cpp | 501 constexpr int MulAdd(int x, int y, int c) { return x * y + c; } in MulAdd() function
|