Home
last modified time | relevance | path

Searched refs:matrix (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-4.2.5/include/nn/math/ARMv6/inline/
Dmath_Matrix33.ipp33 //Because a template is being used, calculate an offset value for the matrix...
39 VLDMIA r2,{s9-s11} // First line of matrix p2 to registers [S9-S11]
40 VLDMIA r1,{s0-s2} // First line of matrix p1 to registers [S0-S2]
43 VLDMIA r2,{s12-s14} // Second line of matrix p2 to registers [S12-S14]
44 VLDMIA r1,{s3-s5} // Second line of matrix p1 to registers [S3-S5]
47 VLDMIA r2,{s15-s17} // Third line of matrix p2 to registers [S15-S17]
48 VLDMIA r1,{s6-s8} // Third line of matrix p1 to registers [S6-S8]
103 //Because a template is being used, calculate an offset value for the matrix...
113 VLDMIA r2!,{s10-s15} // First and second line of matrix p2 to registers [S10-S15]
133 VLDMIA r2,{s10-s12} // Third line of matrix p2 to registers [S10-S12]
[all …]
Dmath_Matrix34.ipp251 // Version where the scale matrix is applied from the right.
800 // check if matrix is singular
808 // find the transposed matrix of cofactors of the upper submatrix
917 // check if matrix is singular
925 // find the transposed matrix of cofactors of the upper submatrix
Dmath_Matrix44.ipp503 Description: Rotates projection matrix in the direction of the screen.
504 Arguments: pOut Pointer to the matrix to rotate
778 // check singular matrix
779 //(or can't solve inverse matrix with this algorithm)
1349 // Version where the scale matrix is applied from the right.
/CTR-SDK-4.2.5/include/nn/math/
Dmath_Matrix23.h386 self_type& SetupScale(const MTX23& matrix, const VEC2& scale) in SetupScale() argument
388 return *MTX23Scale(this, &matrix, &scale); in SetupScale()
396 self_type& SetupTranslate(const MTX23& matrix, const VEC2& translate) in SetupTranslate() argument
398 return *MTX23MultTranslate(this, &matrix, &translate); in SetupTranslate()
/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Matrix44.ipp56 Description: Faces toward the direction of the screen and rotates the projection matrix.
58 Arguments: pOut Pointer to the matrix to rotate