Home
last modified time | relevance | path

Searched refs:temp (Results 1 – 16 of 16) sorted by relevance

/RvlSDK-3.2.2/build/demos/gxdemo/src/TexGen/
Dtg-clr-persp.c539 Mtx temp; in AnimTick() local
604 MTXRotAxisDeg(temp, &g_camY, 3.0F); in AnimTick()
606 MTXRotAxisDeg(temp, &g_camY, -3.0F); in AnimTick()
608 MTXMultVec(temp, &g_camX, &g_camX); in AnimTick()
609 MTXMultVec(temp, &g_camZ, &g_camZ); in AnimTick()
615 MTXRotAxisDeg(temp, &g_camX, 3.0F); in AnimTick()
617 MTXRotAxisDeg(temp, &g_camX, -3.0F); in AnimTick()
619 MTXMultVec(temp, &g_camY, &g_camY); in AnimTick()
620 MTXMultVec(temp, &g_camZ, &g_camZ); in AnimTick()
631 MTXTrans(temp, 0.0F, 0.0F, -g_dist[0]); in AnimTick()
[all …]
/RvlSDK-3.2.2/build/demos/gxdemo/src/Texture/
Dtex-2-tex.c214 TPLDescriptorPtr temp; in DrawTick() local
227 temp = TPLGet(tpl, i); in DrawTick()
228 if(temp->CLUTHeader) in DrawTick()
240 temp = TPLGet(tpl, j + 7); in DrawTick()
241 if(temp->CLUTHeader) in DrawTick()
/RvlSDK-3.2.2/build/libraries/demo/src/
DDEMOPuts.c756 void* temp; in DEMODumpROMFont() local
765 temp = (u8*) FontData + OS_FONT_SIZE_SJIS - OS_FONT_ROM_SIZE_SJIS; in DEMODumpROMFont()
768 temp = (u8*) FontData + OS_FONT_SIZE_ANSI - OS_FONT_ROM_SIZE_ANSI; in DEMODumpROMFont()
771 temp = (u8*) FontData + OS_FONT_SIZE_UTF - OS_FONT_ROM_SIZE_UTF; in DEMODumpROMFont()
774 temp = (void*) OSRoundDown32B(temp); in DEMODumpROMFont()
775 OSLoadFont(FontData, temp); in DEMODumpROMFont()
/RvlSDK-3.2.2/build/demos/wbcdemo/src/
Dsimple_wbc.c95 if((status.temp == 127) || (status.temp == -128)) in ZeroSetStart()
Dbalance.c96 if((status.temp == 127) || (status.temp == -128)) in ZeroSetStart()
Dhandling_weight.c143 if((status.temp == 127) || (status.temp == -128)) in ZeroSetStart()
507 DEMOPrintf(175, 20, 0, "Temp %d", status.temp); in renderStatus()
/RvlSDK-3.2.2/include/revolution/
DwpadBalance.h60 s8 temp; // temperature member
/RvlSDK-3.2.2/include/revolution/os/
DOSFont.h132 u32 OSLoadFont ( OSFontHeader* fontData, void* temp );
/RvlSDK-3.2.2/build/demos/gxdemo/src/Performance/
Dperf-fill.c665 Vec temp; in AnimTick() local
751 MTXMultVec(rot, &CamY, &temp); in AnimTick()
752 dot = VECDotProduct(&temp, &yAxis); in AnimTick()
755 CamY = temp; in AnimTick()
/RvlSDK-3.2.2/build/tools/dls1wt/src/
Ddls.c907 u32 temp; in dls_data() local
929 temp = samples; in dls_data()
941 samples = temp; in dls_data()
/RvlSDK-3.2.2/build/libraries/cx/src/
DCXUncompression.c727 u32 temp = range / info->total; in RCSearch_() local
728 u32 tempVal = codeVal / temp; in RCSearch_()
DCXSecureUncompression.c1161 u32 temp = range / info->total; in RCSearch_() local
1162 u32 tempVal = codeVal / temp; in RCSearch_()
DCXStreamingUncompression.c1181 u32 temp = range / info->total; in RCSearch_() local
1182 u32 tempVal = codeVal / temp; in RCSearch_()
/RvlSDK-3.2.2/build/tools/thputilities/src/
Dthputilities.c108 char temp[256]; in THPUtyConvertToUnixFmt() local
109 char* temp_ptr = temp; in THPUtyConvertToUnixFmt()
/RvlSDK-3.2.2/build/libraries/kpad/src/
DKPAD.c1833 } else if ( uwp->u.bl.temp == 127 || uwp->u.bl.temp == -128 ) { in read_kpad_ext()
2714 if ( uwp->u.bl.temp == 127 || uwp->u.bl.temp == -128 ) { in KPADiSamplingCallback()
/RvlSDK-3.2.2/build/demos/wpaddemo/src/
Dwpadsample.c1324 …EMOPrintf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH), y+=FONT_HEIGHT, 0, "%04d", bl->temp); in renderStatus()