HomeSort by relevance Sort by last modified time
    Searched refs:ROp (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/core/perf/
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()
47 ROp::all()
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 334 /// Return whether "X LOp (Y ROp Z)" is always equal to
335 /// "(X LOp Y) ROp (X LOp Z)".
337 Instruction::BinaryOps ROp) {
344 switch (ROp) {
354 switch (ROp) {
364 switch (ROp) {
373 /// Return whether "(X LOp Y) ROp Z" is always equal to
374 /// "(X ROp Z) LOp (Y ROp Z)".
376 Instruction::BinaryOps ROp) {
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
  /external/llvm/lib/TableGen/
Record.cpp 758 DefInit *ROp = dyn_cast<DefInit>(RHSs->getOperator());
759 if (!LOp || !ROp || LOp->getDef() != ROp->getDef())
    [all...]

Completed in 3842 milliseconds