| /CafeSDK-2.12.13-1/system/include/cafe/gfd/ |
| D | gfdConstant.h | 31 #define _GFD_CREATE_MAGIC(a,b,c,d) ((a<<0) | (b<<8) | (c<<16) | (d<<24)) argument 33 #define _GFD_CREATE_MAGIC(a,b,c,d) ((a<<24) | (b<<16) | (c<<8) | (d<<0)) 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/ |
| D | gfdConstant.h | 31 #define _GFD_CREATE_MAGIC(a,b,c,d) ((a<<0) | (b<<8) | (c<<16) | (d<<24)) argument 33 #define _GFD_CREATE_MAGIC(a,b,c,d) ((a<<24) | (b<<16) | (c<<8) | (d<<0)) 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/mtx/ |
| D | mtx44.c | 397 void C_MTX44Concat( MTX_CONST Mtx44 a, MTX_CONST Mtx44 b, Mtx44 ab ) in C_MTX44Concat() argument 402 ASSERTMSG( (a != 0), MTX44_CONCAT_1 ); in C_MTX44Concat() 406 if( (ab == a) || (ab == b) ) in C_MTX44Concat() 417 m[0][0] = a[0][0]*b[0][0] + a[0][1]*b[1][0] + a[0][2]*b[2][0] + a[0][3]*b[3][0]; in C_MTX44Concat() 418 m[0][1] = a[0][0]*b[0][1] + a[0][1]*b[1][1] + a[0][2]*b[2][1] + a[0][3]*b[3][1]; in C_MTX44Concat() 419 m[0][2] = a[0][0]*b[0][2] + a[0][1]*b[1][2] + a[0][2]*b[2][2] + a[0][3]*b[3][2]; in C_MTX44Concat() 420 m[0][3] = a[0][0]*b[0][3] + a[0][1]*b[1][3] + a[0][2]*b[2][3] + a[0][3]*b[3][3]; in C_MTX44Concat() 422 m[1][0] = a[1][0]*b[0][0] + a[1][1]*b[1][0] + a[1][2]*b[2][0] + a[1][3]*b[3][0]; in C_MTX44Concat() 423 m[1][1] = a[1][0]*b[0][1] + a[1][1]*b[1][1] + a[1][2]*b[2][1] + a[1][3]*b[3][1]; in C_MTX44Concat() 424 m[1][2] = a[1][0]*b[0][2] + a[1][1]*b[1][2] + a[1][2]*b[2][2] + a[1][3]*b[3][2]; in C_MTX44Concat() [all …]
|
| D | mtxVec.c | 53 void C_VECAdd ( const Vec *a, const Vec *b, Vec *ab ) in C_VECAdd() argument 56 ASSERTMSG( ( a != 0), VEC_ADD_1 ); in C_VECAdd() 61 ab->x = a->x + b->x; in C_VECAdd() 62 ab->y = a->y + b->y; in C_VECAdd() 63 ab->z = a->z + b->z; in C_VECAdd() 73 void PSVECAdd ( const Vec *a, const Vec *b, Vec *ab ) in PSVECAdd() argument 83 V1_XY = __PSQ_L(a, 0, 0); in PSVECAdd() 93 V1_Z = __PSQ_LX(a, 8, 1, 0); in PSVECAdd() 125 void C_VECSubtract ( const Vec *a, const Vec *b, Vec *a_b ) in C_VECSubtract() argument 128 ASSERTMSG( ( a != 0), VEC_SUBTRACT_1 ); in C_VECSubtract() [all …]
|
| D | mtx.c | 191 void C_MTXConcat ( MTX_CONST Mtx a, MTX_CONST Mtx b, Mtx ab ) in C_MTXConcat() argument 196 ASSERTMSG( (a != 0), MTX_CONCAT_1 ); in C_MTXConcat() 200 if( (ab == a) || (ab == b) ) in C_MTXConcat() 212 m[0][0] = a[0][0]*b[0][0] + a[0][1]*b[1][0] + a[0][2]*b[2][0]; in C_MTXConcat() 213 m[0][1] = a[0][0]*b[0][1] + a[0][1]*b[1][1] + a[0][2]*b[2][1]; in C_MTXConcat() 214 m[0][2] = a[0][0]*b[0][2] + a[0][1]*b[1][2] + a[0][2]*b[2][2]; in C_MTXConcat() 215 m[0][3] = a[0][0]*b[0][3] + a[0][1]*b[1][3] + a[0][2]*b[2][3] + a[0][3]; in C_MTXConcat() 217 m[1][0] = a[1][0]*b[0][0] + a[1][1]*b[1][0] + a[1][2]*b[2][0]; in C_MTXConcat() 218 m[1][1] = a[1][0]*b[0][1] + a[1][1]*b[1][1] + a[1][2]*b[2][1]; in C_MTXConcat() 219 m[1][2] = a[1][0]*b[0][2] + a[1][1]*b[1][2] + a[1][2]*b[2][2]; in C_MTXConcat() [all …]
|
| D | mtx44_asm.s | 142 #define a r3 macro 149 psq_l fp0 , 0(a), 0, 0 // a00,a01 155 psq_l fp1 , 8(a), 0, 0 // a02,a03 160 psq_l fp0 , 16(a), 0, 0 // a10,a11 164 psq_l fp1 , 24(a), 0, 0 // a12,a13 167 psq_l fp0 , 32(a), 0, 0 // a20,a21 174 psq_l fp1 , 40(a), 0, 0 // a22,a23 177 psq_l fp0 , 48(a), 0, 0 // a30,a31 184 psq_l fp1 , 56(a), 0, 0 // a32,a33 189 psq_l fp0 , 0(a), 0, 0 // a00,a01 [all …]
|
| /CafeSDK-2.12.13-1/system/include/nn/util/ |
| D | util_Misc.h | 28 size_t GetArraySize(T (&a)[Num]) in GetArraySize() 30 NN_UNUSED_VAR(a); in GetArraySize() 43 const SizeTValue<Num>& GetArraySizeT(T (&a)[Num]) in GetArraySizeT() 45 NN_UNUSED_VAR(a); in GetArraySizeT() 52 char (*NumOfElementsT(T (&a)[Num]))[Num];
|
| /CafeSDK-2.12.13-1/system/src/build/make/ |
| D | eppccleandepend_cygwin.sed | 1 # this file will clean up ONE makefile dependency rule in a file. It must 12 # replace slash at end of line with a backslash 18 # change all runs of white space to a single tab 22 sX\([a-zA-Z]\+\):\/X\/cygdrive\/\1\/Xg 25 # people change a .c file into a .cpp file (or vice versa), and this would break things. 26 # The actual source file is already a dependency of the object, so no need to list it again. 37 # lines containing a : followed by white space remove leading white space
|
| D | eppcadddepend_cygwin.sed | 1 # Take each dependency and add it as a target; see http://mad-scientist.net/make/autodep.html 3 # add a blank line 14 # add a colon to all non-blank lines to generate a dummy dependancy
|
| /CafeSDK-2.12.13-1/system/src/lib/libsys/ |
| D | _readme.txt | 7 The Green Hills Development Guide contains a chapter describing 13 part of a cross-distribution package: libsys.a. 15 libsys.a is the low-level system call library. This library includes 16 such routines as open(), write(), and exit() which together provide a 18 routines that control runtime profiling, a feature of the MULTI 23 To rebuild libsys.a using the included project file, libsys.bld,
|
| D | ind_gprf.c | 259 Arc *a = __ghscallgraph_hashtbl[hashidx]; in __ghs_prof_dump_callgraph() local 260 while(a != NULL) { in __ghs_prof_dump_callgraph() 263 (void *)a, ARCBUFFER_ARCSIZE); in __ghs_prof_dump_callgraph() 279 a = a->next; in __ghs_prof_dump_callgraph()
|
| /CafeSDK-2.12.13-1/system/src/lib/gx2ut/headers/cafe/gx2ut/ |
| D | gx2utClear.h | 97 f32 r, f32 g, f32 b, f32 a, f32 depthClear, u8 stencilClear, 143 f32 r, f32 g, f32 b, f32 a, in GX2UTClearOp() argument 165 GX2UTClearRectOp(colorBuffer, depthBuffer, r, g, b, a, in GX2UTClearOp() 228 f32 r, f32 g, f32 b, f32 a, in GX2UTClearSurfaceRect() argument 270 GX2UTClearRectOp(cbPtr, dbPtr, r, g, b, a, depthClear, stencilClear, in GX2UTClearSurfaceRect() 317 void* dstAuxPtr, u32 dstAuxSize, f32 r, f32 g, f32 b, f32 a, in GX2UTSetAndClearSurfaceRect() argument 325 dstAuxPtr, dstAuxSize, r, g, b, a, in GX2UTSetAndClearSurfaceRect() 393 f32 r, f32 g, f32 b, f32 a, in GX2UTClearSurface() argument 423 NULL, 0, r, g, b, a, in GX2UTClearSurface() 462 f32 r, f32 g, f32 b, f32 a, in GX2UTClearBuffersEx() argument [all …]
|
| /CafeSDK-2.12.13-1/system/include/cafe/gx2ut/ |
| D | gx2utClear.h | 97 f32 r, f32 g, f32 b, f32 a, f32 depthClear, u8 stencilClear, 143 f32 r, f32 g, f32 b, f32 a, in GX2UTClearOp() argument 165 GX2UTClearRectOp(colorBuffer, depthBuffer, r, g, b, a, in GX2UTClearOp() 228 f32 r, f32 g, f32 b, f32 a, in GX2UTClearSurfaceRect() argument 270 GX2UTClearRectOp(cbPtr, dbPtr, r, g, b, a, depthClear, stencilClear, in GX2UTClearSurfaceRect() 317 void* dstAuxPtr, u32 dstAuxSize, f32 r, f32 g, f32 b, f32 a, in GX2UTSetAndClearSurfaceRect() argument 325 dstAuxPtr, dstAuxSize, r, g, b, a, in GX2UTSetAndClearSurfaceRect() 393 f32 r, f32 g, f32 b, f32 a, in GX2UTClearSurface() argument 423 NULL, 0, r, g, b, a, in GX2UTClearSurface() 462 f32 r, f32 g, f32 b, f32 a, in GX2UTClearBuffersEx() argument [all …]
|
| /CafeSDK-2.12.13-1/system/include/nn/config/compiler/ |
| D | ghs.h | 120 #define NN_ATTR_PRIVATE_SECTION_2(a, b) \ argument 121 __attribute__((section(#a "." #b))) 123 #define NN_ATTR_PRIVATE_SECTION_1(a, b) \ argument 124 NN_ATTR_PRIVATE_SECTION_2(a, b)
|
| /CafeSDK-2.12.13-1/system/include/cafe/mtx/ |
| D | mtxVec.h | 97 #define MTXDegToRad(a) ( (a) * 0.01745329252f ) argument 103 #define MTXRadToDeg(a) ( (a) * 57.29577951f ) argument 184 void C_MTXConcat ( MTX_CONST Mtx a, MTX_CONST Mtx b, Mtx ab ); 206 void C_MTXConcatArray ( MTX_CONST Mtx a, MTX_CONST Mtx* srcBase, Mtx* dstBase, u32 count … 286 void PSMTXConcat ( MTX_CONST Mtx a, MTX_CONST Mtx b, Mtx ab ); 287 void PSMTXConcatArray ( MTX_CONST Mtx a, MTX_CONST Mtx* srcBase, Mtx* dstBase, u32 count … 296 void ASM_MTXConcatArray ( MTX_CONST Mtx a, MTX_CONST Mtx* srcBase, Mtx* dstBase, u32 count … 916 void C_VECAdd ( const Vec *a, const Vec *b, Vec *ab ); 933 void C_VECSubtract ( const Vec *a, const Vec *b, Vec *a_b ); 1014 f32 C_VECDotProduct ( const Vec *a, const Vec *b ); [all …]
|
| D | mtxGeoTypes.h | 128 f32 a[12]; member 148 f32 a[12]; member 169 f32 a[16]; member
|
| /CafeSDK-2.12.13-1/system/src/lib/mtx/headers/cafe/mtx/ |
| D | mtxVec.h | 97 #define MTXDegToRad(a) ( (a) * 0.01745329252f ) argument 103 #define MTXRadToDeg(a) ( (a) * 57.29577951f ) argument 184 void C_MTXConcat ( MTX_CONST Mtx a, MTX_CONST Mtx b, Mtx ab ); 206 void C_MTXConcatArray ( MTX_CONST Mtx a, MTX_CONST Mtx* srcBase, Mtx* dstBase, u32 count … 286 void PSMTXConcat ( MTX_CONST Mtx a, MTX_CONST Mtx b, Mtx ab ); 287 void PSMTXConcatArray ( MTX_CONST Mtx a, MTX_CONST Mtx* srcBase, Mtx* dstBase, u32 count … 296 void ASM_MTXConcatArray ( MTX_CONST Mtx a, MTX_CONST Mtx* srcBase, Mtx* dstBase, u32 count … 916 void C_VECAdd ( const Vec *a, const Vec *b, Vec *ab ); 933 void C_VECSubtract ( const Vec *a, const Vec *b, Vec *a_b ); 1014 f32 C_VECDotProduct ( const Vec *a, const Vec *b ); [all …]
|
| D | mtxGeoTypes.h | 128 f32 a[12]; member 148 f32 a[12]; member 169 f32 a[16]; member
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/demowin/ |
| D | demowin_helpers.cpp | 32 bool CloseEnough(float a, float b) in CloseEnough() argument 34 if (a - b > 0.1) in CloseEnough() 37 return (a - b >= -0.1); in CloseEnough()
|
| /CafeSDK-2.12.13-1/system/bin/tool/ |
| D | viewcore.bat | 37 for /f "usebackq tokens=7,8,9,11,12 delims=. " %%a in (`%GHS_ROOT%\gversion -quiet %GHS_ROOT%\multi… 38 if "%%a" EQU "v5" ( 39 set VER0=%%a 116 if "%~1" EQU "-a" ( 159 set /a CAFE_CRASH_DUMP_LIMIT=CAFE_CRASH_DUMP_LIMIT + 0 161 set /a NUM_OLD_DUMPS = 0 165 set /a NUM_OLD_DUMPS = NUM_OLD_DUMPS + 1 173 echo Making a core dump file, but NOT automatically launching GHS MULTI! 241 for /f "usebackq" %%i in (`dir /b /a-d %MULTI_ARG%`) do ( 243 ::::: Specified core dump file is a directory or does not exist [all …]
|
| D | uninstalltitle.sh | 88 die You must specify a title id to uninstall 100 die You cannot specify a device number for MLC
|
| /CafeSDK-2.12.13-1/system/bin/tool/mastering/Ionic.Zip.dll_licenses/ |
| D | License.txt | 13 "Licensed patents" are a contributor's patent claims that read directly on its contribution. 17 …icense conditions and limitations in section 3, each contributor grants you a non-exclusive, world… 19 …icense conditions and limitations in section 3, each contributor grants you a non-exclusive, world… 25 (B) If you bring a patent claim against any contributor over patents that you claim are infringed b… 29 …a complete copy of this license with your distribution. If you distribute any portion of the softw… 31 …contributors exclude the implied warranties of merchantability, fitness for a particular purpose a…
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/ |
| D | demoGfxTypes.h | 32 struct{ f32 r, g, b, a;} c; member 80 struct{ u32 r, g, b, a;} c; member 128 struct{ s32 r, g, b, a;} c; member 176 struct{ u16 r, g, b, a;} c; member 224 struct{ s16 r, g, b, a;} c; member 272 struct{ u8 r, g, b, a;} c; member 320 struct{ s8 r, g, b, a;} c; member
|
| /CafeSDK-2.12.13-1/system/include/cafe/demo/ |
| D | demoGfxTypes.h | 32 struct{ f32 r, g, b, a;} c; member 80 struct{ u32 r, g, b, a;} c; member 128 struct{ s32 r, g, b, a;} c; member 176 struct{ u16 r, g, b, a;} c; member 224 struct{ s16 r, g, b, a;} c; member 272 struct{ u8 r, g, b, a;} c; member 320 struct{ s8 r, g, b, a;} c; member
|
| /CafeSDK-2.12.13-1/system/src/lib/szfile/ |
| D | CpuArch.c | 51 static void MyCPUID(UInt32 function, UInt32 *a, UInt32 *b, UInt32 *c, UInt32 *d) in MyCPUID() argument 68 *a = a2; in MyCPUID() 77 : "=a" (*a) , in MyCPUID() 89 *a = CPUInfo[0]; in MyCPUID()
|