/external/v8/src/x64/ |
D | macro-assembler-x64.h | 179 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_jump = Label::kFar); [all …]
|
D | macro-assembler-x64.cc | 248 Label::Distance distance) { in InNewSpace() 1129 Label::Distance near_jump) { in SmiOrIfSmis() 1257 Label::Distance near_jump) { in JumpIfNotValidSmiValue() 1265 Label::Distance near_jump) { in JumpIfUIntNotValidSmiValue() 1273 Label::Distance near_jump) { in JumpIfSmi() 1281 Label::Distance near_jump) { in JumpIfNotSmi() 1289 Label::Distance near_jump) { in JumpUnlessNonNegativeSmi() 1298 Label::Distance near_jump) { in JumpIfSmiEqualsConstant() 1307 Label::Distance near_jump) { in JumpIfNotBothSmi() 1316 Label::Distance near_jump) { in JumpUnlessBothNonNegativeSmi() [all …]
|
D | 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/v8/src/ia32/ |
D | macro-assembler-ia32.h | 91 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 distance = Label::kFar) { [all …]
|
D | 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);
|
D | macro-assembler-ia32.cc | 61 Label::Distance condition_met_distance) { in InNewSpace() 384 Label::Distance distance) { in CheckFastElements() 395 Label::Distance distance) { in CheckFastObjectElements() 409 Label::Distance distance) { in CheckFastSmiOnlyElements() 1920 Label::Distance done_near, in InvokePrologue() 2593 Label::Distance condition_met_distance) { in CheckPageFlag() 2615 Label::Distance on_black_near) { in JumpIfBlack() 2627 Label::Distance has_color_distance, in HasColor() 2678 Label::Distance distance) { in EnsureNotWhite()
|
/external/jhead/ |
D | makernote.c | 138 if (Components > 19 && ImageInfo.Distance <= 0) { in ProcessCanonMakerNoteDir() 144 ImageInfo.Distance = (float)temp_dist/100; in ProcessCanonMakerNoteDir() 146 ImageInfo.Distance = -1 /* infinity */; in ProcessCanonMakerNoteDir()
|
D | jhead.h | 93 float Distance; member
|
D | exif.c | 818 ImageInfo.Distance = (float)ConvertAnyFormat(ValuePtr, Format); in ProcessExifDir() 1751 if (ImageInfo.Distance){ in ShowImageInfo() 1752 if (ImageInfo.Distance < 0){ in ShowImageInfo() 1755 printf("Focus dist. : %4.2fm\n",(double)ImageInfo.Distance); in ShowImageInfo()
|
D | main.c | 618 if (ImageInfo.Distance){ in getAttributes() 619 … bufLen = addKeyValueDouble(&buf, bufLen, "SubjectDistance", (double)ImageInfo.Distance, "%4.2f"); in getAttributes()
|
/external/openfst/src/include/fst/extensions/pdt/ |
D | expand.h | 448 Weight Distance(StateId s) const; 551 << reverse_shortest_path_->GetShortestPathData().Distance(s); in DistanceToDest() 552 return reverse_shortest_path_->GetShortestPathData().Distance(s); in DistanceToDest() 572 typename A::Weight PrunedExpand<A>::Distance(StateId s) const { in Distance() function 632 Weight nd = Times(Distance(s), arc.weight); in Relax() 633 if (less_(nd, Distance(arc.nextstate))) { in Relax() 639 VLOG(2) << "Relax: " << s << ", d[s] = " << Distance(s) << ", to " in Relax() 640 << arc.nextstate << ", d[ns] = " << Distance(arc.nextstate) in Relax() 682 Weight w = Times(Distance(s), Times(arc.weight, fd)); in PruneArc() 717 if ((final == Weight::Zero()) || less_(limit_, Times(Distance(s), final))) in ProcFinal() [all …]
|
D | shortest-path.h | 148 Weight Distance(SearchState s) const { in Distance() function 153 Weight Distance(const ParenSpec &paren) const { in Distance() function 554 Weight w = Times(sp_data_.Distance(s), in ProcFinal() 574 Weight w = Times(sp_data_.Distance(s), arc.weight); in ProcArcs() 601 Weight pdist = sp_data_.Distance(paren); in ProcOpenParen() 605 Weight dist = sp_data_.Distance(d); in ProcOpenParen() 621 Weight cpw = Times(w, Times(sp_data_.Distance(cpstate), in ProcOpenParen() 657 Weight dist = sp_data_.Distance(d); in Relax()
|
/external/clang/lib/Basic/ |
D | DiagnosticIDs.cpp | 562 unsigned Distance = i->getName().edit_distance(Group, true, BestDistance); in getNearestWarningOption() local 563 if (Distance == BestDistance) { in getNearestWarningOption() 566 } else if (Distance < BestDistance) { in getNearestWarningOption() 569 BestDistance = Distance; in getNearestWarningOption()
|
/external/skia/src/core/ |
D | SkPathMeasure.cpp | 109 SkScalar d = SkPoint::Distance(pts[0], pts[2]); in compute_quad_segs() 133 SkScalar d = SkPoint::Distance(pts[0], pts[3]); in compute_cubic_segs() 170 d = SkPoint::Distance(pts[0], pts[1]); in buildSegments()
|
/external/skia/src/effects/ |
D | SkCornerPathEffect.cpp | 25 SkScalar dist = SkPoint::Distance(a, b); in ComputeStep()
|
/external/skia/samplecode/ |
D | SampleUnitMapper.cpp | 132 if (SkPoint::Distance(pts[i], target) < SkIntToScalar(4)) { in hittest()
|
D | SampleDraw.cpp | 342 if (SkPoint::Distance(click->fOrig, click->fCurr) > SkIntToScalar(3)) { in onClick()
|
/external/webkit/Source/WebCore/webaudio/ |
D | AudioPannerNode.idl | 44 // Distance model
|
/external/llvm/utils/FileCheck/ |
D | FileCheck.cpp | 414 unsigned Distance = ComputeMatchDistance(Buffer.substr(i), VariableTable); in PrintFailureInfo() local 415 double Quality = Distance + (NumLinesForward / 100.); in PrintFailureInfo()
|
/external/v8/src/ |
D | assembler.h | 83 enum Distance { enum 126 void link_to(int pos, Distance distance = kFar) {
|
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 217 unsigned Distance = StringRef(Name).edit_distance( in LookupNearestOption() local 219 if (!Best || Distance < BestDistance) { in LookupNearestOption() 221 BestDistance = Distance; in LookupNearestOption()
|
D | YAMLParser.cpp | 381 void skip(uint32_t Distance); 903 void Scanner::skip(uint32_t Distance) { in skip() argument 904 Current += Distance; in skip() 905 Column += Distance; in skip()
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
D | download_item_cell.mm | 25 // Distance from top border to icon. 28 // Distance from left border to icon. 41 // Distance from end of download name string to dropdown area.
|
/external/skia/include/core/ |
D | SkPoint.h | 359 static SkScalar Distance(const SkPoint& a, const SkPoint& b) { in Distance() function
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
D | page_action_decoration.mm | 24 // Distance to offset the bubble pointer from the bottom of the max
|