Home
last modified time | relevance | path

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

/external/jhead/
Dmakernote.c138 if (Components > 19 && ImageInfo.Distance <= 0) { in ProcessCanonMakerNoteDir()
144 ImageInfo.Distance = (float)temp_dist/100; in ProcessCanonMakerNoteDir()
146 ImageInfo.Distance = -1 /* infinity */; in ProcessCanonMakerNoteDir()
Djhead.h88 float Distance; member
Dexif.c727 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()
Dmain.c613 if (ImageInfo.Distance){ in getAttributes()
614 … bufLen = addKeyValueDouble(&buf, bufLen, "SubjectDistance", (double)ImageInfo.Distance, "%4.2f"); in getAttributes()
/external/llvm/lib/Target/X86/
DSSEDomainFix.cpp115 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/
DSkPathMeasure.cpp117 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/
DSkCornerPathEffect.cpp33 SkScalar dist = SkPoint::Distance(a, b); in ComputeStep()
/external/skia/samplecode/
DSampleUnitMapper.cpp125 if (SkPoint::Distance(pts[i], target) < SkIntToScalar(4)) { in hittest()
DSampleDraw.cpp335 if (SkPoint::Distance(click->fOrig, click->fCurr) > SkIntToScalar(3)) { in onClick()
/external/webkit/Source/WebCore/webaudio/
DAudioPannerNode.idl44 // Distance model
/external/llvm/utils/FileCheck/
DFileCheck.cpp411 unsigned Distance = ComputeMatchDistance(Buffer.substr(i), VariableTable); in PrintFailureInfo() local
412 double Quality = Distance + (NumLinesForward / 100.); in PrintFailureInfo()
/external/llvm/lib/Support/
DCommandLine.cpp213 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/
Ddownload_item_cell.mm25 // 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/
DSkPoint.h334 static SkScalar Distance(const SkPoint& a, const SkPoint& b) { in Distance() function
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dpage_action_decoration.mm24 // Distance to offset the bubble pointer from the bottom of the max
/external/astl/include/
Diterator55 typedef _Distance difference_type; // Distance between iterators.
/external/zlib/doc/
Drfc1951.txt642 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/
DSemaLookup.cpp3022 void addName(llvm::StringRef Name, NamedDecl *ND, unsigned Distance,
3107 unsigned Distance, in addName() argument
3110 ND, NNS, Distance)); in addName()
/external/tcpdump/
DINSTALL154 print-dvmrp.c - Distance Vector Multicast Routing Protocol printer routines
/external/llvm/lib/Analysis/
DScalarEvolution.cpp5031 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/
DNOTICE828 An implementation of the Earth Movers Distance.
/external/chromium/net/data/proxy_resolver_perftest/
Dno-ads.pac796 // web ads and "cheap Long Distance"
/external/webkit/Source/WebCore/
DWebCore.gypi3660 'platform/audio/Distance.cpp',
3661 'platform/audio/Distance.h',
DChangeLog-2010-12-0662565 * platform/audio/Distance.cpp: Added.
62571 * platform/audio/Distance.h: Added.
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj5892 …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 */,