Searched refs:ROp (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/core/perf/ |
D | perf_reduce.cpp | 10 CV_ENUM(ROp, CV_REDUCE_SUM, CV_REDUCE_AVG, CV_REDUCE_MAX, CV_REDUCE_MIN) 11 typedef std::tr1::tuple<Size, MatType, ROp> Size_MatType_ROp_t; 19 ROp::all() in PERF_TEST_P() 47 ROp::all() in PERF_TEST_P()
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 6009 ROp, PrevROp: IReplaceOp; 6020 if (not Supports(Op, IReplaceOp, ROp)) then 6028 if (IOp.Index >= ROp.Index) and (IOp.Index <= ROp.LastIndex) then 6040 if (PrevROp.Index >= ROp.Index) and (PrevROp.LastIndex <= ROp.LastIndex) then 6047 Disjoint := (PrevROp.LastIndex < ROp.Index) or (PrevROp.Index > ROp.LastIndex); 6048 Same := (PrevROp.Index = ROp.Index) and (PrevROp.LastIndex = ROp.LastIndex); 6051 + ROp.ToString + ' overlap with previous ' + PrevROp.ToString); 6085 if (IOp.Index = ROp.Index) then 6087 ROp.Text := CatOpText(IOp.Text, ROp.Text); 6091 if (IOp.Index >= ROp.Index) and (IOp.Index <= ROp.LastIndex) then [all …]
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 337 Instruction::BinaryOps ROp) { in LeftDistributesOverRight() argument 344 switch (ROp) { in LeftDistributesOverRight() 354 switch (ROp) { in LeftDistributesOverRight() 364 switch (ROp) { in LeftDistributesOverRight() 376 Instruction::BinaryOps ROp) { in RightDistributesOverLeft() argument 377 if (Instruction::isCommutative(ROp)) in RightDistributesOverLeft() 378 return LeftDistributesOverRight(ROp, LOp); in RightDistributesOverLeft() 389 switch (ROp) { in RightDistributesOverLeft()
|
/external/llvm/lib/TableGen/ |
D | Record.cpp | 758 DefInit *ROp = dyn_cast<DefInit>(RHSs->getOperator()); in Fold() local 759 if (!LOp || !ROp || LOp->getDef() != ROp->getDef()) in Fold()
|