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

1 23 4

  /external/v8/src/x64/
macro-assembler-x64.cc 253 Label::Distance distance) {
268 j(cc, branch, distance);
284 j(cc, branch, distance);
    [all...]
code-stubs-x64.h 41 Label::Distance near_jump = Label::kFar);
  /external/clang/include/clang/AST/
ASTTypeTraits.h 71 /// \param Distance If non-null, used to return the distance between \c this
73 bool isBaseOf(ASTNodeKind Other, unsigned *Distance = nullptr) const;
145 /// \param Distance If non-null, used to return the distance between \c Base
147 static bool isBaseOf(NodeKindId Base, NodeKindId Derived, unsigned *Distance);
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRDetector.cpp 142 CBC_QRFinderPatternFinder::Distance(topLeft, topRight) / moduleSize);
144 CBC_QRFinderPatternFinder::Distance(topLeft, bottomLeft) / moduleSize);
  /external/jhead/
jhead.h 107 float Distance;
main.c 665 if (ImageInfo.Distance){
666 bufLen = addKeyValueDouble(&buf, bufLen, "SubjectDistance", (double)ImageInfo.Distance, "%4.2f");
exif.c     [all...]
  /external/skia/src/core/
SkPathMeasure.cpp 147 SkScalar distance, int mint, int maxt, int ptIndex) {
153 distance = this->compute_quad_segs(tmp, distance, mint, halft, ptIndex);
154 distance = this->compute_quad_segs(&tmp[2], distance, halft, maxt, ptIndex);
156 SkScalar d = SkPoint::Distance(pts[0], pts[2]);
157 SkScalar prevD = distance;
158 distance += d;
159 if (distance > prevD) {
161 seg->fDistance = distance;
220 SkScalar distance = 0; local
    [all...]
  /frameworks/rs/api/
rs_vector_math.spec 62 function: distance
70 summary: Distance between two points
72 Compute the distance between two points.
78 function: distance
122 summary: Approximate distance between two points
124 Computes the approximate distance between two points.
129 See also @distance(), @native_distance().
205 summary: Approximate distance between two points
207 Computes the approximate distance between two points.
209 See also @distance(), @fast_distance()
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 102 /// * A negative constant distance assuming program order.
114 /// * A positive constant distance assuming program order that is bigger
120 /// Safe distance: 2 x sizeof(a[0]), and 2 x sizeof(b[0]), respectively.
137 // We couldn't determine the direction or the distance.
154 // Backward, but the distance allows a vectorization factor of
289 /// \brief If we see a non-constant dependence distance we can still try to
314 /// plausible dependence but the dependence distance is bigger than one
315 /// element access it records this distance in \p MaxSafeDepDistBytes (if this
316 /// distance is smaller than any other distance encountered so far)
    [all...]
  /external/skia/samplecode/
SampleDraw.cpp 342 if (SkPoint::Distance(click->fOrig, click->fCurr) > SkIntToScalar(3)) {
  /external/skia/src/utils/
SkDashPath.cpp 166 SkScalar pathLength = SkPoint::Distance(fPts[0], fPts[1]);
270 double distance = 0; local
273 while (distance < length) {
281 lineRec.addSegment(SkDoubleToScalar(distance),
282 SkDoubleToScalar(distance + dlen),
285 meas.getSegment(SkDoubleToScalar(distance),
286 SkDoubleToScalar(distance + dlen),
290 distance += dlen;
SkPatchUtils.cpp 105 arcLength += SkPoint::Distance(points[i], points[i + 1]);
  /external/llvm/lib/Transforms/IPO/
LowerBitSets.cpp 251 unsigned Distance);
666 // constant will be laid out at address Src+(Len*Distance) where Len is the
669 unsigned Distance) {
684 ConstantInt::get(IntPtrTy, Distance * kX86JumpTableEntrySize + 5);
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 129 Label::Distance condition_met_distance) {
257 Label* minus_zero, Label::Distance dst) {
633 Label::Distance distance) {
640 j(above, fail, distance);
646 Label::Distance distance) {
653 j(below_equal, fail, distance);
656 j(above, fail, distance);
662 Label::Distance distance)
    [all...]
code-stubs-ia32.h 46 Label::Distance chars_not_equal_near = Label::kFar);
  /external/v8/src/x87/
macro-assembler-x87.cc 129 Label::Distance condition_met_distance) {
247 Label* minus_zero, Label::Distance dst) {
548 Label::Distance distance) {
555 j(above, fail, distance);
561 Label::Distance distance) {
568 j(below_equal, fail, distance);
571 j(above, fail, distance);
577 Label::Distance distance)
    [all...]
code-stubs-x87.h 46 Label::Distance chars_not_equal_near = Label::kFar);
assembler-x87.h 518 // Distance between the address of the code target in the call instruction
527 // Distance between start of patched debug break slot and the emitted address
813 void jmp(Label* L, Label::Distance distance = Label::kFar);
822 Label::Distance distance = Label::kFar);
    [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 406 /// @brief Skip \a Distance UTF-8 code units. Updates \a Cur and \a Column.
407 void skip(uint32_t Distance);
956 void Scanner::skip(uint32_t Distance) {
957 Current += Distance;
958 Column += Distance;
    [all...]
CommandLine.cpp 307 unsigned Distance = StringRef(Name).edit_distance(
309 if (!Best || Distance < BestDistance) {
311 BestDistance = Distance;
    [all...]
  /external/skia/include/core/
SkPoint.h 241 /** Return the euclidian distance from (0,0) to the point
431 /** Returns the euclidian distance from (0,0) to (x,y)
446 /** Returns the euclidian distance between a and b
448 static SkScalar Distance(const SkPoint& a, const SkPoint& b) {
493 * Returns the squared distance to the infinite line between two pts. Also
502 * Returns the distance to the infinite line between two pts. Also
513 * Returns the squared distance to the line segment between pts a and b
519 * Returns the distance to the line segment between pts a and b.
  /external/skia/src/effects/
SkDashPathEffect.cpp 202 SkScalar length = SkPoint::Distance(pts[1], pts[0]);
267 SkScalar distance = 0; local
297 distance += clampedInitialDashLength;
300 distance += fIntervals[1]; // skip over the next blank block too
302 distance += clampedInitialDashLength;
307 distance += SkScalarHalf(fIntervals[0]);
310 SkScalar x = pts[0].fX + SkScalarMul(tangent.fX, distance);
311 SkScalar y = pts[0].fY + SkScalarMul(tangent.fY, distance);
317 distance += fIntervalLength;
320 distance -= SkScalarHalf(fIntervals[0])
    [all...]
  /external/v8/src/
assembler.h 260 enum Distance {
303 void link_to(int pos, Distance distance = kFar) {
304 if (distance == kNear) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 134 const SCEV *Distance = D->getDistance(II);
136 dyn_cast_or_null<SCEVConstant>(Distance);
    [all...]

Completed in 2529 milliseconds

1 23 4