Lines Matching refs:axis
1441 void C_MTXRotRad ( Mtx m, char axis, f32 rad ) in C_MTXRotRad() argument
1453 C_MTXRotTrig( m, axis, sinA, cosA ); in C_MTXRotRad()
1462 void PSMTXRotRad ( Mtx m, char axis, f32 rad ) in PSMTXRotRad() argument
1469 PSMTXRotTrig( m, axis, sinA, cosA ); in PSMTXRotRad()
1498 void C_MTXRotTrig ( Mtx m, char axis, f32 sinA, f32 cosA ) in C_MTXRotTrig() argument
1503 switch(axis) in C_MTXRotTrig()
1543 register char axis, in PSMTXRotTrig() argument
1562 ori axis, axis, 0x20 in PSMTXRotTrig() local
1566 cmplwi axis, 'x' in PSMTXRotTrig() local
1568 cmplwi axis, 'y' in PSMTXRotTrig()
1570 cmplwi axis, 'z' in PSMTXRotTrig()
1667 void C_MTXRotAxisRad( Mtx m, const Vec *axis, f32 rad ) in C_MTXRotAxisRad() argument
1677 ASSERTMSG( (axis != 0), MTX_ROTAXIS_2 ); in C_MTXRotAxisRad()
1684 C_VECNormalize( axis, &vN ); in C_MTXRotAxisRad()
1720 const register Vec *axis, in __PSMTXRotAxisRadInternal() argument
1736 psq_l tmp0, 0(axis), 0, 0 in __PSMTXRotAxisRadInternal()
1740 lfs tmp1, 8(axis) in __PSMTXRotAxisRadInternal()
1828 const Vec *axis, in PSMTXRotAxisRad() argument
1836 __PSMTXRotAxisRadInternal(m, axis, sinT, cosT); in PSMTXRotAxisRad()