Searched defs:yT (Results 1 – 8 of 8) sorted by relevance
| /CafeSDK-2.12.13/system/src/lib/mtx/headers/cafe/mtx/ |
| D | mat44.h | 144 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()
|
| D | matVec.h | 328 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/ |
| D | mat44.h | 144 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()
|
| D | matVec.h | 328 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/ |
| D | mtx44_asm.s | 457 #define yT fp2 macro 504 #define yT fp2 macro
|
| D | mtx44.c | 977 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()
|
| D | mtx.c | 1635 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()
|
| D | mtx_asm.s | 1169 #define yT fp2 macro 1214 #define yT fp2 macro
|