/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 | 88 float Distance; member
|
D | exif.c | 727 ImageInfo.Distance = (float)ConvertAnyFormat(ValuePtr, Format); in ProcessExifDir() 1633 if (ImageInfo.Distance){ in ShowImageInfo() 1634 if (ImageInfo.Distance < 0){ in ShowImageInfo() 1637 printf("Focus dist. : %4.2fm\n",(double)ImageInfo.Distance); in ShowImageInfo()
|
D | main.c | 613 if (ImageInfo.Distance){ in getAttributes() 614 … bufLen = addKeyValueDouble(&buf, bufLen, "SubjectDistance", (double)ImageInfo.Distance, "%4.2f"); in getAttributes()
|
/external/llvm/lib/Target/X86/ |
D | SSEDomainFix.cpp | 115 unsigned Distance; member in __anon115b496a0211::SSEDomainFixPass 167 dv->Dist = Distance; in Alloc() 417 dv->Dist = Distance; in visitSoftInstr() 451 Distance = 0; in runOnMachineFunction() 475 ++Distance; in runOnMachineFunction()
|
/external/skia/src/core/ |
D | SkPathMeasure.cpp | 117 SkScalar d = SkPoint::Distance(pts[0], pts[2]); in compute_quad_segs() 141 SkScalar d = SkPoint::Distance(pts[0], pts[3]); in compute_cubic_segs() 175 d = SkPoint::Distance(pts[0], pts[1]); in buildSegments()
|
/external/skia/src/effects/ |
D | SkCornerPathEffect.cpp | 33 SkScalar dist = SkPoint::Distance(a, b); in ComputeStep()
|
/external/skia/samplecode/ |
D | SampleUnitMapper.cpp | 125 if (SkPoint::Distance(pts[i], target) < SkIntToScalar(4)) { in hittest()
|
D | SampleDraw.cpp | 335 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 | 411 unsigned Distance = ComputeMatchDistance(Buffer.substr(i), VariableTable); in PrintFailureInfo() local 412 double Quality = Distance + (NumLinesForward / 100.); in PrintFailureInfo()
|
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 213 unsigned Distance = StringRef(Name).edit_distance( in LookupNearestOption() local 215 if (!Best || Distance < BestDistance) { in LookupNearestOption() 217 BestDistance = Distance; in LookupNearestOption()
|
/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 | 334 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
|
/external/astl/include/ |
D | iterator | 55 typedef _Distance difference_type; // Distance between iterators.
|
/external/zlib/doc/ |
D | rfc1951.txt | 642 Code Bits Dist Code Bits Dist Code Bits Distance 685 Distance codes 0-31 are represented by (fixed-length) 5-bit 725 5 Bits: HDIST, # of Distance codes - 1 (1 - 32)
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 3022 void addName(llvm::StringRef Name, NamedDecl *ND, unsigned Distance, 3107 unsigned Distance, in addName() argument 3110 ND, NNS, Distance)); in addName()
|
/external/tcpdump/ |
D | INSTALL | 154 print-dvmrp.c - Distance Vector Multicast Routing Protocol printer routines
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 5031 const SCEV *Distance = CountDown ? Start : getNegativeSCEV(Start); in HowFarToZero() local 5037 return Distance; in HowFarToZero() 5051 return getUDivExpr(Distance, CountDown ? getNegativeSCEV(Step) : Step); in HowFarToZero()
|
/external/opencv/ |
D | NOTICE | 828 An implementation of the Earth Movers Distance.
|
/external/chromium/net/data/proxy_resolver_perftest/ |
D | no-ads.pac | 796 // web ads and "cheap Long Distance"
|
/external/webkit/Source/WebCore/ |
D | WebCore.gypi | 3660 'platform/audio/Distance.cpp', 3661 'platform/audio/Distance.h',
|
D | ChangeLog-2010-12-06 | 62565 * platform/audio/Distance.cpp: Added. 62571 * platform/audio/Distance.h: Added.
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 5892 …FD31609012B026F700C1A359 /* Distance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FD31605A12… 5893 …FD31609112B026F700C1A359 /* Distance.h in Headers */ = {isa = PBXBuildFile; fileRef = FD31605B12B0… 12484 …B026F700C1A359 /* Distance.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 12485 …B12B026F700C1A359 /* Distance.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 19787 FD31605A12B026F700C1A359 /* Distance.cpp */, 19788 FD31605B12B026F700C1A359 /* Distance.h */, 20234 FD31609112B026F700C1A359 /* Distance.h in Headers */, 23571 FD31609012B026F700C1A359 /* Distance.cpp in Sources */,
|