Lines Matching defs:axis
1109 void C_MTX44RotRad ( Mtx44 m, char axis, f32 rad ) in C_MTX44RotRad()
1130 void PSMTX44RotRad ( Mtx44 m, char axis, f32 rad ) in PSMTX44RotRad()
1157 void C_MTX44RotTrig ( Mtx44 m, char axis, f32 sinA, f32 cosA ) in C_MTX44RotTrig()
1200 register char axis, in PSMTX44RotTrig()
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()
1344 const register Vec *axis, in __PSMTX44RotAxisRadInternal()
1455 const Vec *axis, in PSMTX44RotAxisRad()