Home
last modified time | relevance | path

Searched refs:kp_err_first_inpr (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-3.1.4/build/libraries/kpadOld/include/
DKPADinside.h152 extern f32 kp_err_first_inpr ; // Internal product of acceleration tilt and object tilt when s…
/RvlSDK-3.1.4/build/libraries/kpad/include/
DKPADinside.h187 extern f32 kp_err_first_inpr ; // Internal product of acceleration tilt and object tilt when s…
/RvlSDK-3.1.4/build/libraries/kpad/src/
DKPAD.c51 f32 kp_err_first_inpr = 0.900f ; // Internal product of acceleration tilt and object… variable
989 f32 f1, max = kp_err_first_inpr ; in select_2obj_first()
1023 if ( max == kp_err_first_inpr ) return ( 0 ) ; in select_2obj_first()
/RvlSDK-3.1.4/build/libraries/kpadOld/src/
DKPAD.c56 f32 kp_err_first_inpr = 0.900f ; // Internal product of acceleration tilt and object… variable
1006 f32 f1, max = kp_err_first_inpr ; in select_2obj_first()
1040 if ( max == kp_err_first_inpr ) return (0) ; in select_2obj_first()