Home
last modified time | relevance | path

Searched refs:speed (Results 1 – 5 of 5) sorted by relevance

/RvlSDK-3.2/include/revolution/
DkpadOld.h157 f32 speed ; member
Dkpad.h148 f32 speed ; member
/RvlSDK-3.2/build/libraries/kpad/src/
DKPAD.c419 sp->speed = 0.0f ; in reset_kpad()
1483 sp->speed = 0.0f ; in calc_dpd_variable()
1506 sp->speed = sqrtf( sp->vec.x * sp->vec.x + sp->vec.y * sp->vec.y ) ; in calc_dpd_variable()
1516 sp->speed = sqrtf( sp->vec.x * sp->vec.x + sp->vec.y * sp->vec.y ) ; in calc_dpd_variable()
1523 sp->speed = 0.0f ; in calc_dpd_variable()
/RvlSDK-3.2/build/libraries/kpadOld/src/
DKPAD.c269 sp->speed = 0.0f ; in reset_kpad()
1405 sp->speed = 0.0f ; in calc_dpd_variable()
1427 sp->speed = sqrtf( sp->vec.x * sp->vec.x + sp->vec.y * sp->vec.y ) ; in calc_dpd_variable()
/RvlSDK-3.2/build/buildtools/
Dcommondefs596 # -O4,p - full optimizations, optimize for speed (not code size)