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

  /frameworks/base/libs/hwui/
Rect.h 134 bool unionWith(const Rect& r) {
225 * Similar to unionWith, except this makes the assumption that both rects are non-empty
  /external/llvm/lib/IR/
ConstantRange.cpp 180 return CR0.inverse().unionWith(CR1.inverse()).inverse();
446 /// unionWith - Return the range that results from the union of this range with
452 ConstantRange ConstantRange::unionWith(const ConstantRange &CR) const {
459 if (!isWrappedSet() && CR.isWrappedSet()) return CR.unionWith(*this);
511 "ConstantRange::unionWith missed a case with one range wrapped");
615 UpperDiv.trunc(DstTySize)).unionWith(Union);
621 UpperModulo.trunc(DstTySize)).unionWith(Union);
  /external/swiftshader/third_party/LLVM/lib/Support/
ConstantRange.cpp 344 /// unionWith - Return the range that results from the union of this range with
350 ConstantRange ConstantRange::unionWith(const ConstantRange &CR) const {
357 if (!isWrappedSet() && CR.isWrappedSet()) return CR.unionWith(*this);
415 "ConstantRange::unionWith missed wrapped union unwrapped case");
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 1789 milliseconds