/external/jacoco/org.jacoco.examples/build/src/main/java/org/jacoco/examples/expressions/ |
D | Mul.java | 14 public class Mul implements IExpression { class 20 public Mul(final IExpression l, final IExpression r) { in Mul() method in Mul
|
/external/ruy/ruy/ |
D | ruy.h | 38 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/ |
D | mul_test.cc | 682 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/ |
D | arithmetic_ast.rs | 22 Mul(Box<Expr>, Box<Expr>), enumerator 31 Mul, enumerator
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | mul.h | 45 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/ |
D | mul.h | 45 inline void Mul(const ArithmeticParams& params, in Mul() function 62 inline void Mul(const ArithmeticParams& params, in Mul() function
|
/external/clang/test/SemaTemplate/ |
D | alias-church-numerals.cpp | 23 typename X> using Mul = A<PartialApply<B,F>::template R, X>; typedef
|
/external/skia/src/core/ |
D | SkMath.cpp | 50 size_t SkSafeMath::Mul(size_t x, size_t y) { in Mul() function in SkSafeMath
|
/external/vixl/examples/aarch64/ |
D | factorial.cc | 47 __ Mul(x0, x0, x1); in GenerateFactorial() local
|
D | factorial-rec.cc | 50 __ Mul(x0, x0, x1); in GenerateFactorialRec() local
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | alias-church-numerals.cpp | 23 typename X> using Mul = A<PartialApply<B,F>::template R, X>; typedef
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_complex_cwise_ops_cuda.cu | 53 Mul, in test_cuda_complex_cwise_ops() enumerator
|
/external/skqp/src/core/ |
D | SkMath.cpp | 95 size_t SkSafeMath::Mul(size_t x, size_t y) { in Mul() function in SkSafeMath
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | AffineExpr.h | 41 Mul, enumerator
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | vector_support_library.h | 52 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/ |
D | ARMParallelDSP.cpp | 124 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/ |
D | ARMParallelDSP.cpp | 123 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/ |
D | Mips16ISelDAGToDAG.cpp | 48 SDNode *Mul = CurDAG->getMachineNode(Opc, DL, MVT::Glue, N->getOperand(0), in selectMULT() local
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | Mips16ISelDAGToDAG.cpp | 48 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/ |
D | InstCombineMulDivRem.cpp | 204 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/ |
D | InstCombineMulDivRem.cpp | 175 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/ |
D | Mips16ISelDAGToDAG.cpp | 49 SDNode *Mul = CurDAG->getMachineNode(Opc, DL, MVT::Glue, N->getOperand(0), in selectMULT() local
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelDAGToDAG.cpp | 372 SDNode *Mul = in Select() local
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | VLASizeChecker.cpp | 117 SVal Mul = SVB.evalBinOpNN(State, BO_Mul, ArrSize, IndexLength, SizeTy); in checkVLA() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | DivRemPairs.cpp | 266 Instruction *Mul = BinaryOperator::CreateMul(DivInst, Y); in optimizeDivRem() local
|