Home
last modified time | relevance | path

Searched defs:r (Results 1 – 22 of 22) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/mtx/
DmtxQuat.c48 void C_QUATAdd( const Quaternion *p, const Quaternion *q, Quaternion *r ) in C_QUATAdd()
66 void PSQUATAdd( const Quaternion *p, const Quaternion *q, Quaternion *r ) in PSQUATAdd()
122 void C_QUATSubtract( const Quaternion *p, const Quaternion *q, Quaternion *r ) in C_QUATSubtract()
140 void PSQUATSubtract( const Quaternion *p, const Quaternion *q, Quaternion *r ) in PSQUATSubtract()
200 Quaternion *r; in C_QUATMultiply() local
356 void C_QUATScale( const Quaternion *q, Quaternion *r, f32 scale ) in C_QUATScale()
374 void PSQUATScale( const Quaternion *q, Quaternion *r, f32 scale ) in PSQUATScale()
734 void C_QUATDivide( const Quaternion *p, const Quaternion *q, Quaternion *r ) in C_QUATDivide()
753 void PSQUATDivide( const Quaternion *p, const Quaternion *q, Quaternion *r ) in PSQUATDivide()
772 void C_QUATExp( const Quaternion *q, Quaternion *r ) in C_QUATExp()
[all …]
DmtxQuat_asm.s31 #define r r5 macro
67 #define r r5 macro
291 #define r r4 macro
Dmtx.c2207 void C_MTXLightFrustum ( Mtx m, float t, float b, float lf, float r, float n, in C_MTXLightFrustum()
2332 void C_MTXLightOrtho ( Mtx m, f32 t, f32 b, f32 lf, f32 r, float scaleS, in C_MTXLightOrtho()
2476 void ASM_QUATDivide( const Quaternion *p, const Quaternion *q, Quaternion *r) in ASM_QUATDivide()
Dmtx44.c70 void C_MTXFrustum ( Mtx44 m, f32 t, f32 b, f32 lf, f32 r, f32 n, f32 f ) in C_MTXFrustum()
200 void C_MTXOrtho ( Mtx44 m, f32 t, f32 b, f32 lf, f32 r, f32 n, f32 f ) in C_MTXOrtho()
/CafeSDK-2.12.13-1/system/src/lib/gx2ut/headers/cafe/gx2ut/
Dgx2utClear.h143 f32 r, f32 g, f32 b, f32 a, in GX2UTClearOp()
228 f32 r, f32 g, f32 b, f32 a, in GX2UTClearSurfaceRect()
317 void* dstAuxPtr, u32 dstAuxSize, f32 r, f32 g, f32 b, f32 a, in GX2UTSetAndClearSurfaceRect()
393 f32 r, f32 g, f32 b, f32 a, in GX2UTClearSurface()
462 f32 r, f32 g, f32 b, f32 a, in GX2UTClearBuffersEx()
539 f32 r, f32 g, f32 b, f32 a) in GX2UTClearColor()
660 f32 r, f32 g, f32 b, f32 a, GX2ClearMode clearFlags) in GX2UTClearBuffers()
708 f32 r, f32 g, f32 b, f32 a, in GX2UTSetAndClearSurface()
/CafeSDK-2.12.13-1/system/include/cafe/gx2ut/
Dgx2utClear.h143 f32 r, f32 g, f32 b, f32 a, in GX2UTClearOp()
228 f32 r, f32 g, f32 b, f32 a, in GX2UTClearSurfaceRect()
317 void* dstAuxPtr, u32 dstAuxSize, f32 r, f32 g, f32 b, f32 a, in GX2UTSetAndClearSurfaceRect()
393 f32 r, f32 g, f32 b, f32 a, in GX2UTClearSurface()
462 f32 r, f32 g, f32 b, f32 a, in GX2UTClearBuffersEx()
539 f32 r, f32 g, f32 b, f32 a) in GX2UTClearColor()
660 f32 r, f32 g, f32 b, f32 a, GX2ClearMode clearFlags) in GX2UTClearBuffers()
708 f32 r, f32 g, f32 b, f32 a, in GX2UTSetAndClearSurface()
/CafeSDK-2.12.13-1/system/src/lib/szfile/
D7zCrc.c54 UInt32 r = i; in CrcGenerateTable() local
65 UInt32 r = g_CrcTable[i - 256]; in CrcGenerateTable() local
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
DdemoGfxTypes.h32 struct{ f32 r, g, b, a;} c; member
44 struct{ f32 r, g, b;} c; member
56 struct{ f32 r, g;} c; member
68 struct{ f32 r;} c; member
80 struct{ u32 r, g, b, a;} c; member
92 struct{ u32 r, g, b;} c; member
104 struct{ u32 r, g;} c; member
116 struct{ u32 r;} c; member
128 struct{ s32 r, g, b, a;} c; member
140 struct{ s32 r, g, b;} c; member
[all …]
/CafeSDK-2.12.13-1/system/include/cafe/demo/
DdemoGfxTypes.h32 struct{ f32 r, g, b, a;} c; member
44 struct{ f32 r, g, b;} c; member
56 struct{ f32 r, g;} c; member
68 struct{ f32 r;} c; member
80 struct{ u32 r, g, b, a;} c; member
92 struct{ u32 r, g, b;} c; member
104 struct{ u32 r, g;} c; member
116 struct{ u32 r;} c; member
128 struct{ s32 r, g, b, a;} c; member
140 struct{ s32 r, g, b;} c; member
[all …]
/CafeSDK-2.12.13-1/system/src/lib/mtx/headers/cafe/mtx/
DmatVec.h527 static inline void MAT44Frustum ( Mat44 *m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f ) in MAT44Frustum()
565 static inline void MAT44Ortho ( Mat44 *m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f ) in MAT44Ortho()
592 static inline void MAT34LightFrustum ( Mat34 *m, f32 t, f32 b, f32 l, f32 r, f32 n, in MAT34LightFrustum()
637 static inline void MAT34LightOrtho ( Mat34 *m, f32 t, f32 b, f32 l, f32 r, f32 scaleS, in MAT34LightOrtho()
DmtxVec.h114 #define MTXRowCol(m,r,c) ((m)[(r)][(c)]) argument
/CafeSDK-2.12.13-1/system/include/cafe/mtx/
DmatVec.h527 static inline void MAT44Frustum ( Mat44 *m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f ) in MAT44Frustum()
565 static inline void MAT44Ortho ( Mat44 *m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f ) in MAT44Ortho()
592 static inline void MAT34LightFrustum ( Mat34 *m, f32 t, f32 b, f32 l, f32 r, f32 n, in MAT34LightFrustum()
637 static inline void MAT34LightOrtho ( Mat34 *m, f32 t, f32 b, f32 l, f32 r, f32 scaleS, in MAT34LightOrtho()
DmtxVec.h114 #define MTXRowCol(m,r,c) ((m)[(r)][(c)]) argument
/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoTest.c69 u32 r = 0; in DEMOTestHashCRC16() local
95 u32 r = 0xffffffffU; in DEMOTestHashCRC32() local
DdemoFont.c349 void DEMOFontSetColor(f32 r, f32 g, f32 b, f32 a) in DEMOFontSetColor()
/CafeSDK-2.12.13-1/system/include/cafe/gx2/
Dgx2Draw.h203 f32 r, f32 g, f32 b, f32 a, in GX2ClearBuffers()
/CafeSDK-2.12.13-1/system/include/cafe/os/
DOSDynLoad.h301 #define RPL_EXPORT_FUNC(r, f, a) \ argument
316 #define RPL_EXPORT_CLASS_FUNC(r, c, f, a) \ argument
/CafeSDK-2.12.13-1/system/src/lib/gx2ut/
Dgx2utClear.cpp311 u32 PackClearColor(f32 r, f32 g, f32 b, f32 a, ///< Clear color in PackClearColor()
452 f32 r, f32 g, f32 b, f32 a, in GX2UTClearRectOp()
/CafeSDK-2.12.13-1/system/include/nn/
DResult.h383 nnResult r = {m_Code}; in nnResult() local
/CafeSDK-2.12.13-1/system/include/cafe/demo/demowin/
Ddemowin_assets.h60 float r; member
84 float r; member
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/demowin/
Ddemowin_assets.h60 float r; member
84 float r; member
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCharacter stream dumper.cs913 public ExitReason(Reason r ,Int32 app_exit_code) in ExitReason()