Searched defs:yT (Results 1 – 2 of 2) sorted by relevance
| /RvlSDK-2.1/build/libraries/mtx/src/ |
| D | mtx.c | 1870 void C_MTXTrans ( Mtx m, f32 xT, f32 yT, f32 zT ) in C_MTXTrans() 1891 register f32 yT, in PSMTXTrans() 1938 void C_MTXTransApply ( const Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT ) in C_MTXTransApply() 1965 register f32 yT, in PSMTXTransApply() 1972 frsp yT, yT; // to make sure yT = single precision in PSMTXTransApply() local 1980 ps_sum1 fp7, yT, fp7, fp7; in PSMTXTransApply() local
|
| D | mtx44.c | 829 void C_MTX44Trans ( Mtx44 m, f32 xT, f32 yT, f32 zT ) in C_MTX44Trans() 850 register f32 yT, in PSMTX44Trans() 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() 923 register f32 yT, in PSMTX44TransApply() 931 frsp yT, yT; // to make sure yS = single precision in PSMTX44TransApply() local 939 ps_sum1 fp7, yT, fp7, fp7; in PSMTX44TransApply() local
|