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

  /external/deqp/framework/common/
tcuVectorUtil.hpp 135 inline T lengthSquared (const Vector<T, Size>& a)
146 return ::sqrt(lengthSquared(a));
152 return deFloatSqrt(lengthSquared(a));
  /external/skia/src/pathops/
SkPathOpsPoint.h 80 return sqrt(lengthSquared());
83 double lengthSquared() const {
223 return temp.lengthSquared();
  /external/skqp/src/pathops/
SkPathOpsPoint.h 80 return sqrt(lengthSquared());
83 double lengthSquared() const {
223 return temp.lengthSquared();

Completed in 196 milliseconds