/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/clang/test/SemaTemplate/ |
D | alias-church-numerals.cpp | 23 typename X> using Mul = A<PartialApply<B,F>::template R, X>; typedef
|
/external/vixl/examples/ |
D | factorial.cc | 45 __ Mul(x0, x0, x1); in GenerateFactorial() local
|
D | factorial-rec.cc | 48 __ Mul(x0, x0, x1); in GenerateFactorialRec() local
|
/external/skia/src/gpu/glsl/ |
D | GrGLSL_impl.h | 25 inline Self GrGLSLExpr<Self>::Mul(T0 in0, T1 in1) { in Mul() function
|
/external/skia/src/gpu/ |
D | GrBlend.cpp | 43 static MaskedColor Mul(const MaskedColor& a, const MaskedColor& b) { in Mul() function in MaskedColor
|
/external/opencv3/modules/core/test/ocl/ |
D | test_arithm.cpp | 298 typedef ArithmTestBase Mul; typedef 300 OCL_TEST_P(Mul, Mat) in OCL_TEST_P() argument 312 OCL_TEST_P(Mul, Scalar) in OCL_TEST_P() argument 325 OCL_TEST_P(Mul, Mat_Scale) in OCL_TEST_P() argument 342 OCL_TEST_P(Mul, Mat_Scalar_Scale) in OCL_TEST_P() argument
|
/external/llvm/lib/Target/Mips/ |
D | Mips16ISelDAGToDAG.cpp | 50 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/v8/src/ppc/ |
D | macro-assembler-ppc.h | 89 #define Mul mulld macro 106 #define Mul mullw macro
|
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 66 BinaryOperator *Mul = BinaryOperator::Create(Instruction::Mul, V, V); in TEST_F() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 206 BinaryOperator *Mul = cast<BinaryOperator>(I.getOperand(0)); in visitMul() local 284 Value *Mul = Builder->CreateMul(C1, Op1); in visitMul() local
|
/external/libweave/third_party/chromium/crypto/ |
D | p224.cc | 202 void Mul(FieldElement* out, const FieldElement& a, const FieldElement& b) { in Mul() function
|
/external/libchrome/crypto/ |
D | p224.cc | 173 void Mul(FieldElement* out, const FieldElement& a, const FieldElement& b) { in Mul() function
|
/external/llvm/lib/Transforms/Scalar/ |
D | StraightLineStrengthReduce.cpp | 87 Mul, // (B + i) * S enumerator
|
D | Reassociate.cpp | 1034 BinaryOperator *Mul = in ConvertShiftToMul() local 1506 Instruction *Mul = CreateMul(TheOp, C, "factor", I, I); in OptimizeAdd() local
|
D | LoopStrengthReduce.cpp | 337 if (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(S)) in DoInitialMatch() local 600 if (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(LHS)) { in getExactSDiv() local 782 if (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(S)) { in isHighCostExpansion() local 3217 } else if (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(S)) { in CollectSubexprs() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 289 const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(this); in isNonConstantNegative() local 1886 const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(Ops[i]); in CollectAddOperandsWithScales() local 2040 const SCEV *Mul = getMulExpr(Scale, Ops[i]); in getAddExpr() local 2173 const SCEVMulExpr *Mul = cast<SCEVMulExpr>(Ops[Idx]); in getAddExpr() local 2454 const SCEV *Mul = getMulExpr(Ops[0], AddOp); in getMulExpr() local 2483 while (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(Ops[Idx])) { in getMulExpr() local 2777 const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(LHS); in getUDivExactExpr() local 4236 if (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(S)) { in getRange() local 4875 if (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(TCMul)) in getSmallConstantTripMultiple() local 8597 if (auto *Mul = dyn_cast<SCEVMulExpr>(S)) { in follow() local
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 694 __ Mul(i.OutputRegister(), i.InputRegister(0), i.InputRegister(1)); in AssembleArchInstruction() local 697 __ Mul(i.OutputRegister32(), i.InputRegister32(0), i.InputRegister32(1)); in AssembleArchInstruction() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 1486 SDValue Mul = DAG.getNode(ISD::FMUL, SL, MVT::f32, LHS, r0); in LowerFDIV32() local 1518 SDValue Mul = DAG.getNode(ISD::FMUL, SL, MVT::f64, DivScale1, Fma3); in LowerFDIV64() local
|
D | AMDGPUISelLowering.cpp | 1911 SDValue Mul = DAG.getNode(ISD::FMUL, SL, VT, Floor, Y); in LowerFREM() local 2234 SDValue Mul = DAG.getNode(ISD::FMUL, SL, MVT::f64, Trunc, K0); in LowerFP64_TO_INT() local 2431 SDValue Mul; in performMulCombine() local
|
/external/opencv3/3rdparty/jinja2/ |
D | nodes.py | 726 class Mul(BinExpr): class
|
/external/llvm/include/llvm/MC/ |
D | MCExpr.h | 425 Mul, ///< Multiplication. enumerator
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.cc | 1020 __ Mul(result, result, Operand(Abs(divisor))); in DoModByConstI() local 1144 __ Mul(scratch0(), result, Operand(divisor)); in DoDivByConstI() local 1427 __ Mul(result, left, at); in DoMulI() local 1439 __ Mul(scratch, result, result, right); in DoMulI() local 1441 __ Mul(scratch, result, left, right); in DoMulI() local 1448 __ Mul(result, result, right); in DoMulI() local 1450 __ Mul(result, left, right); in DoMulI() local
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 164 | Mul Constructor
|