HomeSort by relevance Sort by last modified time
    Searched refs:Distance (Results 1 - 25 of 42) sorted by null

1 2

  /external/v8/src/x64/
macro-assembler-x64.h 179 Label::Distance condition_met_distance = Label::kFar);
186 Label::Distance distance = Label::kFar) {
187 InNewSpace(object, scratch, not_equal, branch, distance);
195 Label::Distance distance = Label::kFar) {
196 InNewSpace(object, scratch, equal, branch, distance);
204 Label::Distance on_black_distance = Label::kFar);
211 Label::Distance not_data_object_distance);
222 Label::Distance distance)
    [all...]
macro-assembler-x64.cc 248 Label::Distance distance) {
263 j(cc, branch, distance);
275 j(cc, branch, distance);
    [all...]
code-stubs-x64.h 131 Label::Distance non_smi_near = Label::kFar,
132 Label::Distance slow_near = Label::kFar);
135 Label::Distance non_smi_near);
382 Label::Distance near_jump = Label::kFar);
  /external/jhead/
makernote.c 138 if (Components > 19 && ImageInfo.Distance <= 0) {
139 // Inidcates the distance the autofocus camera is focused to.
140 // Tends to be less accurate as distance increases.
144 ImageInfo.Distance = (float)temp_dist/100;
146 ImageInfo.Distance = -1 /* infinity */;
jhead.h 93 float Distance;
main.c 618 if (ImageInfo.Distance){
619 bufLen = addKeyValueDouble(&buf, bufLen, "SubjectDistance", (double)ImageInfo.Distance, "%4.2f");
exif.c     [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.h 91 Label::Distance condition_met_distance = Label::kFar);
98 Label::Distance distance = Label::kFar) {
99 InNewSpace(object, scratch, zero, branch, distance);
107 Label::Distance distance = Label::kFar) {
108 InNewSpace(object, scratch, not_zero, branch, distance);
116 Label::Distance has_color_distance,
124 Label::Distance on_black_distance = Label::kFar);
135 Label::Distance distance)
    [all...]
code-stubs-ia32.h 126 Label::Distance non_smi_near = Label::kFar,
127 Label::Distance undo_near = Label::kFar,
128 Label::Distance slow_near = Label::kFar);
131 Label::Distance non_smi_near = Label::kFar);
384 Label::Distance chars_not_equal_near = Label::kFar);
  /frameworks/base/media/mca/filterfw/native/core/
