Home
last modified time | relevance | path

Searched defs:MulAdd (Results 1 – 9 of 9) 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/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.cc405 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/
DLLVMReactor.cpp2087 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
DSubzeroReactor.cpp2630 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/
Dneon_tensor_utils.cc1490 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.cpp1875 TEST(ReactorUnitTests, MulAdd) in TEST() argument