Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/libraries/kpadOld/include/
DKPADinside.h152 extern f32 kp_err_first_inpr ; // Internal product of acceleration tilt and object tilt when s…
/RvlSDK-3.2/build/libraries/kpad/include/
DKPADinside.h208 extern f32 kp_err_first_inpr ; // Internal product of acceleration tilt and object tilt when s…
/RvlSDK-3.2/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()
/RvlSDK-3.2/build/libraries/kpad/src/
DKPAD.c51 f32 kp_err_first_inpr = 0.900f ; // Dot product of acceleration tilt and object tilt… variable
1043 f32 f1, max = kp_err_first_inpr ; in select_2obj_first()
1077 if ( max == kp_err_first_inpr ) return ( 0 ) ; in select_2obj_first()