Home
last modified time | relevance | path

Searched refs:getDistance (Results 1 – 17 of 17) sorted by relevance

/external/lzma/Java/Tukaani/src/org/tukaani/xz/
DDeltaEncoder.java17 props[0] = (byte)(options.getDistance() - 1); in DeltaEncoder()
DDeltaOptions.java70 public int getDistance() { in getDistance() method in DeltaOptions
DDeltaOutputStream.java33 delta = new DeltaEncoder(options.getDistance()); in DeltaOutputStream()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DRealVector.java774 double getDistance(RealVector v); in getDistance() method
789 double getDistance(double[] v); in getDistance() method
DOpenMapRealVector.java414 public double getDistance(OpenMapRealVector v) throws IllegalArgumentException {
438 public double getDistance(RealVector v) throws IllegalArgumentException {
441 return getDistance((OpenMapRealVector) v);
443 return getDistance(v.getData());
448 public double getDistance(double[] v) throws IllegalArgumentException {
DArrayRealVector.java755 public double getDistance(RealVector v) in getDistance() method in ArrayRealVector
758 return getDistance((ArrayRealVector) v); in getDistance()
772 public double getDistance(double[] v) in getDistance() method in ArrayRealVector
796 public double getDistance(ArrayRealVector v) in getDistance() method in ArrayRealVector
798 return getDistance(v.data); in getDistance()
DAbstractRealVector.java197 public double getDistance(RealVector v) throws IllegalArgumentException { in getDistance() method in AbstractRealVector
244 public double getDistance(double[] v) throws IllegalArgumentException { in getDistance() method in AbstractRealVector
245 return getDistance(new ArrayRealVector(v,false)); in getDistance()
/external/opencv3/modules/flann/include/opencv2/flann/
Dminiflann.hpp146 CV_WRAP cvflann::flann_distance_t getDistance() const;
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h167 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; } in getDistance() function
253 const SCEV *getDistance(unsigned Level) const override;
/external/icu/icu4c/source/i18n/
Ddtptngen_impl.h191 …int32_t getDistance(const DateTimeMatcher& other, int32_t includeMask, DistanceInfo& distanceInfo);
Ddtptngen.cpp1033 int32_t distance=source.getDistance(trial, includeMask, tempInfo); in getBestRaw()
1681 DateTimeMatcher::getDistance(const DateTimeMatcher& other, int32_t includeMask, DistanceInfo& dista… in getDistance() function in DateTimeMatcher
/external/opencv3/modules/flann/src/
Dminiflann.cpp631 flann_distance_t Index::getDistance() const in getDistance() function in cv::flann::Index
647 int idistType = (int)index0->getDistance(); in saveIndex_()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateTimePatternGenerator.java1686 int distance = source.getDistance(trial, includeMask, tempInfo); in getBestRaw()
2133 int getDistance(DateTimeMatcher other, int includeMask, DistanceInfo distanceInfo) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateTimePatternGenerator.java1713 int distance = source.getDistance(trial, includeMask, tempInfo); in getBestRaw()
2159 int getDistance(DateTimeMatcher other, int includeMask, DistanceInfo distanceInfo) {
/external/opencv3/modules/objdetect/src/
Dcascadedetect.cpp203 if ( getDistance(distanceV[i], modesV[j]) < eps) in getModes()
299 if ( getDistance(aPt, bPt) <= modeEps ) in moveToMode()
307 double getDistance(Point3d p1, Point3d p2) const in getDistance() function in cv::MeanshiftGrouping
/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp134 const SCEV *Distance = D->getDistance(II); in populateDependencyMatrix()
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp250 const SCEV *FullDependence::getDistance(unsigned Level) const { in getDistance() function in FullDependence
597 const SCEV *Distance = getDistance(II); in dump()