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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btQuantization.h 77 btVector3 vecOut;
78 vecOut.setValue(
82 vecOut += offset;
83 return vecOut;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btQuantizedBvh.h 434 btVector3 vecOut;
435 vecOut.setValue(
439 vecOut += m_bvhAabbMin;
440 return vecOut;
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
ml_math_func.h 117 void mlMatrixVectorMult(long matrix[9], const long vecIn[3], long *vecOut);
ml_math_func.c 705 void mlMatrixVectorMult(long matrix[9], const long vecIn[3], long *vecOut) {
720 vecOut[i] = temp;
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
ml_math_func.h 117 void mlMatrixVectorMult(long matrix[9], const long vecIn[3], long *vecOut);
ml_math_func.c 705 void mlMatrixVectorMult(long matrix[9], const long vecIn[3], long *vecOut) {
720 vecOut[i] = temp;

Completed in 592 milliseconds