Home
last modified time | relevance | path

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

/RvlSDK-2.1/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-2.1/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.c1870 void C_MTXTrans ( Mtx m, f32 xT, f32 yT, f32 zT ) in C_MTXTrans() argument
1878 m[2][0] = 0.0f; m[2][1] = 0.0f; m[2][2] = 1.0f; m[2][3] = zT; in C_MTXTrans()
1892 register f32 zT in PSMTXTrans() argument
1908 stfs zT, 44(m) in PSMTXTrans()
1938 void C_MTXTransApply ( const Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT ) in C_MTXTransApply() argument
1952 dst[2][3] = src[2][3] + zT; in C_MTXTransApply()
1966 register f32 zT ) in PSMTXTransApply() argument
1974 frsp zT, zT; // to make sure zT = single precision in PSMTXTransApply() local
1983 ps_sum1 fp8, zT, fp8, fp8; in PSMTXTransApply() local
/RvlSDK-2.1/include/revolution/
Dmtx.h290 void C_MTXTrans ( Mtx m, f32 xT, f32 yT, f32 zT );
291 void C_MTXTransApply ( const Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT );
304 void PSMTXTrans ( Mtx m, f32 xT, f32 yT, f32 zT );
305 void PSMTXTransApply ( const Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT );