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

  /external/pdfium/core/fpdfapi/page/
cpdf_stitchfunc.h 27 float GetBound(size_t i) const { return m_pBounds[i]; }
  /art/compiler/optimizing/
bounds_check_elimination.cc 385 ValueBound GetBound() const { return bound_; }
642 left_range->GetBound().IsConstant() &&
644 right_range->GetBound().IsRelatedToArrayLength() &&
645 right_range->GetBound().GetConstant() < 0) {
672 left_range->GetBound(),
673 right_range->GetBound().Add(left_compensation, &overflow, &underflow));
681 left_range->GetBound().Add(right_compensation, &overflow, &underflow),
682 right_range->GetBound());
    [all...]

Completed in 217 milliseconds