| /third_party/rust/crates/nom/tests/ |
| D | arithmetic_ast.rs | 20 Mul(Box<Expr>, Box<Expr>), enumerator 29 Mul, enumerator
|
| /third_party/skia/src/core/ |
| D | SkMath.cpp | 50 size_t SkSafeMath::Mul(size_t x, size_t y) { in Mul() function in SkSafeMath
|
| /third_party/flutter/skia/src/core/ |
| D | SkMath.cpp | 79 size_t SkSafeMath::Mul(size_t x, size_t y) { in Mul() function in SkSafeMath
|
| /third_party/flutter/skia/third_party/externals/wuffs/lib/interval/ |
| D | radial_test.go | 204 func (x radialInput) Mul(y radialInput) radialOutPair { func
|
| D | interval.go | 307 func (x IntRange) Mul(y IntRange) (z IntRange) { func
|
| /third_party/skia/third_party/externals/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
|
| D | MVETailPredication.cpp | 386 if (auto *Mul = VisitAdd(Add)) in ComputeElements() local
|
| /third_party/skia/third_party/externals/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
|
| D | MipsInstructionSelector.cpp | 266 MachineInstr *Mul = BuildMI(MBB, I, I.getDebugLoc(), TII.get(Mips::MUL)) in select() local
|
| /third_party/skia/third_party/externals/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
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | DivRemPairs.cpp | 266 Instruction *Mul = BinaryOperator::CreateMul(DivInst, Y); in optimizeDivRem() local
|
| D | LowerMatrixIntrinsics.cpp | 673 Value *Mul = Builder.CreateFMul(A, B); in createMulAdd() local 677 Value *Mul = Builder.CreateMul(A, B); in createMulAdd() local
|
| D | StraightLineStrengthReduce.cpp | 106 Mul, // (B + i) * S enumerator
|
| D | Reassociate.cpp | 980 BinaryOperator *Mul = in ConvertShiftToMul() local 1463 Instruction *Mul = CreateMul(TheOp, C, "factor", I, I); in OptimizeAdd() local
|
| /third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
| D | parserRealSource3.ts | 67 Mul, enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
| D | AVRISelDAGToDAG.cpp | 482 SDNode *Mul = CurDAG->getMachineNode(MachineOp, DL, MVT::Glue, Lhs, Rhs); in selectMultiplication() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | ShaderStorageBlockOutputHLSL.cpp | 292 TIntermTyped *Mul(TIntermTyped *left, TIntermTyped *right) in Mul() function
|
| /third_party/skia/samplecode/ |
| D | SampleVariableWidthStroker.cpp | 202 static ScalarBezCurve Mul(const ScalarBezCurve& curve, float f) { in Mul() function in __anon6f317b870111::ScalarBezCurve 215 static ScalarBezCurve Mul(const ScalarBezCurve& a, const ScalarBezCurve& b) { in Mul() function in __anon6f317b870111::ScalarBezCurve
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | ScalarEvolution.cpp | 409 const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(this); in isNonConstantNegative() local 2296 const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(Ops[i]); in CollectAddOperandsWithScales() local 2471 const SCEV *Mul = getMulExpr(Scale, Ops[i], SCEV::FlagAnyWrap, Depth + 1); in getAddExpr() local 2493 if (const auto *Mul = dyn_cast<SCEVMulExpr>(Ops[Idx])) { in getAddExpr() local 2620 const SCEVMulExpr *Mul = cast<SCEVMulExpr>(Ops[Idx]); in getAddExpr() local 2983 const SCEV *Mul = getMulExpr(Ops[0], AddOp, SCEV::FlagAnyWrap, in getMulExpr() local 3014 while (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(Ops[Idx])) { in getMulExpr() local 3350 const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(LHS); in getUDivExactExpr() local 5599 if (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(S)) { in getRangeRef() local 6474 APInt Mul = APInt::getOneBitSet(BitWidth - AShrAmt, in createSCEV() local [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | InterleavedLoadCombinePass.cpp | 169 Mul, enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUISelLowering.cpp | 2034 SDValue Mul = DAG.getNode(ISD::FMUL, SL, VT, Floor, Y); in LowerFREM() local 2310 SDValue Mul = DAG.getNode(ISD::FMUL, SL, VT, Src, K, Op->getFlags()); in lowerFEXP() local 2594 SDValue Mul = DAG.getNode(ISD::FMUL, SL, MVT::f64, Trunc, K0); in LowerFP64_TO_INT() local 3299 SDValue Mul = DAG.getNode(MulOpc, SL, in getMul24() local 3334 SDValue Mul; in performMulCombine() local
|
| /third_party/skia/third_party/externals/tint/src/ |
| D | program_builder.h | 1641 const ast::BinaryExpression* Mul(LHS&& lhs, RHS&& rhs) { in Mul() function 1652 const ast::BinaryExpression* Mul(const Source& source, LHS&& lhs, RHS&& rhs) { in Mul() function
|
| /third_party/node/tools/inspector_protocol/jinja2/ |
| D | nodes.py | 795 class Mul(BinExpr): class
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| D | MCExpr.h | 441 Mul, ///< Multiplication. enumerator
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| D | decompose_memory_access.cc | 383 const Offset* Mul(LHS&& lhs_, RHS&& rhs_) { in Mul() function
|