Lines Matching refs:axis
1109 void C_MTX44RotRad ( Mtx44 m, char axis, f32 rad ) in C_MTX44RotRad() argument
1121 C_MTX44RotTrig( m, axis, sinA, cosA ); in C_MTX44RotRad()
1130 void PSMTX44RotRad ( Mtx44 m, char axis, f32 rad ) in PSMTX44RotRad() argument
1137 PSMTX44RotTrig( m, axis, sinA, cosA ); in PSMTX44RotRad()
1157 void C_MTX44RotTrig ( Mtx44 m, char axis, f32 sinA, f32 cosA ) in C_MTX44RotTrig() argument
1161 axis |= 0x20; in C_MTX44RotTrig()
1162 switch(axis) in C_MTX44RotTrig()
1200 register char axis, in PSMTX44RotTrig() argument
1216 ori axis, axis, 0x20 in PSMTX44RotTrig() local
1221 cmplwi axis, 'x'; // if 'x' in PSMTX44RotTrig() local
1223 cmplwi axis, 'y'; // if 'y' in PSMTX44RotTrig() local
1225 cmplwi axis, 'z'; // if 'z' in PSMTX44RotTrig() local
1287 void C_MTX44RotAxisRad( Mtx44 m, const Vec *axis, f32 rad ) in C_MTX44RotAxisRad() argument
1297 ASSERTMSG( (axis != 0), MTX44_ROTAXIS_2 ); in C_MTX44RotAxisRad()
1303 C_VECNormalize( axis, &vN ); in C_MTX44RotAxisRad()
1344 const register Vec *axis, in __PSMTX44RotAxisRadInternal() argument
1360 psq_l tmp0, 0(axis), 0, 0 in __PSMTX44RotAxisRadInternal()
1364 lfs tmp1, 8(axis) in __PSMTX44RotAxisRadInternal()
1455 const Vec *axis, in PSMTX44RotAxisRad() argument
1463 __PSMTX44RotAxisRadInternal(m, axis, sinT, cosT); in PSMTX44RotAxisRad()