/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/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsReflectProcessSymbols/ |
D | OrcV2CBindingsReflectProcessSymbols.c | 186 int32_t (*MulAdd)(int32_t, int32_t, int32_t) = in main() local
|
/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 | 409 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/ |
D | LLVMReactor.cpp | 2104 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
|
D | SubzeroReactor.cpp | 2708 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/ |
D | neon_tensor_utils.cc | 1467 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 | 1660 TEST(ReactorUnitTests, MulAdd) in TEST() argument
|
/external/llvm-project/clang/test/SemaCXX/ |
D | constant-expression-cxx11.cpp | 545 constexpr int MulAdd(int x, int y, int c) { return x * y + c; } in MulAdd() function
|