| /RvlSDK-3.2.2/build/demos/gxdemo/src/TexGen/ |
| D | tg-clr-persp.c | 539 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/ |
| D | tex-2-tex.c | 214 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/ |
| D | DEMOPuts.c | 756 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/ |
| D | simple_wbc.c | 95 if((status.temp == 127) || (status.temp == -128)) in ZeroSetStart()
|
| D | balance.c | 96 if((status.temp == 127) || (status.temp == -128)) in ZeroSetStart()
|
| D | handling_weight.c | 143 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/ |
| D | wpadBalance.h | 60 s8 temp; // temperature member
|
| /RvlSDK-3.2.2/include/revolution/os/ |
| D | OSFont.h | 132 u32 OSLoadFont ( OSFontHeader* fontData, void* temp );
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Performance/ |
| D | perf-fill.c | 665 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/ |
| D | dls.c | 907 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/ |
| D | CXUncompression.c | 727 u32 temp = range / info->total; in RCSearch_() local 728 u32 tempVal = codeVal / temp; in RCSearch_()
|
| D | CXSecureUncompression.c | 1161 u32 temp = range / info->total; in RCSearch_() local 1162 u32 tempVal = codeVal / temp; in RCSearch_()
|
| D | CXStreamingUncompression.c | 1181 u32 temp = range / info->total; in RCSearch_() local 1182 u32 tempVal = codeVal / temp; in RCSearch_()
|
| /RvlSDK-3.2.2/build/tools/thputilities/src/ |
| D | thputilities.c | 108 char temp[256]; in THPUtyConvertToUnixFmt() local 109 char* temp_ptr = temp; in THPUtyConvertToUnixFmt()
|
| /RvlSDK-3.2.2/build/libraries/kpad/src/ |
| D | KPAD.c | 1833 } 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/ |
| D | wpadsample.c | 1324 …EMOPrintf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH), y+=FONT_HEIGHT, 0, "%04d", bl->temp); in renderStatus()
|