Searched refs:DistanceSquared (Results 1 – 4 of 4) sorted by relevance
54 double DistanceSquared = 0.0; in isNeighbour() local57 DistanceSquared += Diff * Diff; in isNeighbour()59 return DistanceSquared <= EpsilonSquared_; in isNeighbour()
342 real64 distSqr = DistanceSquared (point, in MaxSquaredDistancePointToRect()346 DistanceSquared (point, in MaxSquaredDistancePointToRect()350 DistanceSquared (point, in MaxSquaredDistancePointToRect()354 DistanceSquared (point, in MaxSquaredDistancePointToRect()
165 inline real64 DistanceSquared (const dng_point_real64 &a, in DistanceSquared() function
69 inline float DistanceSquared(const Point2f& that) { in DistanceSquared() function74 return sqrtf(DistanceSquared(that)); in Distance()