Home
last modified time | relevance | path

Searched refs:zT (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-3.2.2/include/revolution/mtx/
Dmtx44ext.h125 void C_MTX44Trans ( Mtx44 m, f32 xT, f32 yT, f32 zT );
126 void C_MTX44TransApply ( const Mtx44 src, Mtx44 dst, f32 xT, f32 yT, f32 zT );
136 void PSMTX44Trans ( Mtx44 m, f32 xT, f32 yT, f32 zT );
137 void PSMTX44TransApply ( const Mtx44 src, Mtx44 dst, f32 xT, f32 yT, f32 zT );
/RvlSDK-3.2.2/build/libraries/mtx/src/
Dmtx44.c829 void C_MTX44Trans ( Mtx44 m, f32 xT, f32 yT, f32 zT ) in C_MTX44Trans() argument
836 m[2][0] = 0.0f; m[2][1] = 0.0f; m[2][2] = 1.0f; m[2][3] = zT; in C_MTX44Trans()
851 register f32 zT in PSMTX44Trans() argument
863 stfs zT, 44(m); // m23 in PSMTX44Trans() local
893 void C_MTX44TransApply ( const Mtx44 src, Mtx44 dst, f32 xT, f32 yT, f32 zT ) in C_MTX44TransApply() argument
909 dst[2][3] = src[2][3] + zT; in C_MTX44TransApply()
924 register f32 zT in PSMTX44TransApply() argument
933 frsp zT, zT; // to make sure zS = single precision in PSMTX44TransApply() local
942 ps_sum1 fp4, zT, fp4, fp4; in PSMTX44TransApply() local
Dmtx.c1862 void C_MTXTrans ( Mtx m, f32 xT, f32 yT, f32 zT ) in C_MTXTrans() argument
1870 m[2][0] = 0.0f; m[2][1] = 0.0f; m[2][2] = 1.0f; m[2][3] = zT; in C_MTXTrans()
1884 register f32 zT in PSMTXTrans() argument
1900 stfs zT, 44(m) in PSMTXTrans()
1930 void C_MTXTransApply ( const Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT ) in C_MTXTransApply() argument
1944 dst[2][3] = src[2][3] + zT; in C_MTXTransApply()
1958 register f32 zT ) in PSMTXTransApply() argument
1966 frsp zT, zT; // to make sure zT = single precision in PSMTXTransApply() local
1975 ps_sum1 fp8, zT, fp8, fp8; in PSMTXTransApply() local
/RvlSDK-3.2.2/include/revolution/
Dmtx.h293 void C_MTXTrans ( Mtx m, f32 xT, f32 yT, f32 zT );
294 void C_MTXTransApply ( const Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT );
307 void PSMTXTrans ( Mtx m, f32 xT, f32 yT, f32 zT );
308 void PSMTXTransApply ( const Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT );