HomeSort by relevance Sort by last modified time
    Searched full:matrices (Results 276 - 300 of 479) sorted by null

<<11121314151617181920

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
matrix.c 32 * -# 4x4 transformation matrices are stored in memory in column major order.
169 * texture matrices beyond MaxTextureCoordUnits.
598 * Multiplies the top matrices of the projection and model view stacks into
texenv.c 872 /* spec leaves open to support larger matrices.
875 thus fail to submit matrices correctly) so hardcode this. */
924 /* spec leaves open to support larger matrices.
  /external/eigen/Eigen/src/Core/
DenseBase.h 19 * \brief Base class for all dense matrices, vectors, and arrays
203 /** Only plain matrices/arrays, not expressions, may be resized; therefore the only useful resize methods are
213 /** Only plain matrices/arrays, not expressions, may be resized; therefore the only useful resize methods are
  /external/mesa3d/src/mesa/main/
matrix.c 32 * -# 4x4 transformation matrices are stored in memory in column major order.
169 * texture matrices beyond MaxTextureCoordUnits.
598 * Multiplies the top matrices of the projection and model view stacks into
texenv.c 872 /* spec leaves open to support larger matrices.
875 thus fail to submit matrices correctly) so hardcode this. */
924 /* spec leaves open to support larger matrices.
  /external/opencv/cvaux/include/
cvaux.h 132 float* transP;/*transition probab. matrices for states */
133 float** obsProb; /* if level == 0 - array of brob matrices corresponding to hmm
134 if level == 1 - martix of matrices */
206 /* Function computes transition probability matrices of embedded HMM
    [all...]
  /frameworks/base/core/java/android/hardware/
SensorManager.java     [all...]
  /external/ceres-solver/internal/ceres/
rotation_test.cc 393 // The rotation matrices are stored column-major.
519 // matrices, and back again.
564 // Compare the 3x3 rotation matrices produced by the axis-angle
linear_solver.h 214 // For PSD matrices A, let
program_evaluator.h 42 // ProgramEvaluator is parameterized for writing to block sparse matrices, the
  /external/eigen/Eigen/src/SparseCholesky/
SimplicialCholesky.h 63 * These classes provide LL^T and LDL^T Cholesky factorizations of sparse matrices that are
348 * This class provides a LL^T Cholesky factorizations of sparse matrices that are
436 * This class provides a LDL^T Cholesky factorizations without square root of sparse matrices that are
  /external/chromium_org/third_party/angle/samples/gles2_book/Common/
esUtil.h 283 /// \param srcA, srcB Input matrices to be multiplied
  /external/chromium_org/third_party/mesa/src/src/glsl/
opt_algebraic.cpp 134 /* Don't want to even think about matrices. */
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vec4_reg_allocate.cpp 165 * storage for arrays, structures, and matrices, which will be sets
  /external/chromium_org/third_party/opus/src/silk/float/
main_FLP.h 246 silk_float *XX, /* I/O Correlation matrices */
  /external/eigen/doc/
I11_Aliasing.dox 207 - When you multiply two matrices, Eigen assumes that aliasing occurs. If you know that there is no aliasing,
  /external/eigen/test/
jacobisvd.cpp 239 // matrices containing denormal numbers.
  /external/eigen/unsupported/test/
openglsupport.cpp 139 // 4x4 matrices
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Renderer.java 123 * Sets the view and projection matrices to use. Does nothing if the Renderer
  /external/mesa3d/src/glsl/
opt_algebraic.cpp 134 /* Don't want to even think about matrices. */
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_reg_allocate.cpp 165 * storage for arrays, structures, and matrices, which will be sets
  /external/opencv/cv/include/
cvtypes.h 308 CvMat* temp1; /* temporary matrices */
  /external/skia/gm/
gradients.cpp 152 // gradient shaders' local matrices
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixVector.h 98 // we cannot assume the first element is aligned because of sub-matrices
350 // we cannot assume the first element is aligned because of sub-matrices
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 65 * \brief Partial specialization of MatrixFunction for real matrices
120 * \brief Partial specialization of MatrixFunction for complex matrices

Completed in 702 milliseconds

<<11121314151617181920