HomeSort by relevance Sort by last modified time
    Searched refs:Distance (Results 51 - 75 of 99) sorted by null

1 23 4

  /external/chromium_org/third_party/skia/src/utils/
SkPatchUtils.cpp 135 arcLength += SkPoint::Distance(points[i], points[i + 1]);
  /external/chromium_org/tools/telemetry/telemetry/core/
bitmap.py 26 """Earth mover's distance.
52 '%s pixel(s) left over after computing histogram distance.'
65 def Distance(self, other):
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.h 46 Label::Distance chars_not_equal_near = Label::kFar);
assembler-ia32.h 534 // Distance between the address of the code target in the call instruction
537 // Distance between start of patched return sequence and the emitted address
541 // Distance between start of patched debug break slot and the emitted address
828 void jmp(Label* L, Label::Distance distance = Label::kFar);
837 Label::Distance distance = Label::kFar);
    [all...]
lithium-codegen-ia32.cc     [all...]
assembler-ia32.cc 1410 void Assembler::jmp(Label* L, Label::Distance distance) {
1426 } else if (distance == Label::kNear) {
1464 void Assembler::j(Condition cc, Label* L, Label::Distance distance) {
    [all...]
  /external/chromium_org/v8/src/x64/
code-stubs-x64.h 41 Label::Distance near_jump = Label::kFar);
assembler-x64.h 565 // Distance between the address of the code target in the call instruction
586 // Distance between the start of the JS return sequence and where the
591 // Distance between the start of the JS return sequence and where the
    [all...]
lithium-codegen-x64.cc     [all...]
  /external/chromium_org/v8/src/x87/
code-stubs-x87.h 46 Label::Distance chars_not_equal_near = Label::kFar);
assembler-x87.h 523 // Distance between the address of the code target in the call instruction
526 // Distance between start of patched return sequence and the emitted address
530 // Distance between start of patched debug break slot and the emitted address
811 void jmp(Label* L, Label::Distance distance = Label::kFar);
820 Label::Distance distance = Label::kFar);
    [all...]
assembler-x87.cc 1343 void Assembler::jmp(Label* L, Label::Distance distance) {
1359 } else if (distance == Label::kNear) {
1397 void Assembler::j(Condition cc, Label* L, Label::Distance distance) {
1415 } else if (distance == Label::kNear) {
    [all...]
lithium-codegen-x87.cc     [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 386 /// @brief Skip \a Distance UTF-8 code units. Updates \a Cur and \a Column.
387 void skip(uint32_t Distance);
888 void Scanner::skip(uint32_t Distance) {
889 Current += Distance;
890 Column += Distance;
    [all...]
  /external/skia/include/core/
SkPoint.h 232 /** Return the euclidian distance from (0,0) to the point
412 /** Returns the euclidian distance from (0,0) to (x,y)
427 /** Returns the euclidian distance between a and b
429 static SkScalar Distance(const SkPoint& a, const SkPoint& b) {
474 * Returns the squared distance to the infinite line between two pts. Also
483 * Returns the distance to the infinite line between two pts. Also
494 * Returns the squared distance to the line segment between pts a and b
500 * Returns the distance to the line segment between pts a and b.
  /external/skia/samplecode/
SampleRotateCircles.cpp 154 return SkPoint::Distance(target, SkPoint::Make(x, y)) <= TOL;
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrDashingEffect.cpp 336 SkScalar lineLength = SkPoint::Distance(devicePts[0], devicePts[1]);
389 SkScalar lineLength = SkPoint::Distance(devicePts[0], devicePts[1]);
    [all...]
  /external/llvm/utils/FileCheck/
FileCheck.cpp 142 /// matching this pattern at the start of \arg Buffer; a distance of zero
512 // match distance and the number of lines skipped to get to this match.
513 unsigned Distance = ComputeMatchDistance(Buffer.substr(i), VariableTable);
514 double Quality = Distance + (NumLinesForward / 100.);
    [all...]
  /external/chromium_org/chrome/browser/resources/standalone/
standalone_hack.js 186 // Distance which a touch needs to move to be considered a drag
201 // When we see a move, measure the distance from the last touchStart
  /external/chromium_org/chrome/renderer/resources/
offline.js 313 // Distance meter
376 // Outer container and distance meter.
    [all...]
  /external/chromium_org/v8/src/compiler/ia32/
code-generator-ia32.cc 410 Label::Distance flabel_distance = fallthru ? Label::kNear : Label::kFar;
    [all...]
  /frameworks/base/core/jni/android/graphics/
Path.cpp 294 float length = lengths.back() + SkPoint::Distance(segmentPoints.back(), toPoint);
  /external/chromium_org/v8/src/compiler/x64/
code-generator-x64.cc 632 Label::Distance flabel_distance = fallthru ? Label::kNear : Label::kFar;
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]

Completed in 524 milliseconds

1 23 4