geometry.h 38 static float Distance(const Point& p0, const Point& p1);
geometry.cpp 40 float Point::Distance(const Point& p0, const Point& p1) {
  /frameworks/base/media/mca/filterpacks/native/base/
geometry.h 38 static float Distance(const Point& p0, const Point& p1);
geometry.cpp 39 float Point::Distance(const Point& p0, const Point& p1) {
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 71 /// Dependence::DVEntry - Each level in the distance/direction vector
73 /// perhaps a distance.
88 const SCEV *Distance; // NULL implies no distance available.
90 PeelLast(false), Splitable(false), Distance(NULL) { }
146 /// getDistance - Returns the distance (or NULL) associated with a
215 /// getDistance - Returns the distance (or NULL) associated with a
346 /// 3) Distance - The value d of the dependence distance;
352 enum ConstraintKind { Empty, Point, Distance, Line, Any } Kind
    [all...]
  /external/skia/src/effects/gradients/
SkTwoPointConicalGradient.h 66 SkScalar getCenterX1() const { return SkPoint::Distance(fCenter1, fCenter2); }
  /external/openfst/src/include/fst/extensions/pdt/
expand.h 327 // shortest-distance information computed using a reverse
448 Weight Distance(StateId s) const;
471 vector<Weight> distance_; // Distance from initial state in efst_/ofst
472 vector<Weight> fdistance_; // Distance to final states in efst_/ofst
494 // the shortest-distance from '(s, current_stack_id_)' to the final
551 << reverse_shortest_path_->GetShortestPathData().Distance(s);
552 return reverse_shortest_path_->GetShortestPathData().Distance(s);
570 // Returns the shortest distance from the initial state to 's' in 'ofst_'.
572 typename A::Weight PrunedExpand<A>::Distance(StateId s) const {
576 // Sets the shortest distance from the initial state to 's' in 'ofst_' to 'w'
    [all...]
shortest-path.h 51 // tree info 'Distance()', Parent(), and ArcParent() information keyed
57 // (b) the Distance() is from this 'start' state to the search state.
62 // (a) the Distance() is from the Parent() 'start' state to the
113 SearchData() : distance(Weight::Zero()),
118 Weight distance; // Distance to this state from PDT 'start' state member in struct:fst::PdtShortestPathData::SearchData
148 Weight Distance(SearchState s) const {
150 return data->distance;
153 Weight Distance(const ParenSpec &paren) const {
155 return data->distance;
    [all...]
  /external/skia/src/effects/
SkCornerPathEffect.cpp 20 SkScalar dist = SkPoint::Distance(a, b);
SkDashPathEffect.cpp 176 SkScalar pathLength = SkPoint::Distance(fPts[0], fPts[1]);
291 double distance = 0; local
294 while (distance < length) {
301 lineRec.addSegment(SkDoubleToScalar(distance),
302 SkDoubleToScalar(distance + dlen),
305 meas.getSegment(SkDoubleToScalar(distance),
306 SkDoubleToScalar(distance + dlen),
310 distance += dlen;
385 SkScalar length = SkPoint::Distance(pts[1], pts[0]);
448 SkScalar distance = 0 local
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 244 // Returns the distance (or NULL) associated with a particular level.
247 return DV[Level - 1].Distance;
305 assert((Kind == Line || Kind == Distance) &&
306 "Kind should be Line (or Distance)");
314 assert((Kind == Line || Kind == Distance) &&
315 "Kind should be Line (or Distance)");
323 assert((Kind == Line || Kind == Distance) &&
324 "Kind should be Line (or Distance)");
329 // If constraint is a distance, returns D.
332 assert(Kind == Distance && "Kind should be Distance")
    [all...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 594 unsigned Distance = i->getName().edit_distance(Group, true, BestDistance);
595 if (Distance == BestDistance) {
596 // Two matches with the same distance, don't prefer one over the other.
598 } else if (Distance < BestDistance) {
601 BestDistance = Distance;
  /external/skia/legacy/src/effects/
SkCornerPathEffect.cpp 25 SkScalar dist = SkPoint::Distance(a, b);
  /external/skia/legacy/src/core/
SkPathMeasure.cpp 100 SkScalar distance, int mint, int maxt, int ptIndex) {
106 distance = this->compute_quad_segs(tmp, distance, mint, halft, ptIndex);
107 distance = this->compute_quad_segs(&tmp[2], distance, halft, maxt, ptIndex);
109 SkScalar d = SkPoint::Distance(pts[0], pts[2]);
112 distance += d;
114 seg->fDistance = distance;
120 return distance;
124 SkScalar distance, int mint, int maxt, int ptIndex)
150 SkScalar d, distance = 0; local
    [all...]
  /external/skia/src/core/
SkPathMeasure.cpp 89 SkScalar distance, int mint, int maxt, int ptIndex) {
95 distance = this->compute_quad_segs(tmp, distance, mint, halft, ptIndex);
96 distance = this->compute_quad_segs(&tmp[2], distance, halft, maxt, ptIndex);
98 SkScalar d = SkPoint::Distance(pts[0], pts[2]);
99 SkScalar prevD = distance;
100 distance += d;
101 if (distance > prevD) {
103 seg->fDistance = distance;
139 SkScalar distance = 0; local
    [all...]
  /external/v8/src/
assembler.h 83 enum Distance {
126 void link_to(int pos, Distance distance = kFar) {
127 if (distance == kNear) {

Completed in 552 milliseconds

1 2