Searched defs:getDistance (Results 1 - 25 of 32) sorted by relevance

12

/external/lzma/Java/Tukaani/src/org/tukaani/xz/
H A DDeltaOptions.java70 public int getDistance() { method in class:DeltaOptions
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
H A DbtPointCollector.java83 public float getDistance() { method in class:btPointCollector
H A DbtStorageResult.java83 public float getDistance() { method in class:btStorageResult
H A DGIM_CONTACT.java91 public float getDistance() { method in class:GIM_CONTACT
H A DbtGjkEpaSolver2.java134 public float getDistance() { method in class:btGjkEpaSolver2.sResults
H A DbtManifoldPoint.java230 public float getDistance() { method in class:btManifoldPoint
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/pooling/
H A DIWorldPool.java94 public Distance getDistance(); method in interface:IWorldPool
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/pooling/normal/
H A DDefaultWorldPool.java248 public final Distance getDistance() { method in class:DefaultWorldPool
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
H A DbtManifoldPoint.h122 btScalar getDistance() const function in class:btManifoldPoint
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DArrayRealVector.java755 public double getDistance(RealVector v) method in class:ArrayRealVector
758 return getDistance((ArrayRealVector) v);
772 public double getDistance(double[] v) method in class:ArrayRealVector
791 * @see #getDistance(RealVector)
796 public double getDistance(ArrayRealVector v) method in class:ArrayRealVector
798 return getDistance(v.data);
839 * @see #getDistance(RealVector)
887 * @see #getDistance(RealVector)
H A DOpenMapRealVector.java414 public double getDistance(OpenMapRealVector v) throws IllegalArgumentException { method in class:OpenMapRealVector
438 public double getDistance(RealVector v) throws IllegalArgumentException { method in class:OpenMapRealVector
441 return getDistance((OpenMapRealVector) v);
443 return getDistance(v.getData());
448 public double getDistance(double[] v) throws IllegalArgumentException { method in class:OpenMapRealVector
H A DAbstractRealVector.java197 public double getDistance(RealVector v) throws IllegalArgumentException { method in class:AbstractRealVector
244 public double getDistance(double[] v) throws IllegalArgumentException { method in class:AbstractRealVector
245 return getDistance(new ArrayRealVector(v,false));
H A DRealVector.java735 * @see #getDistance(RealVector)
774 double getDistance(RealVector v); method in interface:RealVector
789 double getDistance(double[] v); method in interface:RealVector
800 * @see #getDistance(RealVector)
815 * @see #getDistance(double[])
830 * @see #getDistance(RealVector)
845 * @see #getDistance(double[])
/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h165 /// getDistance - Returns the distance (or NULL) associated with a
167 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; } function in class:llvm::Dependence
251 /// getDistance - Returns the distance (or NULL) associated with a
253 const SCEV *getDistance(unsigned Level) const override;
/external/opencv3/modules/flann/src/
H A Dminiflann.cpp631 flann_distance_t Index::getDistance() const function in class:cv::flann::Index
647 int idistType = (int)index0->getDistance();
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDateTimePatternGenerator.java1686 int distance = source.getDistance(trial, includeMask, tempInfo);
2133 int getDistance(DateTimeMatcher other, int includeMask, DistanceInfo distanceInfo) { method in class:DateTimePatternGenerator.DateTimeMatcher
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateTimePatternGenerator.java1713 int distance = source.getDistance(trial, includeMask, tempInfo);
2159 int getDistance(DateTimeMatcher other, int includeMask, DistanceInfo distanceInfo) { method in class:DateTimePatternGenerator.DateTimeMatcher
/external/icu/icu4c/source/i18n/
H A Ddtptngen.cpp1033 int32_t distance=source.getDistance(trial, includeMask, tempInfo);
1681 DateTimeMatcher::getDistance(const DateTimeMatcher& other, int32_t includeMask, DistanceInfo& distanceInfo) { function in class:DateTimeMatcher
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp250 const SCEV *FullDependence::getDistance(unsigned Level) const { function in class:FullDependence
597 const SCEV *Distance = getDistance(II);
/external/opencv3/modules/objdetect/src/
H A Dcascadedetect.cpp203 if ( getDistance(distanceV[i], modesV[j]) < eps)
299 if ( getDistance(aPt, bPt) <= modeEps )
307 double getDistance(Point3d p1, Point3d p2) const function in class:cv::MeanshiftGrouping
/external/robolectric/v3/
H A Drobolectric-resources-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/shadows/ org/robolectric/manifest/ org/ ...
/external/caliper/lib/
H A Djersey-core-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/jersey-module-version META- ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 1426 milliseconds

12