Home
last modified time | relevance | path

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

123

/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/clang/test/SemaTemplate/
Dalias-church-numerals.cpp23 typename X> using Mul = A<PartialApply<B,F>::template R, X>; typedef
/external/vixl/examples/
Dfactorial.cc45 __ Mul(x0, x0, x1); in GenerateFactorial() local
Dfactorial-rec.cc48 __ Mul(x0, x0, x1); in GenerateFactorialRec() local
/external/skia/src/gpu/glsl/
DGrGLSL_impl.h25 inline Self GrGLSLExpr<Self>::Mul(T0 in0, T1 in1) { in Mul() function
/external/skia/src/gpu/
DGrBlend.cpp43 static MaskedColor Mul(const MaskedColor& a, const MaskedColor& b) { in Mul() function in MaskedColor
/external/opencv3/modules/core/test/ocl/
Dtest_arithm.cpp298 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/
DMips16ISelDAGToDAG.cpp50 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/v8/src/ppc/
Dmacro-assembler-ppc.h89 #define Mul mulld macro
106 #define Mul mullw macro
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp66 BinaryOperator *Mul = BinaryOperator::Create(Instruction::Mul, V, V); in TEST_F() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp206 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/
Dp224.cc202 void Mul(FieldElement* out, const FieldElement& a, const FieldElement& b) { in Mul() function
/external/libchrome/crypto/
Dp224.cc173 void Mul(FieldElement* out, const FieldElement& a, const FieldElement& b) { in Mul() function
/external/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp87 Mul, // (B + i) * S enumerator
DReassociate.cpp1034 BinaryOperator *Mul = in ConvertShiftToMul() local
1506 Instruction *Mul = CreateMul(TheOp, C, "factor", I, I); in OptimizeAdd() local
DLoopStrengthReduce.cpp337 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/
DScalarEvolution.cpp289 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/
Dcode-generator-arm64.cc694 __ 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/
DSIISelLowering.cpp1486 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
DAMDGPUISelLowering.cpp1911 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/
Dnodes.py726 class Mul(BinExpr): class
/external/llvm/include/llvm/MC/
DMCExpr.h425 Mul, ///< Multiplication. enumerator
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc1020 __ 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/
Dllvm.ml164 | Mul Constructor

123