Home
last modified time | relevance | path

Searched defs:tmp (Results 1 – 14 of 14) sorted by relevance

/CTR-SDK-4.2.8-20130828/include/nn/math/
Dmath_Quaternion.h289 …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
Dmath_Vector4.h306 …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
Dmath_Vector3.h305 …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
Dmath_Matrix23.h364 …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
Dmath_Matrix43.h297 …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
Dmath_Matrix34.h709 …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
Dmath_Matrix44.h649 …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
Dmath_Vector2.h479 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/
Dcx_Uncompression.cpp798 u32 tmp; in RCGetData_() local
944 u8 tmp = *(pSrc++); in UnfilterDiff() local
958 u16 tmp = internal::ConvertEndian16( *(u16*)pSrc ); in UnfilterDiff() local
Dcx_SecureUncompression.cpp709 u8 tmp = *(pSrc++); in SecureUnfilterDiff() local
727 u16 tmp = internal::ConvertEndian16( *(u16*)pSrc ); in SecureUnfilterDiff() local
1259 u32 tmp; in RCGetData_() local
Dcx_Compression.cpp720 u8 tmp; in HuffCountData() local
1023 u16 tmp = 0; in HuffMakeHuffTree() local
1273 u8 tmp; in HuffConvertData() local
Dcx_StreamingUncompression.cpp1306 u32 tmp; in RCGetData_() local
/CTR-SDK-4.2.8-20130828/sources/libraries/dbg/CTR/
Ddbg_ExceptionScreen.cpp218 nn::util::Color8 tmp = pdp->GetCharColor(); in ClearMessage() local
/CTR-SDK-4.2.8-20130828/sources/libraries/gr/CTR/
Dgr_ShaderLite.cpp180 s32 tmp = m_GeoShaderIndex; in MakeShaderOutAttrCommandCache_() local