Home
last modified time | relevance | path

Searched defs:Mul (Results 1 – 25 of 128) sorted by relevance

123456

/external/jacoco/org.jacoco.examples/build/src/main/java/org/jacoco/examples/expressions/
DMul.java15 public class Mul implements IExpression { class
21 public Mul(final IExpression l, final IExpression r) { in Mul() method in Mul
/external/ruy/ruy/
Druy.h38 void Mul(const Matrix<LhsScalar>& lhs, const Matrix<RhsScalar>& rhs, in Mul() function
98 void Mul(const Matrix<LhsScalar>& lhs, const Matrix<RhsScalar>& rhs, in Mul() function
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dmul_test.cc682 TEST(Mul, FP16Weights) { in TEST() argument
711 TEST(Mul, INT8Weights) { in TEST() argument
740 TEST(Mul, INT8ChannelWiseWeights) { in TEST() argument
769 TEST(Mul, SparseWeights) { in TEST() argument
798 TEST(Mul, ReluActivation) { in TEST() argument
819 TEST(Mul, Relu6Activation) { in TEST() argument
840 TEST(Mul, ReluMinus1To1Activation) { in TEST() argument
861 TEST(Mul, DISABLED_TanhActivation) { in TEST() argument
882 TEST(Mul, DISABLED_SignBitActivation) { in TEST() argument
903 TEST(Mul, MultiThreading) { in TEST() argument
/external/rust/crates/nom/tests/
Darithmetic_ast.rs20 Mul(Box<Expr>, Box<Expr>), enumerator
29 Mul, enumerator
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dmul.h48 inline void Mul(const ArithmeticParams& params, in Mul() function
65 inline void Mul(const ArithmeticParams& params, in Mul() function
79 inline void Mul(const ArithmeticParams& params, in Mul() function
/external/rust/crates/num-bigint/src/bigint/
Dmultiplication.rs26 impl<$($a),*> Mul<$Other> for $Self { impl
42 impl<'a> Mul<BigInt> for &'a BigInt; impl
43 impl<'a, 'b> Mul<&'b BigInt> for &'a BigInt; impl
/external/skia/src/base/
DSkSafeMath.cpp16 size_t SkSafeMath::Mul(size_t x, size_t y) { in Mul() function in SkSafeMath
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dmul.h47 inline void Mul(const ArithmeticParams& params, in Mul() function
61 inline void Mul(const ArithmeticParams& params, in Mul() function
/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/operators/internal/
DGpuElementwiseBinaryCommon.h46 Mul, /**< (x * y) */ enumerator
/external/rust/crates/num-bigint/src/biguint/
Dmultiplication.rs406 impl<$($a),*> Mul<$Other> for $Self { impl
427 impl<'a> Mul<BigUint> for &'a BigUint; impl
428 impl<'a, 'b> Mul<&'b BigUint> for &'a BigUint; impl
/external/clang/test/SemaTemplate/
Dalias-church-numerals.cpp23 typename X> using Mul = A<PartialApply<B,F>::template R, X>; typedef
/external/vixl/examples/aarch64/
Dfactorial.cc47 __ Mul(x0, x0, x1); in GenerateFactorial() local
Dfactorial-rec.cc50 __ Mul(x0, x0, x1); in GenerateFactorialRec() local
/external/eigen/unsupported/test/
Dcxx11_tensor_complex_cwise_ops_gpu.cu50 Mul, in test_cuda_complex_cwise_ops() enumerator
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dvector_support_library.h52 llvm::Value* Mul(int64_t lhs, llvm::Value* rhs) { in Mul() function
55 llvm::Value* Mul(const llvm::APFloat& lhs, llvm::Value* rhs) { in Mul() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp123 if (auto *Mul = GetMulOperand(Add->getOperand(0))) in InsertMuls() local
125 if (auto *Mul = GetMulOperand(Add->getOperand(1))) in InsertMuls() local
677 Instruction *Mul = cast<Instruction>(MulCand->Root); in InsertParallelMACs() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.cpp48 SDNode *Mul = CurDAG->getMachineNode(Opc, DL, MVT::Glue, N->getOperand(0), in selectMULT() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp204 BinaryOperator *Mul = cast<BinaryOperator>(I.getOperand(0)); in visitMul() local
269 Value *Mul = Builder.CreateMul(C1, Op1); in visitMul() local
724 auto *Mul = BinaryOperator::Create(Instruction::Mul, X, in commonIDivTransforms() local
750 auto *Mul = BinaryOperator::Create(Instruction::Mul, X, in commonIDivTransforms() local
/external/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.cpp49 SDNode *Mul = CurDAG->getMachineNode(Opc, DL, MVT::Glue, N->getOperand(0), in selectMULT() local
/external/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp372 SDNode *Mul = in Select() local
/external/starlark-go/starlark/
Dint.go242 func (x Int) Mul(y Int) Int { func
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DDivRemPairs.cpp266 Instruction *Mul = BinaryOperator::CreateMul(DivInst, Y); in optimizeDivRem() local
/external/XNNPACK/test/
Dvbinary-microkernel-tester.h32 Mul, enumerator
/external/ComputeLibrary/arm_compute/graph/
DTypes.h113 Mul, /**< Arithmetic multiplication */ enumerator
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Dmul.h232 inline void Mul(const ArithmeticParams& params, in Mul() function

123456