Lines Matching refs:z
1563 f32 x, y, z; // x, y, z components of normalized axis in C_MTX44RotAxisRad() local
1577 z = vN.z; in C_MTX44RotAxisRad()
1581 zSq = z * z; in C_MTX44RotAxisRad()
1584 m[0][1] = ( t * x * y ) - ( s * z ); in C_MTX44RotAxisRad()
1585 m[0][2] = ( t * x * z ) + ( s * y ); in C_MTX44RotAxisRad()
1588 m[1][0] = ( t * x * y ) + ( s * z ); in C_MTX44RotAxisRad()
1590 m[1][2] = ( t * y * z ) - ( s * x ); in C_MTX44RotAxisRad()
1593 m[2][0] = ( t * x * z ) - ( s * y ); in C_MTX44RotAxisRad()
1594 m[2][1] = ( t * y * z ) + ( s * x ); in C_MTX44RotAxisRad()
1631 tmp1[0] = axis->z; in __PSMTX44RotAxisRadInternal()
1632 tmp1[1] = axis->z; in __PSMTX44RotAxisRadInternal()