Home
last modified time | relevance | path

Searched refs:f (Results 1 – 23 of 23) sorted by relevance

/RvlSDK-3.1/build/demos/gxdemo/src/PixelProc/
Dpix-fog.c218 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.1/build/demos/kpaddemo/src/
Dgraphic.c148 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.1/build/demos/kpadOlddemo/src/
Dgraphic.c154 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.1/build/libraries/mix/src/
Dmix.c307 channel->f = __MIX_DPL2_front[ispan]; in __MIXSetPan()
316 channel->f = __MIXPanTable[ispan]; in __MIXSetPan()
623 c->vL = __MIXGetVolume(c->fader + c->f); in MIXInitChannel()
624 c->vR = __MIXGetVolume(c->fader + c->f); in MIXInitChannel()
630 c->vAL = __MIXGetVolume(c->auxA + c->f); in MIXInitChannel()
631 c->vAR = __MIXGetVolume(c->auxA + c->f); in MIXInitChannel()
637 c->vAL = __MIXGetVolume(c->fader + c->auxA + c->f); in MIXInitChannel()
638 c->vAR = __MIXGetVolume(c->fader + c->auxA + c->f); in MIXInitChannel()
645 c->vBL = __MIXGetVolume(c->auxB + c->f); in MIXInitChannel()
646 c->vBR = __MIXGetVolume(c->auxB + c->f); in MIXInitChannel()
[all …]
/RvlSDK-3.1/X86/bin/
Dndrun_prechecker89 for f in ${FW_FOR_EXTENSION} ; do
90 if [ ."${NDRUN_PRECHK_RVLBIN_FW_VERSION}" = .$f ] ; then
94 for f in ${FW_FOR_STANDARD} ; do
95 if [ ."${NDRUN_PRECHK_RVLBIN_FW_VERSION}" = .$f ] ; then
/RvlSDK-3.1/build/buildtools/
Dmodulerules185 …@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.1/include/revolution/
Dcard.h223 …efine CARDSetBannerFormat(stat, f) ((stat)->bannerFormat = (u8) (((stat)->bannerFormat & ~CA… argument
224 #define CARDSetIconAnim(stat, f) ((stat)->bannerFormat = (u8) (((stat)->bannerFormat & ~C… argument
225 …RDSetIconFormat(stat, n, f) ((stat)->iconFormat = (u16) (((stat)->iconFormat & ~(CARD_STAT_IC… argument
226 …ARDSetIconSpeed(stat, n, f) ((stat)->iconSpeed = (u16) (((stat)->iconSpeed & ~(CARD_STAT_S… argument
Dnand.h417 …IconSpeed(stat, n, f) ((stat)->iconSpeed = (u16) (((stat)->iconSpeed & ~(NAND_BANNER_ICON_… argument
Dmtx.h371 void C_MTXFrustum ( Mtx44 m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f );
372 void C_MTXPerspective ( Mtx44 m, f32 fovY, f32 aspect, f32 n, f32 f );
373 void C_MTXOrtho ( Mtx44 m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f );
Dmix.h119 int f; // front member
/RvlSDK-3.1/build/demos/videmo/src/
Dcross-color.c116 int x, y, f; in YuvCircle() local
120 f = -2 * r + 3; in YuvCircle()
131 if (f >= 0) { in YuvCircle()
133 f -= x*4; in YuvCircle()
136 f += 4*y + 2; in YuvCircle()
/RvlSDK-3.1/build/demos/gxdemo/src/Indirect/
Dind-bump-xyz.c596 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.1/build/demos/rsodemo/LinkMem2/
DMakefile55 CSRCS_D = e.c f.c
119 cp $(FULLBIN_ROOT)/f$(RSOSUFFIX) dvddata
/RvlSDK-3.1/include/revolution/gx/
DGXTexture.h203 GXTexRegionCallback GXSetTexRegionCallback ( GXTexRegionCallback f );
204 GXTlutRegionCallback GXSetTlutRegionCallback( GXTlutRegionCallback f );
/RvlSDK-3.1/build/libraries/mtx/src/
Dmtx44.c110 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.1/include/revolution/base/
DPPCArch.h384 PPC_GQR_t f; member
413 PPC_DMA_U_t f; member
430 PPC_DMA_L_t f; member
/RvlSDK-3.1/include/revolution/gd/
DGDBase.h285 f32 f; in GDWrite_f32() member
291 fid.f = data; in GDWrite_f32()
/RvlSDK-3.1/build/demos/gxdemo/src/Lighting/
Dlit-basic.c44 void (*f)(u8 cur); member
370 Menu[curY].f((u8)curX); in AnimTick()
/RvlSDK-3.1/build/demos/gxdemo/src/TexGen/
Dtg-shadow3.c977 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.1/build/tools/dls1wt/src/
Ddls.c664 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.1/build/demos/gxdemo/src/Performance/
Dperf-fill.c1245 f32 f; in frand() local
1246 f = (f32)lrand()/(f32)MAX_RAND; in frand()
1247 return (f); in frand()
/RvlSDK-3.1/RVL/bin/demos/gxdemo/
Dsmp-onetri.map2686 00000200 00006f 8003b9a0 00037b60 1 .rodata Runtime.PPCEABI.H.a GCN_mem_alloc.o
2687 00000200 00006f 8003b9a0 00037b60 4 @stringBase0 Runtime.PPCEABI.H.a GCN_mem_alloc.o
2688 0000026f 000001 8003ba10 00037bd0 8 *fill*
2704 00000768 00000f 8003bf08 000380c8 4 @142 MSL_C.PPCEABI.bare.H.a locale.o
2734 …00000ee0 00001f 8003c680 00038840 4 @306 TRK_Hollywood_Revolution.a C:\products\RVL\runtime_libs…
2752 …00001050 00002f 8003c7f0 000389b0 4 @214 TRK_Hollywood_Revolution.a C:\products\RVL\runtime_libs…
2809 00000548 00002f 8003cda8 00038f68 4 @1858 os.a OS.o
2830 00000734 00003f 8003cf94 00039154 4 @896 os.a OSCache.o
2843 000008d8 00002f 8003d138 000392f8 4 @706 os.a OSContext.o
2844 00000908 00002f 8003d168 00039328 4 @707 os.a OSContext.o
[all …]
/RvlSDK-3.1/RVL/bin/demos/thpdemo/
DTHPSimple.map3091 00000290 00006f 8004cad0 00048c90 1 .rodata Runtime.PPCEABI.H.a GCN_mem_alloc.o
3092 00000290 00006f 8004cad0 00048c90 4 @stringBase0 Runtime.PPCEABI.H.a GCN_mem_alloc.o
3109 000007f8 00000f 8004d038 000491f8 4 @142 MSL_C.PPCEABI.bare.H.a locale.o
3144 …00000fa0 00001f 8004d7e0 000499a0 4 @306 TRK_Hollywood_Revolution.a C:\products\RVL\runtime_libs…
3162 …00001110 00002f 8004d950 00049b10 4 @214 TRK_Hollywood_Revolution.a C:\products\RVL\runtime_libs…
3179 00000118 00001f 8004dad8 00049c98 4 @2640 main.o
3193 0000032c 00001f 8004dcec 00049eac 4 @2657 axseq.o
3233 00000778 00002f 8004e138 0004a2f8 4 @1858 os.a OS.o
3254 00000964 00003f 8004e324 0004a4e4 4 @896 os.a OSCache.o
3267 00000b08 00002f 8004e4c8 0004a688 4 @706 os.a OSContext.o
[all …]