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

  /external/llvm/lib/DebugInfo/
DWARFDebugAranges.h 45 bool isValidRange() const { return Length > 0; }
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGParserUtilities.cpp 37 static inline bool isValidRange(const FloatType& x)
85 if (!isValidRange(integer))
123 if (!isValidRange(exponent) || exponent > std::numeric_limits<FloatType>::max_exponent)
134 if (!isValidRange(number))

Completed in 40 milliseconds