Searched refs:Distance (Results 1 - 25 of 32) sorted by relevance

12

/external/v8/src/x64/
H A Dmacro-assembler-x64.h179 Label::Distance condition_met_distance = Label::kFar);
186 Label::Distance distance = Label::kFar) {
195 Label::Distance distance = Label::kFar) {
204 Label::Distance on_black_distance = Label::kFar);
211 Label::Distance not_data_object_distance);
222 Label::Distance distance);
431 Label::Distance near_jump = Label::kFar);
490 Label::Distance near_jump = Label::kFar);
494 Label::Distance near_jump = Label::kFar);
499 Label::Distance near_jum
[all...]
H A Dmacro-assembler-x64.cc248 Label::Distance distance) {
1129 Label::Distance near_jump) {
1257 Label::Distance near_jump) {
1265 Label::Distance near_jump) {
1273 Label::Distance near_jump) {
1281 Label::Distance near_jump) {
1289 Label::Distance near_jump) {
1298 Label::Distance near_jump) {
1307 Label::Distance near_jump) {
1316 Label::Distance near_jum
[all...]
H A Dcode-stubs-x64.h131 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);
H A Dassembler-x64.h595 // Distance between the address of the code target in the call instruction
598 // Distance between the start of the JS return sequence and where the
603 // Distance between start of patched debug break slot and where the
1221 void jmp(Label* L, Label::Distance distance = Label::kFar);
1233 Label::Distance distance = Label::kFar);
/external/jhead/
H A Dmakernote.c138 if (Components > 19 && ImageInfo.Distance <= 0) {
144 ImageInfo.Distance = (float)temp_dist/100;
146 ImageInfo.Distance = -1 /* infinity */;
H A Djhead.h93 float Distance; member in struct:__anon6532
H A Dmain.c618 if (ImageInfo.Distance){
619 bufLen = addKeyValueDouble(&buf, bufLen, "SubjectDistance", (double)ImageInfo.Distance, "%4.2f");
H A Dexif.c818 ImageInfo.Distance = (float)ConvertAnyFormat(ValuePtr, Format);
1751 if (ImageInfo.Distance){
1752 if (ImageInfo.Distance < 0){
1755 printf("Focus dist. : %4.2fm\n",(double)ImageInfo.Distance);
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.h91 Label::Distance condition_met_distance = Label::kFar);
98 Label::Distance distance = Label::kFar) {
107 Label::Distance distance = Label::kFar) {
116 Label::Distance has_color_distance,
124 Label::Distance on_black_distance = Label::kFar);
135 Label::Distance distance);
350 Label::Distance distance = Label::kFar);
356 Label::Distance distance = Label::kFar);
362 Label::Distance distance = Label::kFar);
455 Label::Distance distanc
[all...]
H A Dcode-stubs-ia32.h126 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);
H A Dmacro-assembler-ia32.cc61 Label::Distance condition_met_distance) {
384 Label::Distance distance) {
395 Label::Distance distance) {
409 Label::Distance distance) {
1920 Label::Distance done_near,
2593 Label::Distance condition_met_distance) {
2615 Label::Distance on_black_near) {
2627 Label::Distance has_color_distance,
2678 Label::Distance distance) {
H A Dassembler-ia32.h615 // Distance between the address of the code target in the call instruction
618 // Distance between start of patched return sequence and the emitted address
622 // Distance between start of patched debug break slot and the emitted address
888 void jmp(Label* L, Label::Distance distance = Label::kFar);
897 Label::Distance distance = Label::kFar);
H A Dassembler-ia32.cc1452 void Assembler::jmp(Label* L, Label::Distance distance) {
1502 void Assembler::j(Condition cc, Label* L, Label::Distance distance) {
/external/openfst/src/include/fst/extensions/pdt/
H A Dexpand.h448 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
551 << reverse_shortest_path_->GetShortestPathData().Distance(s);
552 return reverse_shortest_path_->GetShortestPathData().Distance(s);
572 typename A::Weight PrunedExpand<A>::Distance(StateId s) const { function in class:fst::PrunedExpand
627 // updates 'Distance(arc.nextstate)' with new estimate;
632 Weight nd = Times(Distance(s), arc.weight);
633 if (less_(nd, Distance(arc.nextstate))) {
639 VLOG(2) << "Relax: " << s << ", d[s] = " << Distance(
[all...]
H A Dshortest-path.h51 // 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
118 Weight distance; // Distance to this state from PDT 'start' state
148 Weight Distance(SearchState s) const { function in class:fst::PdtShortestPathData
153 Weight Distance(const ParenSpec &paren) const { function in class:fst::PdtShortestPathData
554 Weight w = Times(sp_data_.Distance(s),
574 Weight w = Times(sp_data_.Distance(s), arc.weight);
601 Weight pdist = sp_data_.Distance(paren);
605 Weight dist = sp_data_.Distance(
[all...]
/external/skia/samplecode/
H A DSampleUnitMapper.cpp132 if (SkPoint::Distance(pts[i], target) < SkIntToScalar(4)) {
H A DSampleDraw.cpp342 if (SkPoint::Distance(click->fOrig, click->fCurr) > SkIntToScalar(3)) {
/external/skia/src/effects/
H A DSkCornerPathEffect.cpp25 SkScalar dist = SkPoint::Distance(a, b);
/external/clang/lib/Basic/
H A DDiagnosticIDs.cpp562 unsigned Distance = i->getName().edit_distance(Group, true, BestDistance); local
563 if (Distance == BestDistance) {
566 } else if (Distance < BestDistance) {
569 BestDistance = Distance;
/external/skia/src/core/
H A DSkPathMeasure.cpp109 SkScalar d = SkPoint::Distance(pts[0], pts[2]);
133 SkScalar d = SkPoint::Distance(pts[0], pts[3]);
170 d = SkPoint::Distance(pts[0], pts[1]);
/external/llvm/utils/FileCheck/
H A DFileCheck.cpp414 unsigned Distance = ComputeMatchDistance(Buffer.substr(i), VariableTable); local
415 double Quality = Distance + (NumLinesForward / 100.);
/external/v8/src/
H A Dassembler.h83 enum Distance { enum in class:v8::internal::BASE_EMBEDDED
126 void link_to(int pos, Distance distance = kFar) {
/external/llvm/lib/Support/
H A DYAMLParser.cpp380 /// @brief Skip \a Distance UTF-8 code units. Updates \a Cur and \a Column.
381 void skip(uint32_t Distance);
903 void Scanner::skip(uint32_t Distance) { argument
904 Current += Distance;
905 Column += Distance;
H A DCommandLine.cpp217 unsigned Distance = StringRef(Name).edit_distance( local
219 if (!Best || Distance < BestDistance) {
221 BestDistance = Distance;
/external/skia/include/core/
H A DSkPoint.h359 static SkScalar Distance(const SkPoint& a, const SkPoint& b) { function in struct:SkPoint

Completed in 953 milliseconds

12