Home
last modified time | relevance | path

Searched refs:xs (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.2.2/build/demos/gxdemo/src/Culling/
Dcul-faces.c506 s32 xs, zs, x0, z0, x1, z1; in myDrawArrow() local
514 xs = ( RPOSX + v[i].x * RSIZE ) * xflip; in myDrawArrow()
516 GXPosition3s16( (s16)xs, RPOSY, (s16)zs ); in myDrawArrow()
528 GXPosition3s16( (s16)( xs + x0 ), RPOSY, (s16)( zs + z0 ) ); in myDrawArrow()
530 GXPosition3s16( (s16)xs, RPOSY, (s16)zs ); in myDrawArrow()
532 GXPosition3s16( (s16)( xs + x1 ), RPOSY, (s16)( zs + z1 ) ); in myDrawArrow()
550 s32 xs, zs; in mySendVtx() local
554 xs = ( RPOSX + v[i].x * RSIZE ) * xflip; in mySendVtx()
556 GXPosition3s16( (s16)xs, RPOSY, (s16)zs ); in mySendVtx()
/RvlSDK-3.2.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
2151 xs = q->x * s; ys = q->y * s; zs = q->z * s; in C_MTXQuat()
2152 wx = q->w * xs; wy = q->w * ys; wz = q->w * zs; in C_MTXQuat()
2153 xx = q->x * xs; xy = q->x * ys; xz = q->x * zs; in C_MTXQuat()