Searched refs:xT (Results 1 – 4 of 4) sorted by relevance
| /RvlSDK-3.2/include/revolution/mtx/ |
| D | mtx44ext.h | 125 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/build/libraries/mtx/src/ |
| D | mtx44.c | 829 void C_MTX44Trans ( Mtx44 m, f32 xT, f32 yT, f32 zT ) in C_MTX44Trans() argument 834 m[0][0] = 1.0f; m[0][1] = 0.0f; m[0][2] = 0.0f; m[0][3] = xT; in C_MTX44Trans() 849 register f32 xT, in PSMTX44Trans() argument 860 stfs xT, 12(m); // m03 in PSMTX44Trans() local 893 void C_MTX44TransApply ( const Mtx44 src, Mtx44 dst, f32 xT, f32 yT, f32 zT ) in C_MTX44TransApply() argument 907 dst[0][3] = src[0][3] + xT; in C_MTX44TransApply() 922 register f32 xT, in PSMTX44TransApply() argument 929 frsp xT, xT; // to make sure xS = single precision in PSMTX44TransApply() local 936 ps_sum1 fp5, xT, fp5, fp5; in PSMTX44TransApply() local
|
| D | mtx.c | 1862 void C_MTXTrans ( Mtx m, f32 xT, f32 yT, f32 zT ) in C_MTXTrans() argument 1868 m[0][0] = 1.0f; m[0][1] = 0.0f; m[0][2] = 0.0f; m[0][3] = xT; in C_MTXTrans() 1882 register f32 xT, in PSMTXTrans() argument 1892 stfs xT, 12(m) in PSMTXTrans() 1930 void C_MTXTransApply ( const Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT ) in C_MTXTransApply() argument 1942 dst[0][3] = src[0][3] + xT; in C_MTXTransApply() 1956 register f32 xT, in PSMTXTransApply() argument 1962 frsp xT, xT; // to make sure xT = single precision in PSMTXTransApply() local 1969 ps_sum1 fp5, xT, fp5, fp5; in PSMTXTransApply() local
|
| /RvlSDK-3.2/include/revolution/ |
| D | mtx.h | 293 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 );
|