Home
last modified time | relevance | path

Searched refs:WPADAcc (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.3/build/libraries/wpad/src/
DWPADClamp.c44 static void __ClampCube ( s16 *px, s16 *py, s16 *pz, WPADAcc unit, f32 max );
45 static void __ClampSphere ( s16 *px, s16 *py, s16 *pz, WPADAcc unit, f32 max );
278 WPADAcc wunit; in WPADClampAcc()
279 WPADAcc funit; in WPADClampAcc()
586 static void __ClampCube(s16 *px, s16 *py, s16 *pz, WPADAcc unit, f32 max) in __ClampCube()
646 static void __ClampSphere(s16 *px, s16 *py, s16 *pz, WPADAcc unit, f32 max) in __ClampSphere()
/RvlSDK-3.3/include/revolution/
Dwpad.h706 typedef struct WPADAcc struct
711 } WPADAcc; argument
754 void WPADGetAccGravityUnit ( s32 chan, u32 type, WPADAcc *acc );
/RvlSDK-3.3/build/demos/wpaddemo/src/
Dwpadsample.c1188 WPADAcc acc; in renderStatus()