HomeSort by relevance Sort by last modified time
    Searched full:totaldist (Results 1 - 6 of 6) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btGeneric6DofConstraint.cpp 811 btVector3 totalDist = projA + ax1 * desiredOffs - projB;
813 relA = orthoA + totalDist * m_factA;
814 relB = orthoB - totalDist * m_factB;
btSliderConstraint.cpp 395 btVector3 totalDist = projA + ax1 * sliderOffs - projB;
397 relA = orthoA + totalDist * factA;
398 relB = orthoB - totalDist * factB;
btHingeConstraint.cpp 830 btVector3 totalDist = projA - projB;
832 relA = orthoA + totalDist * factA;
833 relB = orthoB - totalDist * factB;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodeframe.c     [all...]
  /prebuilts/go/darwin-x86/src/reflect/
all_test.go     [all...]
  /prebuilts/go/linux-x86/src/reflect/
all_test.go     [all...]

Completed in 163 milliseconds