Home
last modified time | relevance | path

Searched refs:DistanceSquared (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DClustering.cpp54 double DistanceSquared = 0.0; in isNeighbour() local
57 DistanceSquared += Diff * Diff; in isNeighbour()
59 return DistanceSquared <= EpsilonSquared_; in isNeighbour()
/external/dng_sdk/source/
Ddng_utils.cpp342 real64 distSqr = DistanceSquared (point, in MaxSquaredDistancePointToRect()
346 DistanceSquared (point, in MaxSquaredDistancePointToRect()
350 DistanceSquared (point, in MaxSquaredDistancePointToRect()
354 DistanceSquared (point, in MaxSquaredDistancePointToRect()
Ddng_point.h165 inline real64 DistanceSquared (const dng_point_real64 &a, in DistanceSquared() function
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dgeom.h69 inline float DistanceSquared(const Point2f& that) { in DistanceSquared() function
74 return sqrtf(DistanceSquared(that)); in Distance()