Searched refs:a (Results 1 – 4 of 4) sorted by relevance
| /TwlSDK-5.3.6/build/libraries/fx/common/src/ |
| D | fx_vec.c | 39 void VEC_Add(const VecFx32 *a, const VecFx32 *b, VecFx32 *ab) in VEC_Add() argument 41 SDK_NULL_ASSERT(a); in VEC_Add() 45 ab->x = a->x + b->x; in VEC_Add() 46 ab->y = a->y + b->y; in VEC_Add() 47 ab->z = a->z + b->z; in VEC_Add() 63 void VEC_Subtract(const VecFx32 *a, const VecFx32 *b, VecFx32 *ab) in VEC_Subtract() argument 65 SDK_NULL_ASSERT(a); in VEC_Subtract() 69 ab->x = a->x - b->x; in VEC_Subtract() 70 ab->y = a->y - b->y; in VEC_Subtract() 71 ab->z = a->z - b->z; in VEC_Subtract() [all …]
|
| /TwlSDK-5.3.6/ |
| D | Readme-TwlSDK-5_3_patch6-20091125.txt | 19 …en built already, just applying this patch may cause errors during builds as a result of the cache. 36 /TwlSDK/dspcomponents/audio/audio.a 37 /TwlSDK/dspcomponents/graphics/graphics.a 41 /TwlSDK/lib/ARM9-TS/Debug/libdsp_g711.TWL.HYB.a 42 /TwlSDK/lib/ARM9-TS/Debug/libdsp_g711.TWL.HYB.thumb.a 43 /TwlSDK/lib/ARM9-TS/Debug/libdsp_g711.TWL.LTD.a 44 /TwlSDK/lib/ARM9-TS/Debug/libdsp_g711.TWL.LTD.thumb.a 45 /TwlSDK/lib/ARM9-TS/Debug/libdsp_graphics.TWL.HYB.a 46 /TwlSDK/lib/ARM9-TS/Debug/libdsp_graphics.TWL.HYB.thumb.a 47 /TwlSDK/lib/ARM9-TS/Debug/libdsp_graphics.TWL.LTD.a [all …]
|
| D | changelog-TwlSDK-5_3_patch6-20091125.txt | 30 - (TOOL) Added support to makerom.exe for a RomSize of 4Gbit. 37 ・(TCL) Fixed a bug in the TCL_DeletePicture function 39 …Fixed a bug where some management file information becomes abnormal when a photo assigned to Favor… 45 - (DSP) Fixed a bug in the shutter sound playback feature 47 …Fixed a bug that, on rare occasions, would occur while the DSP_PlayShutterSound function was playi… 50 - (FX) Changed the VEC_Normalize function into a weak symbol 54 …If a more accurate user-defined formula is required, you can override these functions by implement… 77 …Previously, when a TWL-exclusive ROM was run on NITRO, the OS_Init function would detect it and di…
|
| /TwlSDK-5.3.6/build/libraries/init/ARM9.TWL/src/ |
| D | crt0.FLX.c | 509 #define REGION_BIT(a, b, c, d, e, f, g, h) (((a) << 0) | ((b) << 1) | ((c) << 2) | ((d) << 3) | ((… in INITi_InitRegion() argument 510 #define REGION_ACC(a, b, c, d, e, f, g, h) (((a) << 0) | ((b) << 4) | ((c) << 8) | ((d) << 12) | (… in INITi_InitRegion() argument
|