Searched refs:SDK_DECL_INLINE (Results 1 – 10 of 10) sorted by relevance
| /TwlSDK-5.1.0/include/nitro/fx/ |
| D | fx_mtx33.h | 37 SDK_DECL_INLINE void MTX_Identity33(MtxFx33 *pDst); 38 SDK_DECL_INLINE void MTX_Copy33(const MtxFx33 *pSrc, MtxFx33 *pDst); 39 SDK_DECL_INLINE void MTX_Copy33To43(const MtxFx33 *pSrc, MtxFx43 *pDst); 40 SDK_DECL_INLINE void MTX_Copy33To44(const MtxFx33 *pSrc, MtxFx44 *pDst); 41 SDK_DECL_INLINE void MTX_Transpose33(const MtxFx33 *pSrc, MtxFx33 *pDst); 42 SDK_DECL_INLINE void MTX_Scale33(MtxFx33 *pDst, fx32 x, fx32 y, fx32 z); 44 SDK_DECL_INLINE void MTX_RotX33(MtxFx33 *pDst, fx32 sinVal, fx32 cosVal); 45 SDK_DECL_INLINE void MTX_RotY33(MtxFx33 *pDst, fx32 sinVal, fx32 cosVal); 46 SDK_DECL_INLINE void MTX_RotZ33(MtxFx33 *pDst, fx32 sinVal, fx32 cosVal);
|
| D | fx_mtx43.h | 36 SDK_DECL_INLINE void MTX_Identity43(MtxFx43 *pDst); 37 SDK_DECL_INLINE void MTX_Copy43(const MtxFx43 *pSrc, MtxFx43 *pDst); 38 SDK_DECL_INLINE void MTX_Copy43To33(const MtxFx43 *pSrc, MtxFx33 *pDst); 39 SDK_DECL_INLINE void MTX_Copy43To44(const MtxFx43 *pSrc, MtxFx44 *pDst); 40 SDK_DECL_INLINE void MTX_Transpose43(const MtxFx43 *pSrc, MtxFx43 *pDst); 42 SDK_DECL_INLINE void MTX_Scale43(MtxFx43 *pDst, fx32 x, fx32 y, fx32 z); 44 SDK_DECL_INLINE void MTX_RotX43(MtxFx43 *pDst, fx32 sinVal, fx32 cosVal); 45 SDK_DECL_INLINE void MTX_RotY43(MtxFx43 *pDst, fx32 sinVal, fx32 cosVal); 46 SDK_DECL_INLINE void MTX_RotZ43(MtxFx43 *pDst, fx32 sinVal, fx32 cosVal);
|
| D | fx_cp.h | 40 SDK_DECL_INLINE fx32 FX_Mod(fx32 numer, fx32 denom); 47 SDK_DECL_INLINE void FX_DivAsyncImm(fx32 numer, fx32 denom); 54 SDK_DECL_INLINE void FX_InvAsyncImm(fx32 denom); 55 SDK_DECL_INLINE fx64c FX_GetInvResultFx64c(void); 56 SDK_DECL_INLINE fx32 FX_GetInvResult(void);
|
| D | fx_mtx22.h | 36 SDK_DECL_INLINE void MTX_Identity22(MtxFx22 *pDst); 37 SDK_DECL_INLINE void MTX_Copy22(const MtxFx22 *pSrc, MtxFx22 *pDst); 38 SDK_DECL_INLINE void MTX_Transpose22(const MtxFx22 *pSrc, MtxFx22 *pDst); 39 SDK_DECL_INLINE void MTX_Rot22(MtxFx22 *pDst, fx32 sinVal, fx32 cosVal);
|
| D | fx_mtx44.h | 37 SDK_DECL_INLINE void MTX_Identity44(MtxFx44 *pDst); 38 SDK_DECL_INLINE void MTX_Copy44To33(const MtxFx44 *pSrc, MtxFx33 *pDst); 39 SDK_DECL_INLINE void MTX_Copy44To43(const MtxFx44 *pSrc, MtxFx43 *pDst); 40 SDK_DECL_INLINE void MTX_Transpose44(const MtxFx44 *pSrc, MtxFx44 *pDst); 42 SDK_DECL_INLINE void MTX_Scale44(MtxFx44 *pDst, fx32 x, fx32 y, fx32 z); 44 SDK_DECL_INLINE void MTX_RotX44(MtxFx44 *pDst, fx32 sinVal, fx32 cosVal); 45 SDK_DECL_INLINE void MTX_RotY44(MtxFx44 *pDst, fx32 sinVal, fx32 cosVal); 46 SDK_DECL_INLINE void MTX_RotZ44(MtxFx44 *pDst, fx32 sinVal, fx32 cosVal);
|
| D | fx_trig.h | 52 SDK_DECL_INLINE fx16 FX_SinIdx(int idx); 53 SDK_DECL_INLINE fx16 FX_CosIdx(int idx);
|
| D | fx.h | 273 SDK_DECL_INLINE s32 FX_Whole(fx32 v); 274 SDK_DECL_INLINE fx32 FX_Floor(fx32 v); 336 SDK_DECL_INLINE fx32 FX_MulInline(fx32 v1, fx32 v2); 371 SDK_DECL_INLINE fx32 FX_Mul32x64cInline(fx32 v32, fx64c v64c);
|
| /TwlSDK-5.1.0/build/tools/stripdebug/ |
| D | types.h | 141 #define SDK_DECL_INLINE static macro
|
| /TwlSDK-5.1.0/build/tools/makelst/ |
| D | types.h | 141 #define SDK_DECL_INLINE static macro
|
| /TwlSDK-5.1.0/include/nitro/ |
| D | types.h | 146 #define SDK_DECL_INLINE static macro
|