Home
last modified time | relevance | path

Searched defs:zT (Results 1 – 8 of 8) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/mtx/headers/cafe/mtx/
Dmat44.h144 static inline void MAT44Trans ( Mat44 *m, f32 xT, f32 yT, f32 zT ) in MAT44Trans()
165 static inline void MAT44TransApply ( const Mat44 *src, Mat44 *dst, f32 xT, f32 yT, f32 zT ) in MAT44TransApply()
DmatVec.h328 static inline void MAT34Trans ( Mat34 *m, f32 xT, f32 yT, f32 zT ) in MAT34Trans()
349 static inline void MAT34TransApply ( const Mat34 *src, Mat34 *dst, f32 xT, f32 yT, f32 zT ) in MAT34TransApply()
/CafeSDK-2.12.13/system/include/cafe/mtx/
Dmat44.h144 static inline void MAT44Trans ( Mat44 *m, f32 xT, f32 yT, f32 zT ) in MAT44Trans()
165 static inline void MAT44TransApply ( const Mat44 *src, Mat44 *dst, f32 xT, f32 yT, f32 zT ) in MAT44TransApply()
DmatVec.h328 static inline void MAT34Trans ( Mat34 *m, f32 xT, f32 yT, f32 zT ) in MAT34Trans()
349 static inline void MAT34TransApply ( const Mat34 *src, Mat34 *dst, f32 xT, f32 yT, f32 zT ) in MAT34TransApply()
/CafeSDK-2.12.13/system/src/lib/mtx/
Dmtx44_asm.s458 #define zT fp3 macro
505 #define zT fp3 macro
Dmtx44.c977 void C_MTX44Trans ( Mtx44 m, f32 xT, f32 yT, f32 zT ) in C_MTX44Trans()
993 void PSMTX44Trans( Mtx44 m, f32 xT, f32 yT, f32 zT ) in PSMTX44Trans()
1026 void C_MTX44TransApply ( MTX_CONST Mtx44 src, Mtx44 dst, f32 xT, f32 yT, f32 zT ) in C_MTX44TransApply()
1051 void PSMTX44TransApply ( MTX_CONST Mtx44 src, Mtx44 dst, f32 xT, f32 yT, f32 zT ) in PSMTX44TransApply()
Dmtx.c1635 void C_MTXTrans ( Mtx m, f32 xT, f32 yT, f32 zT ) in C_MTXTrans()
1650 void PSMTXTrans( Mtx m, f32 xT, f32 yT, f32 zT ) in PSMTXTrans()
1687 void C_MTXTransApply ( MTX_CONST Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT ) in C_MTXTransApply()
1710 void PSMTXTransApply( Mtx src, Mtx dst, f32 xT, f32 yT, f32 zT ) in PSMTXTransApply()
Dmtx_asm.s1170 #define zT fp3 macro
1215 #define zT fp3 macro