Searched refs:yT (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 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 | 1862 void C_MTXTrans ( Mtx m, f32 xT, f32 yT, f32 zT ) in C_MTXTrans() argument 1869 m[1][0] = 0.0f; m[1][1] = 1.0f; m[1][2] = 0.0f; m[1][3] = yT; in C_MTXTrans() 1883 register f32 yT, in PSMTXTrans() argument 1893 stfs yT, 28(m) in PSMTXTrans() 1930 void C_MTXTransApply ( const Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT ) in C_MTXTransApply() argument 1943 dst[1][3] = src[1][3] + yT; in C_MTXTransApply() 1957 register f32 yT, in PSMTXTransApply() argument 1964 frsp yT, yT; // to make sure yT = single precision in PSMTXTransApply() local 1972 ps_sum1 fp7, yT, fp7, fp7; 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 );
|