/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
H A 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
|
/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/ops/ |
D | mul_add.rs | 23 pub trait MulAdd<A = Self, B = Self> { trait
|
/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/include/berberis/intrinsics/common/ |
D | intrinsics_float.h | 203 inline Float32 MulAdd(const Float32& v1, const Float32& v2, const Float32& v3) { in MulAdd() function 207 inline Float64 MulAdd(const Float64& v1, const Float64& v2, const Float64& v3) { in MulAdd() function
|
/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/riscv64_to_x86_64/include/berberis/intrinsics/ |
D | intrinsics_float.h | 138 inline long double MulAdd(const long double& v1, const long double& v2, const long double& v3) { in MulAdd() function
|
/aosp_15_r20/external/gemmlowp/internal/ |
H A D | simd_wrappers.h | 40 inline void MulAdd(std::int32_t lhs, std::int32_t rhs, std::int32_t* acc) { in MulAdd() function
|
/aosp_15_r20/external/swiftshader/src/Reactor/ |
H A D | LLVMReactor.cpp | 2080 RValue<Int2> MulAdd(RValue<Short4> x, RValue<Short4> y) in MulAdd() function 2261 RValue<Int4> MulAdd(RValue<Short8> x, RValue<Short8> y) in MulAdd() function 3062 RValue<Float4> MulAdd(RValue<Float4> x, RValue<Float4> y, RValue<Float4> z) in MulAdd() function 4405 RValue<SIMD::Float> MulAdd(RValue<SIMD::Float> x, RValue<SIMD::Float> y, RValue<SIMD::Float> z) in MulAdd() function
|
H A 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
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A 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
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
H A D | neon_tensor_utils.cc | 1490 inline int64x2x2_t MulAdd(int32x4_t acc, int32x4_t lhs, int32x4_t rhs) { in MulAdd() function
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | constant-expression-cxx11.cpp | 501 constexpr int MulAdd(int x, int y, int c) { return x * y + c; } in MulAdd() function
|
/aosp_15_r20/external/swiftshader/tests/ReactorUnitTests/ |
H A D | ReactorUnitTests.cpp | 1875 TEST(ReactorUnitTests, MulAdd) in TEST() argument
|