Lines Matching refs:axis
1449 void C_MTXRotRad ( Mtx m, char axis, f32 rad ) in C_MTXRotRad() argument
1461 C_MTXRotTrig( m, axis, sinA, cosA ); in C_MTXRotRad()
1470 void PSMTXRotRad ( Mtx m, char axis, f32 rad ) in PSMTXRotRad() argument
1477 PSMTXRotTrig( m, axis, sinA, cosA ); in PSMTXRotRad()
1506 void C_MTXRotTrig ( Mtx m, char axis, f32 sinA, f32 cosA ) in C_MTXRotTrig() argument
1511 switch(axis) in C_MTXRotTrig()
1551 register char axis, in PSMTXRotTrig() argument
1570 ori axis, axis, 0x20 in PSMTXRotTrig() local
1574 cmplwi axis, 'x' in PSMTXRotTrig() local
1576 cmplwi axis, 'y' in PSMTXRotTrig()
1578 cmplwi axis, 'z' in PSMTXRotTrig()
1675 void C_MTXRotAxisRad( Mtx m, const Vec *axis, f32 rad ) in C_MTXRotAxisRad() argument
1685 ASSERTMSG( (axis != 0), MTX_ROTAXIS_2 ); in C_MTXRotAxisRad()
1692 C_VECNormalize( axis, &vN ); in C_MTXRotAxisRad()
1728 const register Vec *axis, in __PSMTXRotAxisRadInternal() argument
1744 psq_l tmp0, 0(axis), 0, 0 in __PSMTXRotAxisRadInternal()
1748 lfs tmp1, 8(axis) in __PSMTXRotAxisRadInternal()
1836 const Vec *axis, in PSMTXRotAxisRad() argument
1844 __PSMTXRotAxisRadInternal(m, axis, sinT, cosT); in PSMTXRotAxisRad()