Searched refs:wx (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-3.3/build/demos/kpaddemo/src/ |
| D | sample.c | 205 s32 vx,vy, wx,wy, fy ; in move_cursor() local 231 wx = ep->x[k] - csr_x ; in move_cursor() 232 if ( wx * vx + fy <= 0 ) continue ; in move_cursor() 235 w = wx * wx + wy ; in move_cursor()
|
| D | mpls.c | 204 s32 vx,vy, wx,wy, fy ; in move_cursor() local 230 wx = ep->x[k] - csr_x ; in move_cursor() 231 if ( wx * vx + fy <= 0 ) continue ; in move_cursor() 234 w = wx * wx + wy ; in move_cursor()
|
| /RvlSDK-3.3/build/libraries/mtx/src/ |
| D | mtx.c | 2141 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() 2164 m[1][2] = yz - wx; in C_MTXQuat() 2168 m[2][1] = yz + wx; in C_MTXQuat()
|