Searched defs:xT (Results 1 – 2 of 2) sorted by relevance
| /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() 849 register f32 xT, in PSMTX44Trans() 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() 922 register f32 xT, in PSMTX44TransApply() 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() 1882 register f32 xT, in PSMTXTrans() 1930 void C_MTXTransApply ( const Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT ) in C_MTXTransApply() 1956 register f32 xT, in PSMTXTransApply() 1962 frsp xT, xT; // to make sure xT = single precision in PSMTXTransApply() local 1969 ps_sum1 fp5, xT, fp5, fp5; in PSMTXTransApply() local
|