| /CTR-SDK-4.2.8-20130828/include/nn/math/ |
| D | math_Quaternion.h | 289 …self_type operator + (const self_type& rhs) const { QUAT tmp; (void)QUATAdd(&tmp, this, &rhs); ret… variable 292 …self_type operator - (const self_type& rhs) const { QUAT tmp; (void)QUATSub(&tmp, this, &rhs); ret… variable 295 self_type operator * (f32 f) const { QUAT tmp; (void)QUATScale(&tmp, this, f); return tmp; } variable 326 operator * (f32 f, const QUAT& rhs) { QUAT tmp; (void)QUATScale(&tmp, &rhs, f); return tmp; } variable
|
| D | math_Vector4.h | 306 …self_type operator + (const self_type& rhs) const { VEC4 tmp; (void)VEC4Add(&tmp, this, &rhs); ret… variable 309 …self_type operator - (const self_type& rhs) const { VEC4 tmp; (void)VEC4Sub(&tmp, this, &rhs); ret… variable 312 self_type operator * (f32 f) const { VEC4 tmp; (void)VEC4Scale(&tmp, this, f); return tmp; } variable 435 operator * (f32 f, const VEC4& rhs) { VEC4 tmp; (void)VEC4Scale(&tmp, &rhs, f); return tmp; } variable
|
| D | math_Vector3.h | 305 …self_type operator + (const self_type& rhs) const { VEC3 tmp; (void)VEC3Add(&tmp, this, &rhs); ret… variable 308 …self_type operator - (const self_type& rhs) const { VEC3 tmp; (void)VEC3Sub(&tmp, this, &rhs); ret… variable 311 self_type operator * (f32 f) const { VEC3 tmp; (void)VEC3Scale(&tmp, this, f); return tmp; } variable 521 operator * (f32 f, const VEC3& rhs) { VEC3 tmp; (void)VEC3Scale(&tmp, &rhs, f); return tmp; } variable
|
| D | math_Matrix23.h | 364 …self_type operator + (const self_type& rhs) const { MTX23 tmp; return *MTX23Add(&tmp, this, &rhs);… variable 367 …self_type operator - (const self_type& rhs) const { MTX23 tmp; return *MTX23Sub(&tmp, this, &rhs);… variable 370 self_type operator * (f32 f) const { MTX23 tmp; return *MTX23Mult(&tmp, this, f); } variable
|
| D | math_Matrix43.h | 297 …self_type operator + (const self_type& rhs) const { MTX43 tmp; return *MTX43Add(&tmp, this, &rhs);… variable 300 …self_type operator - (const self_type& rhs) const { MTX43 tmp; return *MTX43Add(&tmp, this, &rhs);… variable 303 self_type operator * (f32 f) const { MTX43 tmp; return *MTX43Mult(&tmp, this, f); } variable
|
| D | math_Matrix34.h | 709 …self_type operator + (const self_type& rhs) const { MTX34 tmp; return *MTX34Add(&tmp, this, &rhs);… variable 712 …self_type operator - (const self_type& rhs) const { MTX34 tmp; return *MTX34Sub(&tmp, this, &rhs);… variable 715 self_type operator * (f32 f) const { MTX34 tmp; return *MTX34Mult(&tmp, this, f); } variable 896 MTX34 tmp; variable
|
| D | math_Matrix44.h | 649 …self_type operator + (const self_type& rhs) const { MTX44 tmp; return *MTX44Add(&tmp, this, &rhs);… variable 652 …self_type operator - (const self_type& rhs) const { MTX44 tmp; return *MTX44Sub(&tmp, this, &rhs);… variable 655 self_type operator * (f32 f) const { MTX44 tmp; return *MTX44Mult(&tmp, this, f); } variable
|
| D | math_Vector2.h | 479 VEC2DistSq(const VEC2* p1, const VEC2* p2) { VEC2 tmp; return VEC2LenSq(VEC2Sub(&tmp, p1, p2)); } in VEC2DistSq() local
|
| /CTR-SDK-4.2.8-20130828/sources/libraries/cx/ |
| D | cx_Uncompression.cpp | 798 u32 tmp; in RCGetData_() local 944 u8 tmp = *(pSrc++); in UnfilterDiff() local 958 u16 tmp = internal::ConvertEndian16( *(u16*)pSrc ); in UnfilterDiff() local
|
| D | cx_SecureUncompression.cpp | 709 u8 tmp = *(pSrc++); in SecureUnfilterDiff() local 727 u16 tmp = internal::ConvertEndian16( *(u16*)pSrc ); in SecureUnfilterDiff() local 1259 u32 tmp; in RCGetData_() local
|
| D | cx_Compression.cpp | 720 u8 tmp; in HuffCountData() local 1023 u16 tmp = 0; in HuffMakeHuffTree() local 1273 u8 tmp; in HuffConvertData() local
|
| D | cx_StreamingUncompression.cpp | 1306 u32 tmp; in RCGetData_() local
|
| /CTR-SDK-4.2.8-20130828/sources/libraries/dbg/CTR/ |
| D | dbg_ExceptionScreen.cpp | 218 nn::util::Color8 tmp = pdp->GetCharColor(); in ClearMessage() local
|
| /CTR-SDK-4.2.8-20130828/sources/libraries/gr/CTR/ |
| D | gr_ShaderLite.cpp | 180 s32 tmp = m_GeoShaderIndex; in MakeShaderOutAttrCommandCache_() local
|