Home
last modified time | relevance | path

Searched defs:MTX43 (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-2.4.0/sources/libraries/math/ARMv6/
Dmath_Matrix43.cpp35 MTX43CopyAsm(MTX43* , const MTX43*) in MTX43CopyAsm() argument
46 MTX43AddAsm(MTX43* , const MTX43* , const MTX43* ) in MTX43AddAsm() argument
75 MTX43MultAsm(MTX43*, const MTX43*, const MTX43*) in MTX43MultAsm() argument
144 MTX43MultAsm(MTX43*, const MTX43*, f32) in MTX43MultAsm() argument
Dmath_Types.cpp48 asm MTX34* MTX43TransposeAsm(MTX34* , const MTX43* ) in MTX43TransposeAsm()
68 asm MTX43* MTX34TransposeAsm(MTX43*, const MTX34*) in MTX34TransposeAsm() argument
/CTR-SDK-2.4.0/include/nn/math/
Dmath_Matrix43.h80 struct MTX43 : public MTX43_ struct
87 static const MTX43& Identity() in Identity() argument
97 typedef MTX43 self_type; // argument
106 MTX43() {} in MTX43() function
109 explicit MTX43(const f32* p) { (void)MTX43Copy(this, (MTX43*)p); } in MTX43() argument
112 MTX43(f32 x00, f32 x01, f32 x02, in MTX43() function
134 VEC3& GetRow(int index) in GetRow()
141 const VEC3& GetRow(int index) const in GetRow()
148 VEC4 GetColumn(int index) const in GetColumn()
175 self_type& operator += (const self_type& rhs) { return *MTX43Add(this, this, &rhs); } argument
[all …]