| /RvlSDK-3.2.2/build/demos/gxdemo/src/PixelProc/ |
| D | pix-fog.c | 218 Fog* f = s->fog; in SceneDraw() local 242 GXSetFog( f->type, f->startz, f->endz, c->znear, c->zfar, f->color ); in SceneDraw() 243 sceneBgColor = f->color; in SceneDraw() 274 Fog* f = s->fog; in SceneDrawInfo() local 279 DEMOPuts( 20, 12, 0, f->title ); in SceneDrawInfo() 285 if ( f->startz > 0.0f ) in SceneDrawInfo() 287 DEMOPrintf( 96, 12, 0, "STARTZ %7.2f", f->startz ); in SceneDrawInfo() 290 if ( f->endz > 0.0f ) in SceneDrawInfo() 292 DEMOPrintf( 96, ypos, 0, "ENDZ %7.2f", f->endz ); in SceneDrawInfo() 318 Fog* f; in SceneControl() local [all …]
|
| /RvlSDK-3.2.2/build/demos/kpaddemo/src/ |
| D | graphic.c | 148 f32 vx,vy, f ; in draw_arrow() local 152 f = sqrtf( vx*vx + vy*vy ) ; in draw_arrow() 153 if ( f == 0.0f ) { in draw_arrow() 156 f = width * 2.0f / f ; in draw_arrow() 157 vx *= f ; in draw_arrow() 158 vy *= f ; in draw_arrow() 171 f32 vx,vy, f ; in draw_dashed_arrow() local 175 f = sqrtf( vx*vx + vy*vy ) ; in draw_dashed_arrow() 176 if ( f == 0.0f ) { in draw_dashed_arrow() 179 f = width * 2.0f / f ; in draw_dashed_arrow() [all …]
|
| /RvlSDK-3.2.2/build/demos/kpadOlddemo/src/ |
| D | graphic.c | 154 f32 vx,vy, f ; in draw_arrow() local 159 f = sqrtf( vx*vx + vy*vy ) ; in draw_arrow() 160 if ( f == 0.0f ) { in draw_arrow() 163 f = width * 2.0f / f ; in draw_arrow() 164 vx *= f ; in draw_arrow() 165 vy *= f ; in draw_arrow() 178 f32 vx,vy, f ; in draw_dashed_arrow() local 183 f = sqrtf( vx*vx + vy*vy ) ; in draw_dashed_arrow() 184 if ( f == 0.0f ) { in draw_dashed_arrow() 187 f = width * 2.0f / f ; in draw_dashed_arrow() [all …]
|
| /RvlSDK-3.2.2/build/libraries/mix/src/ |
| D | mix.c | 304 channel->f = __MIX_DPL2_front[ispan]; in __MIXSetPan() 313 channel->f = __MIXPanTable[ispan]; in __MIXSetPan() 620 c->vL = __MIXGetVolume(c->fader + c->f); in MIXInitChannel() 621 c->vR = __MIXGetVolume(c->fader + c->f); in MIXInitChannel() 627 c->vAL = __MIXGetVolume(c->auxA + c->f); in MIXInitChannel() 628 c->vAR = __MIXGetVolume(c->auxA + c->f); in MIXInitChannel() 634 c->vAL = __MIXGetVolume(c->fader + c->auxA + c->f); in MIXInitChannel() 635 c->vAR = __MIXGetVolume(c->fader + c->auxA + c->f); in MIXInitChannel() 642 c->vBL = __MIXGetVolume(c->auxB + c->f); in MIXInitChannel() 643 c->vBR = __MIXGetVolume(c->auxB + c->f); in MIXInitChannel() [all …]
|
| /RvlSDK-3.2.2/X86/bin/ |
| D | ndrun_prechecker | 89 for f in ${FW_FOR_EXTENSION} ; do 90 f=`echo $f|sed s/.[^\.]*.[^\.]*$//` 91 if [ ."${NDRUN_PRECHK_RVLBIN_FW_VERSION}" = .$f ] ; then 95 for f in ${FW_FOR_STANDARD} ; do 96 f=`echo $f|sed s/.[^\.]*.[^\.]*$//` 97 if [ ."${NDRUN_PRECHK_RVLBIN_FW_VERSION}" = .$f ] ; then
|
| D | setfirmware | 45 …VER_STR=`find ${SDK_ROOT}/RVL/bin/tools/swupdate*.gcm -type f | grep ${1} |sed 's/.*swupdate\(.*\…
|
| D | setcompanycode.bat | 14 %REVOLUTION_SDK_ROOT%\x86\bin\rvlbinconv -f %%i -g %1
|
| D | setinitialcode.bat | 14 %REVOLUTION_SDK_ROOT%\x86\bin\rvlbinconv -f %%i -gc %1
|
| /RvlSDK-3.2.2/build/demos/osdemo/src/ |
| D | crcdemo.c | 176 #define PrintResultEq( a, b, f ) \ argument 177 …do { OSReport( ((a) == (b)) ? "[--OK--] " : "[**NG**] " ); (f) = (f) && ((a) == (b)); } while( FAL… 178 #define PrintResultDigestEq( a, b, l, f ) \ argument 179 …do { OSReport( (memcmp((a), (b), (l)) == 0) ? "[--OK--] " : "[**NG**] " ); (f) = (f) && (memcmp((a…
|
| /RvlSDK-3.2.2/build/buildtools/ |
| D | modulerules | 185 …@sed -f "$(REVOLUTION_SDK_ROOT)/build/buildtools/eppccleandepend.sed" $(notdir $*).d >> $(FULLDEP_… 186 @rm -f $(notdir $*).d 216 …@sed -f "$(REVOLUTION_SDK_ROOT)/build/buildtools/eppccleandepend.sed" $(notdir $*).d >> $(FULLDEP_… 217 @rm -f $(notdir $*).d 248 …@sed -f "$(REVOLUTION_SDK_ROOT)/build/buildtools/eppccleandepend.sed" $(notdir $*).d >> $(FULLDEP_… 249 @rm -f $(notdir $*).d 303 @if [ ! -f $(ROOT)/X86/bin/makeWad.exe ] ; then \ 308 …echo makedol -f $(FULLBIN_ROOT)/$(WAD_APP)$(BINSUFFIX) -d $(FULLBIN_ROOT)/$(WAD_APP)$(DOLSUFFIX); \ 309 makedol -f $(FULLBIN_ROOT)/$(WAD_APP)$(BINSUFFIX) -d $(FULLBIN_ROOT)/$(WAD_APP)$(DOLSUFFIX); \ 318 @if [ ! -f $(ROOT)/X86/bin/makeWad.exe ] ; then \ [all …]
|
| /RvlSDK-3.2.2/build/demos/videmo/src/ |
| D | cross-color.c | 117 int x, y, f; in YuvCircle() local 121 f = -2 * r + 3; in YuvCircle() 132 if (f >= 0) { in YuvCircle() 134 f -= x*4; in YuvCircle() 137 f += 4*y + 2; in YuvCircle()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Indirect/ |
| D | ind-bump-xyz.c | 596 int c, f, v; in drawDonut() local 608 for(f=0; f<6; f++) // for each face in drawDonut() 610 if (!(face[c] & ((1<<5)>>f))) continue; in drawDonut() 614 cube[f][v].x += x; // offset vertex in drawDonut() 615 cube[f][v].y += y; in drawDonut() 617 sendVertex(&cube[f][v]); // draw it in drawDonut() 619 cube[f][v].x -= x; // put it back in drawDonut() 620 cube[f][v].y -= y; in drawDonut()
|
| /RvlSDK-3.2.2/build/demos/rsodemo/LinkMem2/ |
| D | Makefile | 55 CSRCS_D = e.c f.c 119 cp $(FULLBIN_ROOT)/f$(RSOSUFFIX) dvddata
|
| /RvlSDK-3.2.2/include/revolution/gx/ |
| D | GXTexture.h | 203 GXTexRegionCallback GXSetTexRegionCallback ( GXTexRegionCallback f ); 204 GXTlutRegionCallback GXSetTlutRegionCallback( GXTlutRegionCallback f );
|
| /RvlSDK-3.2.2/build/libraries/mtx/src/ |
| D | mtx44.c | 110 void C_MTXFrustum ( Mtx44 m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f ) in C_MTXFrustum() argument 118 ASSERTMSG( (n != f), MTX_FRUSTUM_4 ); in C_MTXFrustum() 138 tmp = 1.0f / (f - n); in C_MTXFrustum() 142 m[2][3] = -(f*n) * tmp; in C_MTXFrustum() 177 void C_MTXPerspective ( Mtx44 m, f32 fovY, f32 aspect, f32 n, f32 f ) in C_MTXPerspective() argument 209 tmp = 1.0f / (f - n); in C_MTXPerspective() 213 m[2][3] = -(f*n) * tmp; in C_MTXPerspective() 249 void C_MTXOrtho ( Mtx44 m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f ) in C_MTXOrtho() argument 257 ASSERTMSG( (n != f), MTX_ORTHO_4 ); in C_MTXOrtho() 277 tmp = 1.0f / (f - n); in C_MTXOrtho() [all …]
|
| /RvlSDK-3.2.2/include/revolution/base/ |
| D | PPCArch.h | 384 PPC_GQR_t f; member 413 PPC_DMA_U_t f; member 430 PPC_DMA_L_t f; member
|
| /RvlSDK-3.2.2/include/revolution/gd/ |
| D | GDBase.h | 285 f32 f; in GDWrite_f32() member 291 fid.f = data; in GDWrite_f32()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Lighting/ |
| D | lit-basic.c | 44 void (*f)(u8 cur); member 370 Menu[curY].f((u8)curX); in AnimTick()
|
| /RvlSDK-3.2.2/include/revolution/ |
| D | nand.h | 423 …IconSpeed(stat, n, f) ((stat)->iconSpeed = (u16) (((stat)->iconSpeed & ~(NAND_BANNER_ICON_… argument
|
| D | mtx.h | 374 void C_MTXFrustum ( Mtx44 m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f ); 375 void C_MTXPerspective ( Mtx44 m, f32 fovY, f32 aspect, f32 n, f32 f ); 376 void C_MTXOrtho ( Mtx44 m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f );
|
| D | mix.h | 119 int f; // front member
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/TexGen/ |
| D | tg-shadow3.c | 977 f32 n, f, range, tscale; in GetTexProjMtx() local 981 f = cam->cfg.zfar; in GetTexProjMtx() 982 range = f - n; in GetTexProjMtx() 1009 MTXRowCol(dp, 0, 2) = f / range; in GetTexProjMtx() 1010 MTXRowCol(dp, 0, 3) = f * n / range; in GetTexProjMtx()
|
| /RvlSDK-3.2.2/build/tools/dls1wt/src/ |
| D | dls.c | 664 f32 f; in dls_get_lfoFreq() local 666 f = (float)pow(2, ((double)scale / 65536 - 6900) / 1200) * 440; in dls_get_lfoFreq() 668 return (s32)(((1000.0f / f) / (3 * 64)) * 0x00010000); // 3ms frames * 64 steps in LFO in dls_get_lfoFreq()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Performance/ |
| D | perf-fill.c | 1245 f32 f; in frand() local 1246 f = (f32)lrand()/(f32)MAX_RAND; in frand() 1247 return (f); in frand()
|
| /RvlSDK-3.2.2/RVL/bin/demos/thpdemo/ |
| D | THPSimple.map | 3158 00000290 00006f 8004e8d0 0004aa90 1 .rodata Runtime.PPCEABI.H.a GCN_mem_alloc.o 3159 00000290 00006f 8004e8d0 0004aa90 4 @stringBase0 Runtime.PPCEABI.H.a GCN_mem_alloc.o 3176 000007f8 00000f 8004ee38 0004aff8 4 @142 MSL_C.PPCEABI.bare.H.a locale.o 3211 …00000fa0 00001f 8004f5e0 0004b7a0 4 @306 TRK_Hollywood_Revolution.a C:\products\RVL\runtime_libs… 3229 …00001110 00002f 8004f750 0004b910 4 @214 TRK_Hollywood_Revolution.a C:\products\RVL\runtime_libs… 3246 00000118 00001f 8004f8d8 0004ba98 4 @2567 main.o 3263 0000039c 00001f 8004fb5c 0004bd1c 4 @2568 axseq.o 3303 000007e8 00002f 8004ffa8 0004c168 4 @1871 os.a OS.o 3324 000009d4 00003f 80050194 0004c354 4 @906 os.a OSCache.o 3337 00000b78 00002f 80050338 0004c4f8 4 @716 os.a OSContext.o [all …]
|