Home
last modified time | relevance | path

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

1234567

/external/jacoco/org.jacoco.examples/build/src/main/java/org/jacoco/examples/expressions/
DMul.java14 public class Mul implements IExpression { class
20 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
106 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, SparseWeights) { in TEST() argument
740 TEST(Mul, ReluActivation) { in TEST() argument
761 TEST(Mul, Relu6Activation) { in TEST() argument
782 TEST(Mul, ReluMinus1To1Activation) { in TEST() argument
803 TEST(Mul, DISABLED_TanhActivation) { in TEST() argument
824 TEST(Mul, DISABLED_SignBitActivation) { in TEST() argument
845 TEST(Mul, MultiThreading) { in TEST() argument
/external/rust/crates/nom/tests/
Darithmetic_ast.rs22 Mul(Box<Expr>, Box<Expr>), enumerator
31 Mul, enumerator
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dmul.h45 inline void Mul(const ArithmeticParams& params, in Mul() function
59 inline void Mul(const ArithmeticParams& params, in Mul() function
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dmul.h45 inline void Mul(const ArithmeticParams& params, in Mul() function
62 inline void Mul(const ArithmeticParams& params, in Mul() function
/external/clang/test/SemaTemplate/
Dalias-church-numerals.cpp23 typename X> using Mul = A<PartialApply<B,F>::template R, X>; typedef
/external/skia/src/core/
DSkMath.cpp50 size_t SkSafeMath::Mul(size_t x, size_t y) { in Mul() function in SkSafeMath
/external/vixl/examples/aarch64/
Dfactorial.cc47 __ Mul(x0, x0, x1); in GenerateFactorial() local
Dfactorial-rec.cc50 __ Mul(x0, x0, x1); in GenerateFactorialRec() local
/external/llvm-project/clang/test/SemaTemplate/
Dalias-church-numerals.cpp23 typename X> using Mul = A<PartialApply<B,F>::template R, X>; typedef
/external/eigen/unsupported/test/
Dcxx11_tensor_complex_cwise_ops_cuda.cu53 Mul, in test_cuda_complex_cwise_ops() enumerator
/external/skqp/src/core/
DSkMath.cpp95 size_t SkSafeMath::Mul(size_t x, size_t y) { in Mul() function in SkSafeMath
/external/llvm-project/mlir/include/mlir/IR/
DAffineExpr.h41 Mul, enumerator
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dvector_support_library.h52 llvm::Value* Mul(int64 lhs, llvm::Value* rhs) { in Mul() function
55 llvm::Value* Mul(const llvm::APFloat& lhs, llvm::Value* rhs) { in Mul() function
/external/llvm-project/llvm/lib/Target/ARM/
DARMParallelDSP.cpp124 if (auto *Mul = GetMulOperand(Add->getOperand(0))) in InsertMuls() local
126 if (auto *Mul = GetMulOperand(Add->getOperand(1))) in InsertMuls() local
682 Instruction *Mul = cast<Instruction>(MulCand->Root); in InsertParallelMACs() local
/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/llvm-project/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-project/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp175 BinaryOperator *Mul = cast<BinaryOperator>(I.getOperand(0)); in visitMul() local
223 Value *Mul = Builder.CreateMul(C1, Op1); in visitMul() local
751 auto *Mul = BinaryOperator::Create(Instruction::Mul, X, in commonIDivTransforms() local
777 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/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DVLASizeChecker.cpp117 SVal Mul = SVB.evalBinOpNN(State, BO_Mul, ArrSize, IndexLength, SizeTy); in checkVLA() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DDivRemPairs.cpp266 Instruction *Mul = BinaryOperator::CreateMul(DivInst, Y); in optimizeDivRem() local

1234567