Home
last modified time | relevance | path

Searched refs:yT (Results 1 – 12 of 12) sorted by relevance

/CafeSDK-2.12.13-1/system/include/cafe/mtx/
Dmat44.h144 static inline void MAT44Trans ( Mat44 *m, f32 xT, f32 yT, f32 zT ) in MAT44Trans() argument
145 { MTX44Trans ( (Mtx44Ptr)(m->mtx), xT, yT, zT ); } in MAT44Trans()
165 static inline void MAT44TransApply ( const Mat44 *src, Mat44 *dst, f32 xT, f32 yT, f32 zT ) in MAT44TransApply() argument
166 { MTX44TransApply ( (Mtx44Ptr)(src->mtx), (Mtx44Ptr)(dst->mtx), xT, yT, zT ); } in MAT44TransApply()
Dmtx44.h203 void C_MTX44Trans ( Mtx44 m, f32 xT, f32 yT, f32 zT );
223 void C_MTX44TransApply ( MTX_CONST Mtx44 src, Mtx44 dst, f32 xT, f32 yT, f32 zT );
316 void PSMTX44Trans ( Mtx44 m, f32 xT, f32 yT, f32 zT );
317 void PSMTX44TransApply ( MTX_CONST Mtx44 src, Mtx44 dst, f32 xT, f32 yT, f32 zT );
328 void ASM_MTX44Trans ( Mtx44 m, f32 xT, f32 yT, f32 zT );
329 void ASM_MTX44TransApply ( MTX_CONST Mtx44 src, Mtx44 dst, f32 xT, f32 yT, f32 zT );
DmatVec.h328 static inline void MAT34Trans ( Mat34 *m, f32 xT, f32 yT, f32 zT ) in MAT34Trans() argument
329 { MTXTrans ( (MtxPtr)(m->mtx), xT, yT, zT ); } in MAT34Trans()
349 static inline void MAT34TransApply ( const Mat34 *src, Mat34 *dst, f32 xT, f32 yT, f32 zT ) in MAT34TransApply() argument
350 { MTXTransApply ( (MtxPtr)(src->mtx), (MtxPtr)(dst->mtx), xT, yT, zT ); } in MAT34TransApply()
DmtxVec.h513 void C_MTXTrans ( Mtx m, f32 xT, f32 yT, f32 zT );
533 void C_MTXTransApply ( MTX_CONST Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT );
630 void PSMTXTrans ( Mtx m, f32 xT, f32 yT, f32 zT );
631 void PSMTXTransApply( Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT );
643 void ASM_MTXTrans ( Mtx m, f32 xT, f32 yT, f32 zT );
644 void ASM_MTXTransApply ( MTX_CONST Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT );
/CafeSDK-2.12.13-1/system/src/lib/mtx/headers/cafe/mtx/
Dmat44.h144 static inline void MAT44Trans ( Mat44 *m, f32 xT, f32 yT, f32 zT ) in MAT44Trans() argument
145 { MTX44Trans ( (Mtx44Ptr)(m->mtx), xT, yT, zT ); } in MAT44Trans()
165 static inline void MAT44TransApply ( const Mat44 *src, Mat44 *dst, f32 xT, f32 yT, f32 zT ) in MAT44TransApply() argument
166 { MTX44TransApply ( (Mtx44Ptr)(src->mtx), (Mtx44Ptr)(dst->mtx), xT, yT, zT ); } in MAT44TransApply()
Dmtx44.h203 void C_MTX44Trans ( Mtx44 m, f32 xT, f32 yT, f32 zT );
223 void C_MTX44TransApply ( MTX_CONST Mtx44 src, Mtx44 dst, f32 xT, f32 yT, f32 zT );
316 void PSMTX44Trans ( Mtx44 m, f32 xT, f32 yT, f32 zT );
317 void PSMTX44TransApply ( MTX_CONST Mtx44 src, Mtx44 dst, f32 xT, f32 yT, f32 zT );
328 void ASM_MTX44Trans ( Mtx44 m, f32 xT, f32 yT, f32 zT );
329 void ASM_MTX44TransApply ( MTX_CONST Mtx44 src, Mtx44 dst, f32 xT, f32 yT, f32 zT );
DmatVec.h328 static inline void MAT34Trans ( Mat34 *m, f32 xT, f32 yT, f32 zT ) in MAT34Trans() argument
329 { MTXTrans ( (MtxPtr)(m->mtx), xT, yT, zT ); } in MAT34Trans()
349 static inline void MAT34TransApply ( const Mat34 *src, Mat34 *dst, f32 xT, f32 yT, f32 zT ) in MAT34TransApply() argument
350 { MTXTransApply ( (MtxPtr)(src->mtx), (MtxPtr)(dst->mtx), xT, yT, zT ); } in MAT34TransApply()
DmtxVec.h513 void C_MTXTrans ( Mtx m, f32 xT, f32 yT, f32 zT );
533 void C_MTXTransApply ( MTX_CONST Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT );
630 void PSMTXTrans ( Mtx m, f32 xT, f32 yT, f32 zT );
631 void PSMTXTransApply( Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT );
643 void ASM_MTXTrans ( Mtx m, f32 xT, f32 yT, f32 zT );
644 void ASM_MTXTransApply ( MTX_CONST Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT );
/CafeSDK-2.12.13-1/system/src/lib/mtx/
Dmtx44_asm.s457 #define yT fp2 macro
476 stfs yT, 28(m) // m13
492 #undef yT
504 #define yT fp2 macro
512 frsp yT, yT // to make sure yS = single precision
520 ps_sum1 fp7, yT, fp7, fp7
537 #undef yT
Dmtx44.c977 void C_MTX44Trans ( Mtx44 m, f32 xT, f32 yT, f32 zT ) in C_MTX44Trans() argument
982 m[1][0] = 0.0f; m[1][1] = 1.0f; m[1][2] = 0.0f; m[1][3] = yT; in C_MTX44Trans()
993 void PSMTX44Trans( Mtx44 m, f32 xT, f32 yT, f32 zT ) in PSMTX44Trans() argument
996 f32x2 yT2 = {0.0F, yT}; in PSMTX44Trans()
1026 void C_MTX44TransApply ( MTX_CONST Mtx44 src, Mtx44 dst, f32 xT, f32 yT, f32 zT ) in C_MTX44TransApply() argument
1041 dst[1][3] = src[1][3] + yT; in C_MTX44TransApply()
1051 void PSMTX44TransApply ( MTX_CONST Mtx44 src, Mtx44 dst, f32 xT, f32 yT, f32 zT ) in PSMTX44TransApply() argument
1055 f32x2 yT2 = {yT, 0.0F}; in PSMTX44TransApply()
Dmtx_asm.s1169 #define yT fp2 macro
1188 stfs yT, 28(m)
1202 #undef yT
1214 #define yT fp2 macro
1223 frsp yT, yT; // to make sure yT = single precision
1231 ps_sum1 fp7, yT, fp7, fp7
1244 #undef yT
Dmtx.c1635 void C_MTXTrans ( Mtx m, f32 xT, f32 yT, f32 zT ) in C_MTXTrans() argument
1640 m[1][0] = 0.0f; m[1][1] = 1.0f; m[1][2] = 0.0f; m[1][3] = yT; in C_MTXTrans()
1650 void PSMTXTrans( Mtx m, f32 xT, f32 yT, f32 zT ) in PSMTXTrans() argument
1653 f32x2 yT2 = {0.0F, yT}; in PSMTXTrans()
1687 void C_MTXTransApply ( MTX_CONST Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT ) in C_MTXTransApply() argument
1700 dst[1][3] = src[1][3] + yT; in C_MTXTransApply()
1710 void PSMTXTransApply( Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT ) in PSMTXTransApply() argument
1714 f32x2 yT10 = {yT, 0.0f}; in PSMTXTransApply()