/external/mesa3d/src/glsl/ |
ast_to_hir.cpp | 176 * floating-point scalars, vectors, and matrices." 269 * operands are matrices with the same number of rows and the same 272 * * The operator is multiply (*), where both operands are matrices or 281 * more detail how vectors and matrices are operated on." 365 * values (including vectors and matrices). All unary operators work [all...] |
ir.cpp | 637 * and matrices. For vectors, the scalar value is replicated to fill all 638 * the components. For matrices, the scalar fills the components of the [all...] |
ir.h | [all...] |
/external/ceres-solver/docs/source/ |
modeling.rst | 66 residuals and if asked a vector of Jacobian matrices, i.e., given 68 :math:`f_i\left(x_{i_1},...,x_{i_k}\right)` and the matrices 83 Compute the residual vector and the Jacobian matrices. 95 to storage for Jacobian matrices corresponding to each parameter 96 block. The Jacobian matrices are in the same order as [all...] |
building.rst | 49 for all but the most trivial matrices, ``SuiteSparse`` is
|
version_history.rst | 248 routines can work with row and column major matrices. (Markus Moll)
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_short_idct32x32_add_neon.asm | 315 ; is done on demand, one band of four 8x8 matrices at a time. The four 316 ; matrices are transposed by pairs (the idct32_transpose_pair loop). 357 ; Load two horizontally consecutive 8x8 16bit data matrices. The first one 384 ; Transpose the two 8x8 16bit data matrices. 410 ; Store both matrices after each other. There is a stride of 32, which [all...] |
/external/aac/libSBRdec/src/ |
psdec.cpp | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_state.c | [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_state.c | [all...] |
/external/opencv/cxcore/include/ |
cxcore.h | 301 matrices that are processed */ 732 /* Tranposes matrix. Square matrices can be transposed in-place */ [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ir.cpp | 637 * and matrices. For vectors, the scalar value is replicated to fill all 638 * the components. For matrices, the scalar fills the components of the [all...] |
ir.h | [all...] |
ir_validate.cpp | 376 /* GLSL == and != operate on scalars, vectors, matrices and arrays, and
|
/external/chromium_org/third_party/skia/src/core/ |
SkPictureRecord.cpp | 1424 int SkPictureRecord::matrices(size_t* size) const { function in class:SkPictureRecord [all...] |
SkPictureFlat.h | 639 // All matrices fit in 36 bytes.
|
/external/eigen/Eigen/src/Core/products/ |
GeneralBlockPanelKernel.h | [all...] |
/external/opencv/cxcore/src/ |
cxsvd.cpp | [all...] |
/external/skia/src/core/ |
SkPictureRecord.cpp | 1424 int SkPictureRecord::matrices(size_t* size) const { function in class:SkPictureRecord [all...] |
/frameworks/native/opengl/libagl/ |
matrix.cpp | 634 // transformation and matrices API 638 #pragma mark transformation and matrices API
|
/external/ceres-solver/internal/ceres/ |
visibility_based_preconditioner.cc | 401 // Ah the magic of tri-diagonal matrices and diagonal
|
/external/chromium_org/third_party/libwebp/enc/ |
vp8enci.h | 245 VP8Matrix y1_, y2_, uv_; // quantization matrices
|
/external/chromium_org/third_party/mesa/src/docs/ |
relnotes-7.9.1.html | 222 <li>glsl: Correct the marking of InputsRead/OutputsWritten on in/out matrices.</li>
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
nvprogram.c | 743 * Setup tracking of matrices into program parameter registers.
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
prog_parameter.c | 377 * of GL state. For matrices this may be as many as 4 registers,
|