Home
last modified time | relevance | path

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

/external/rust/crates/num-traits/src/ops/
Dmul_add.rs23 pub trait MulAdd<A = Self, B = Self> { trait
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dvector_support_library.h89 llvm::Value* MulAdd(llvm::Value* a, llvm::Value* b, llvm::Value* c) { in MulAdd() function
93 llvm::Value* MulAdd(llvm::Value* a, llvm::Value* b, const llvm::APFloat& c) { in MulAdd() function
97 llvm::Value* MulAdd(llvm::Value* a, const llvm::APFloat& b, in MulAdd() function
/external/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsReflectProcessSymbols/
DOrcV2CBindingsReflectProcessSymbols.c186 int32_t (*MulAdd)(int32_t, int32_t, int32_t) = in main() local
/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/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc409 ALWAYS_INLINE void MulAdd(const Packet a, const bfloat16** binp, float** out) { in MulAdd() function
523 ALWAYS_INLINE void MulAdd(const Packet a, const float** inp, float** out) { in MulAdd() function
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp2104 RValue<Int2> MulAdd(RValue<Short4> x, RValue<Short4> y) in MulAdd() function
2285 RValue<Int4> MulAdd(RValue<Short8> x, RValue<Short8> y) in MulAdd() function
DSubzeroReactor.cpp2708 RValue<Int2> MulAdd(RValue<Short4> x, RValue<Short4> y) in MulAdd() function
3115 RValue<Int4> MulAdd(RValue<Short8> x, RValue<Short8> y) in MulAdd() function
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.cc1467 inline int64x2x2_t MulAdd(int32x4_t acc, int32x4_t lhs, int32x4_t rhs) { 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/tests/ReactorUnitTests/
DReactorUnitTests.cpp1660 TEST(ReactorUnitTests, MulAdd) in TEST() argument
/external/llvm-project/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp545 constexpr int MulAdd(int x, int y, int c) { return x * y + c; } in MulAdd() function