Searched refs:yT (Results 1 – 4 of 4) sorted by relevance
| /RvlSDK-2.1/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-2.1/build/libraries/mtx/src/ |
| D | mtx44.c | 829 void C_MTX44Trans ( Mtx44 m, f32 xT, f32 yT, f32 zT ) in C_MTX44Trans() argument 835 m[1][0] = 0.0f; m[1][1] = 1.0f; m[1][2] = 0.0f; m[1][3] = yT; in C_MTX44Trans() 850 register f32 yT, in PSMTX44Trans() argument 861 stfs yT, 28(m); // m13 in PSMTX44Trans() local 893 void C_MTX44TransApply ( const Mtx44 src, Mtx44 dst, f32 xT, f32 yT, f32 zT ) in C_MTX44TransApply() argument 908 dst[1][3] = src[1][3] + yT; in C_MTX44TransApply() 923 register f32 yT, in PSMTX44TransApply() argument 931 frsp yT, yT; // to make sure yS = single precision in PSMTX44TransApply() local 939 ps_sum1 fp7, yT, fp7, fp7; in PSMTX44TransApply() local
|
| D | mtx.c | 1870 void C_MTXTrans ( Mtx m, f32 xT, f32 yT, f32 zT ) in C_MTXTrans() argument 1877 m[1][0] = 0.0f; m[1][1] = 1.0f; m[1][2] = 0.0f; m[1][3] = yT; in C_MTXTrans() 1891 register f32 yT, in PSMTXTrans() argument 1901 stfs yT, 28(m) in PSMTXTrans() 1938 void C_MTXTransApply ( const Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT ) in C_MTXTransApply() argument 1951 dst[1][3] = src[1][3] + yT; in C_MTXTransApply() 1965 register f32 yT, in PSMTXTransApply() argument 1972 frsp yT, yT; // to make sure yT = single precision in PSMTXTransApply() local 1980 ps_sum1 fp7, yT, fp7, fp7; in PSMTXTransApply() local
|
| /RvlSDK-2.1/include/revolution/ |
| D | mtx.h | 290 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 );
|