Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/demos/kpadOlddemo/src/
Dsample.c137 s32 vx,vy, wx,wy, fy ; in move_cursor() local
159 fy = ( wy = ep->y - csr_y ) * vy ; // Preparation for inner product calculation in move_cursor()
160 wy *= wy ; // Preparation for distance calculation in move_cursor()
168 w = wx * wx + wy ; in move_cursor()
/RvlSDK-3.2/build/demos/kpaddemo/src/
Dsample.c176 s32 vx,vy, wx,wy, fy ; in move_cursor() local
197 fy = ( wy = ep->y - csr_y ) * vy ; // Preparation for inner product calculation in move_cursor()
198 wy *= wy ; // Preparation for distance calculation in move_cursor()
206 w = wx * wx + wy ; in move_cursor()
/RvlSDK-3.2/build/libraries/mtx/src/
Dmtx.c2141 f32 s,xs,ys,zs,wx,wy,wz,xx,xy,xz,yy,yz,zz; in C_MTXQuat() local
2152 wx = q->w * xs; wy = q->w * ys; wz = q->w * zs; in C_MTXQuat()
2159 m[0][2] = xz + wy; in C_MTXQuat()
2167 m[2][0] = xz - wy; in C_MTXQuat()