/external/rust/crates/num-traits/src/ops/ |
D | mul_add.rs | 23 pub trait MulAdd<A = Self, B = Self> { trait
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | vector_support_library.h | 89 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/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/tensorflow/tensorflow/core/kernels/ |
D | sparse_matmul_op.cc | 405 ALWAYS_INLINE void MulAdd(const Packet a, const bfloat16** binp, float** out) { in MulAdd() function 519 ALWAYS_INLINE void MulAdd(const Packet a, const float** inp, float** out) { in MulAdd() function
|
/external/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 2087 RValue<Int2> MulAdd(RValue<Short4> x, RValue<Short4> y) in MulAdd() function 2268 RValue<Int4> MulAdd(RValue<Short8> x, RValue<Short8> y) in MulAdd() function 3069 RValue<Float4> MulAdd(RValue<Float4> x, RValue<Float4> y, RValue<Float4> z) in MulAdd() function 4412 RValue<SIMD::Float> MulAdd(RValue<SIMD::Float> x, RValue<SIMD::Float> y, RValue<SIMD::Float> z) in MulAdd() function
|
D | SubzeroReactor.cpp | 2630 RValue<Int2> MulAdd(RValue<Short4> x, RValue<Short4> y) in MulAdd() function 2967 RValue<Int4> MulAdd(RValue<Short8> x, RValue<Short8> y) in MulAdd() function 3723 RValue<Float4> MulAdd(RValue<Float4> x, RValue<Float4> y, RValue<Float4> z) in MulAdd() function 5069 RValue<SIMD::Float> MulAdd(RValue<SIMD::Float> x, RValue<SIMD::Float> y, RValue<SIMD::Float> z) in MulAdd() function
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | neon_tensor_utils.cc | 1490 inline int64x2x2_t MulAdd(int32x4_t acc, int32x4_t lhs, int32x4_t rhs) { 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
|
/external/swiftshader/tests/ReactorUnitTests/ |
D | ReactorUnitTests.cpp | 1875 TEST(ReactorUnitTests, MulAdd) in TEST() argument
|