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

  /external/libcxx/test/std/input.output/filesystems/class.path/path.member/
path.compare.pass.cpp 143 bool IsLess = std::lexicographical_compare(LHS.begin(), LHS.end(), RHS.begin(), RHS.end());
144 if (IsLess)
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
OptionalTest.cpp 469 bool IsLess;
474 return IsLess;
482 IsLess = false;
483 CheckRelation<Less>(InequalityLhs, InequalityRhs, IsLess);
484 IsLess = true;
485 CheckRelation<Less>(InequalityLhs, InequalityRhs, IsLess);
493 IsLess = false;
494 CheckRelation<Greater>(InequalityRhs, InequalityLhs, IsLess);
495 IsLess = true;
496 CheckRelation<Greater>(InequalityRhs, InequalityLhs, IsLess);
    [all...]
  /external/tensorflow/tensorflow/core/grappler/
op_types.cc 284 bool IsLess(const NodeDef& node) { return node.op() == "Less"; }
  /external/clang/lib/CodeGen/
CGClass.cpp 635 llvm::Value *IsLess = CGF.Builder.CreateICmpULT(Counter, NumElementsPtr,
636 "isless");
639 CGF.Builder.CreateCondBr(IsLess, ForBody, AfterFor);
    [all...]

Completed in 97 milliseconds