HomeSort by relevance Sort by last modified time
    Searched refs:SetZero (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/ceres-solver/internal/ceres/
block_random_access_matrix.h 121 virtual void SetZero() = 0;
sparse_matrix.h 81 virtual void SetZero() = 0;
block_random_access_dense_matrix.cc 58 SetZero();
62 // when they are calling SetZero.
80 // when they are calling SetZero.
81 void BlockRandomAccessDenseMatrix::SetZero() {
83 VectorRef(values_.get(), num_rows_ * num_rows_).setZero();
block_random_access_dense_matrix.h 75 virtual void SetZero();
block_random_access_diagonal_matrix.h 71 virtual void SetZero();
block_random_access_sparse_matrix.h 76 virtual void SetZero();
block_sparse_matrix.h 70 virtual void SetZero();
dense_sparse_matrix.h 60 virtual void SetZero();
block_random_access_diagonal_matrix.cc 86 // when they are calling SetZero.
111 // when they are calling SetZero.
112 void BlockRandomAccessDiagonalMatrix::SetZero() {
115 tsm_->num_nonzeros()).setZero();
compressed_row_sparse_matrix.h 81 virtual void SetZero();
triplet_sparse_matrix.h 57 virtual void SetZero();
block_random_access_sparse_matrix.cc 119 // when they are calling SetZero.
149 // when they are calling SetZero.
150 void BlockRandomAccessSparseMatrix::SetZero() {
153 tsm_->num_nonzeros()).setZero();
block_sparse_matrix_test.cc 67 A_->SetZero();
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/
b2FrictionJoint.h 30 localAnchorA.SetZero();
31 localAnchorB.SetZero();
b2PrismaticJoint.h 35 localAnchorA.SetZero();
36 localAnchorB.SetZero();
b2WheelJoint.h 35 localAnchorA.SetZero();
36 localAnchorB.SetZero();
b2MotorJoint.h 30 linearOffset.SetZero();
b2GearJoint.cpp 75 m_localAxisC.SetZero();
107 m_localAxisD.SetZero();
172 m_JvAC.SetZero();
190 m_JvBD.SetZero();
294 JvAC.SetZero();
318 JvBD.SetZero();
b2PulleyJoint.cpp 112 m_uA.SetZero();
121 m_uB.SetZero();
215 uA.SetZero();
224 uB.SetZero();
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/Shapes/
b2ChainShape.cpp 76 m_prevVertex.SetZero();
77 m_nextVertex.SetZero();
192 massData->center.SetZero();
b2CircleShape.h 69 m_p.SetZero();
b2PolygonShape.h 92 m_centroid.SetZero();
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Rope/
b2Rope.h 34 gravity.SetZero();
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/
b2Body.cpp 62 m_sweep.localCenter.SetZero();
81 m_force.SetZero();
132 m_linearVelocity.SetZero();
141 m_force.SetZero();
288 m_sweep.localCenter.SetZero();
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Common/
b2Math.h 66 void SetZero() { x = 0.0f; y = 0.0f; }
157 void SetZero() { x = 0.0f; y = 0.0f; z = 0.0f; }
221 void SetZero()
275 void SetZero()
277 ex.SetZero();
278 ey.SetZero();
279 ez.SetZero();
365 p.SetZero();

Completed in 150 milliseconds

1 2 3