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

  /system/media/mca/filterfw/native/core/
geometry.cpp 40 float Point::Distance(const Point& p0, const Point& p1) {
  /system/media/mca/filterpacks/base/native/
geometry.cpp 39 float Point::Distance(const Point& p0, const Point& p1) {
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 120 unsigned Distance;
172 dv->Dist = Distance;
422 dv->Dist = Distance;
456 Distance = 0;
491 ++Distance;
  /external/skia/include/core/
SkPoint.h 204 /** Return the euclidian distance from (0,0) to the point
323 /** Returns the euclidian distance from (0,0) to (x,y)
332 /** Returns the euclidian distance between a and b
334 static SkScalar Distance(const SkPoint& a, const SkPoint& b) {
  /external/llvm/utils/FileCheck/
FileCheck.cpp 103 /// matching this pattern at the start of \arg Buffer; a distance of zero
413 // match distance and the number of lines skipped to get to this match.
414 unsigned Distance = ComputeMatchDistance(Buffer.substr(i), VariableTable);
415 double Quality = Distance + (NumLinesForward / 100.);
  /external/jhead/
jhead.h 88 float Distance;
  /external/llvm/lib/Support/
CommandLine.cpp 214 unsigned Distance = StringRef(Name).edit_distance(
216 if (!Best || Distance < BestDistance) {
218 BestDistance = Distance;
    [all...]

Completed in 373 milliseconds