Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 40) sorted by relevance

12

/CafeSDK-2.12.13-1/system/include/cafe/gfd/
DgfdConstant.h31 #define _GFD_CREATE_MAGIC(a,b,c,d) ((a<<0) | (b<<8) | (c<<16) | (d<<24)) argument
45 #define GFD_DLL_ABI_TYPE(a) (a & 0xFFFFFF00) argument
48 #define GFD_DLL_ABI_VERSION_NUM(a) (a & 0x000000FF) argument
/CafeSDK-2.12.13-1/system/src/lib/gfd/headers/cafe/gfd/
DgfdConstant.h31 #define _GFD_CREATE_MAGIC(a,b,c,d) ((a<<0) | (b<<8) | (c<<16) | (d<<24)) argument
45 #define GFD_DLL_ABI_TYPE(a) (a & 0xFFFFFF00) argument
48 #define GFD_DLL_ABI_VERSION_NUM(a) (a & 0x000000FF) argument
/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/mtx/
DmtxVec.c53 void C_VECAdd ( const Vec *a, const Vec *b, Vec *ab ) in C_VECAdd()
73 void PSVECAdd ( const Vec *a, const Vec *b, Vec *ab ) in PSVECAdd()
125 void C_VECSubtract ( const Vec *a, const Vec *b, Vec *a_b ) in C_VECSubtract()
145 void PSVECSubtract ( const Vec *a, const Vec *b, Vec *ab ) in PSVECSubtract()
502 f32 C_VECDotProduct ( const Vec *a, const Vec *b ) in C_VECDotProduct()
573 void C_VECCrossProduct ( const Vec *a, const Vec *b, Vec *axb ) in C_VECCrossProduct()
684 void C_VECHalfAngle ( const Vec *a, const Vec *b, Vec *half ) in C_VECHalfAngle()
795 f32 C_VECSquareDistance( const Vec *a, const Vec *b ) in C_VECSquareDistance()
811 f32 PSVECSquareDistance( const Vec *a, const Vec *b ) in PSVECSquareDistance()
853 f32 C_VECDistance( const Vec *a, const Vec *b ) in C_VECDistance()
[all …]
DmtxVec_asm.s189 #define a r3 macro
338 #define a r3 macro
494 #define a r3 macro
Dmtx44.c397 void C_MTX44Concat( MTX_CONST Mtx44 a, MTX_CONST Mtx44 b, Mtx44 ab ) in C_MTX44Concat()
452 void PSMTX44Concat( MTX_CONST Mtx44 a, MTX_CONST Mtx44 b, Mtx44 ab ) in PSMTX44Concat()
875 #define SWAPF(a,b) { f32 tmp; tmp = (a); (a) = (b); (b)=tmp; } argument
Dmtx.c191 void C_MTXConcat ( MTX_CONST Mtx a, MTX_CONST Mtx b, Mtx ab ) in C_MTXConcat()
240 void PSMTXConcat ( MTX_CONST Mtx a, MTX_CONST Mtx b, Mtx ab ) in PSMTXConcat()
376 void C_MTXConcatArray ( MTX_CONST Mtx a, MTX_CONST Mtx* srcBase, Mtx* dstBase, u32 count ) in C_MTXConcatArray()
401 MTX_CONST Mtx a, in PSMTXConcatArray()
/CafeSDK-2.12.13-1/system/include/nn/config/compiler/
Dghs.h120 #define NN_ATTR_PRIVATE_SECTION_2(a, b) \ argument
123 #define NN_ATTR_PRIVATE_SECTION_1(a, b) \ argument
/CafeSDK-2.12.13-1/system/include/windows/
Dmem.h27 #define align(a) argument
28 #define __attribute__(a) argument
/CafeSDK-2.12.13-1/system/include/cafe/gx2/
Dgx2Draw.h203 f32 r, f32 g, f32 b, f32 a, in GX2ClearBuffers()
Dgx2Misc.h529 GX2_INLINE u32 GX2Min(u32 a, u32 b) { return (a < b) ? a : b; } in GX2Min()
535 GX2_INLINE u32 GX2Max(u32 a, u32 b) { return (a > b) ? a : b; } in GX2Max()
/CafeSDK-2.12.13-1/system/src/lib/demo/demowin/
Ddemowin_helpers.cpp32 bool CloseEnough(float a, float b) in CloseEnough()
/CafeSDK-2.12.13-1/system/include/cafe/mtx/
DmtxGeoTypes.h128 f32 a[12]; member
148 f32 a[12]; member
169 f32 a[16]; member
Dmat44.h87 static inline void MAT44Concat ( const Mat44 *a, const Mat44 *b, Mat44 *ab ) in MAT44Concat()
DmatVec.h81 static inline void MAT34Concat ( const Mat34 *a, const Mat34 *b, Mat34 *ab ) in MAT34Concat()
104 static inline void MAT34ConcatArray ( const Mat34 *a, const Mat34 *srcBase, Mat34 *dstBase, u32 cou… in MAT34ConcatArray()
/CafeSDK-2.12.13-1/system/src/lib/mtx/headers/cafe/mtx/
DmtxGeoTypes.h128 f32 a[12]; member
148 f32 a[12]; member
169 f32 a[16]; member
Dmat44.h87 static inline void MAT44Concat ( const Mat44 *a, const Mat44 *b, Mat44 *ab ) in MAT44Concat()
DmatVec.h81 static inline void MAT34Concat ( const Mat34 *a, const Mat34 *b, Mat34 *ab ) in MAT34Concat()
104 static inline void MAT34ConcatArray ( const Mat34 *a, const Mat34 *srcBase, Mat34 *dstBase, u32 cou… in MAT34ConcatArray()
/CafeSDK-2.12.13-1/system/src/lib/gx2ut/
Dgx2utResolve.cpp32 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument
Dgx2utConvertDepth.cpp32 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument
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/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/szfile/
DCpuArch.c51 static void MyCPUID(UInt32 function, UInt32 *a, UInt32 *b, UInt32 *c, UInt32 *d) in MyCPUID()
/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_gprf.c259 Arc *a = __ghscallgraph_hashtbl[hashidx]; in __ghs_prof_dump_callgraph() local

12