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

  /external/webkit/Source/WebCore/svg/
SVGParserUtilities.cpp 37 template <typename FloatType> static inline bool isValidRange(const FloatType& x)
84 if (!isValidRange(integer))
122 if (!isValidRange(exponent) || exponent > std::numeric_limits<FloatType>::max_exponent)
133 if (!isValidRange(number))
  /external/llvm/lib/DebugInfo/
DWARFDebugAranges.h 44 bool isValidRange() const { return Length > 0; }

Completed in 57 milliseconds