HomeSort by relevance Sort by last modified time
    Searched full:distance (Results 726 - 750 of 3970) sorted by null

<<21222324252627282930>>

  /external/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/
copy_alloc.pass.cpp 62 assert(std::distance(c.begin(), c.end()) == c.size());
63 assert(std::distance(c.cbegin(), c.cend()) == c.size());
101 assert(std::distance(c.begin(), c.end()) == c.size());
102 assert(std::distance(c.cbegin(), c.cend()) == c.size());
range_size_hash_equal.pass.cpp 63 assert(std::distance(c.begin(), c.end()) == c.size());
64 assert(std::distance(c.cbegin(), c.cend()) == c.size());
100 assert(std::distance(c.begin(), c.end()) == c.size());
101 assert(std::distance(c.cbegin(), c.cend()) == c.size());
range_size_hash_equal_allocator.pass.cpp 65 assert(std::distance(c.begin(), c.end()) == c.size());
66 assert(std::distance(c.cbegin(), c.cend()) == c.size());
103 assert(std::distance(c.begin(), c.end()) == c.size());
104 assert(std::distance(c.cbegin(), c.cend()) == c.size());
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/shapes/
Shape.java 121 * Compute the distance from the current shape to the specified point. This only works for convex
126 * @param normalOut returns the direction in which the distance increases.
127 * @return distance returns the distance from the current shape.
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/joints/
JointType.java 27 UNKNOWN, REVOLUTE, PRISMATIC, DISTANCE, PULLEY, MOUSE, GEAR, WHEEL, WELD, FRICTION, ROPE, CONSTANT_VOLUME, MOTOR
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/particle/
ParticleGroupDef.java 19 * The world position of the group. Moves the group's shape a distance equal to the value of
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btContactConstraint.cpp 80 btScalar distance)
99 btScalar positionalError = solverInfo.m_erp *-distance /solverInfo.m_timeStep ;
123 btScalar distance, const btVector3& normal,btScalar& impulse ,btScalar timeStep)
126 (void)distance;
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
Dynamics.java 88 public static float resolveSingleCollision(btRigidBody body1, btCollisionObject colObj2, Vector3 contactPositionWorld, Vector3 contactNormalOnB, btContactSolverInfo solverInfo, float distance) {
89 return DynamicsJNI.resolveSingleCollision(btRigidBody.getCPtr(body1), body1, btCollisionObject.getCPtr(colObj2), colObj2, contactPositionWorld, contactNormalOnB, btContactSolverInfo.getCPtr(solverInfo), solverInfo, distance);
92 public static void resolveSingleBilateral(btRigidBody body1, Vector3 pos1, btRigidBody body2, Vector3 pos2, float distance, Vector3 normal, SWIGTYPE_p_float impulse, float timeStep) {
93 DynamicsJNI.resolveSingleBilateral(btRigidBody.getCPtr(body1), body1, pos1, btRigidBody.getCPtr(body2), body2, pos2, distance, normal, SWIGTYPE_p_float.getCPtr(impulse), timeStep); local
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
GridPoint2.java 76 * @return the squared distance between this point and the other point.
88 * @return the squared distance between this point and the other point.
99 * @return the distance between this point and the other vector.
111 * @return the distance between this point and the other point.
  /external/llvm/test/Transforms/Inline/
ptr-diff.ll 20 %distance = sub i32 %end.i, %begin.i
21 %icmp = icmp sle i32 %distance, 42
48 %distance = sub i32 %end.i, %begin.i
49 %icmp = icmp sle i32 %distance, 42
  /external/mesa3d/src/gallium/docs/
llvm-todo.txt 13 clip distance support - airlied WIP
  /external/opencv3/doc/tutorials/features2d/akaze_matching/
akaze_matching.markdown 67 We use Hamming distance, because AKAZE uses binary descriptor by default.
73 float dist1 = nn_matches[i][0].distance;
74 float dist2 = nn_matches[i][1].distance;
104 If the distance from first keypoint's projection to the second keypoint is less than threshold,
  /external/opencv3/modules/core/include/opencv2/core/cuda/
vec_distance.hpp 158 // calc distance between two vectors in global memory
176 // calc distance between two vectors, first vector is cached in register or shared memory, second vector is in global memory
185 // calc distance between two vectors in global memory
202 // calc distance between two vectors, first vector is cached in register memory, second vector is in global memory
  /external/opencv3/modules/shape/src/
haus_dis.cpp 81 << "distance" << distanceFlag
88 distanceFlag = (int)fn["distance"];
100 //! Hausdorff distance for a pair of set of points
103 // Building distance matrix //
  /external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
RobustMatcher.cpp 38 // check distance ratio
39 if ((*matchIterator)[0].distance / (*matchIterator)[1].distance > ratio_)
86 (*matchIterator1)[0].distance));
  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixDetector.h 61 int32_t Distance(CBC_ResultPoint* a, CBC_ResultPoint* b);
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRFinderPatternFinder.h 51 static FX_FLOAT Distance(CBC_ResultPoint* point1, CBC_ResultPoint* point2);
  /external/skia/tests/
PathOpsDPointTest.cpp 45 REPORTER_ASSERT(reporter, approximately_equal(pt.distance(p),
  /external/skia/tools/skp/page_sets/
skia_unicodetable_desktop.py 24 action_runner.ScrollPage(distance=100000)
  /external/wpa_supplicant_8/wpa_supplicant/
wnm_sta.h 37 u32 distance; /* valid if bearing_present=1 */ member in struct:neighbor_report
  /frameworks/base/core/java/android/widget/
Scroller.java 43 * // the distance to travel
233 * @return The new X offset as an absolute distance from the origin.
242 * @return The new Y offset as an absolute distance from the origin.
262 * @return The start X offset as an absolute distance from the origin.
271 * @return The start Y offset as an absolute distance from the origin.
280 * @return The final X offset as an absolute distance from the origin.
289 * @return The final Y offset as an absolute distance from the origin.
355 * Start scrolling by providing a starting point and the distance to travel.
363 * @param dx Horizontal distance to travel. Positive numbers will scroll the
365 * @param dy Vertical distance to travel. Positive numbers will scroll th
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
RecentsComponent.java 41 * @param distanceFromTop the distance of the current drag in gesture from the top of the
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
EndPointRatioClassifier.java 21 * distance between the first and last point from this stroke.
  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
layer_info.rsh 19 // distance transform result to be a matte value within [0,1].
layer_info_fast.rsh 19 // distance transform result to be a matte value within [0,1].

Completed in 1815 milliseconds

<<21222324252627282930>>