| /TwlSDK-5.1.0/include/nitro/fx/ |
| D | fx_mtx43.h | 74 SDK_INLINE void MTX_Identity43(MtxFx43 *pDst) in MTX_Identity43() 90 SDK_INLINE void MTX_Copy43(const MtxFx43 *pSrc, MtxFx43 *pDst) in MTX_Copy43() 107 SDK_INLINE void MTX_Copy43To33(const MtxFx43 *pSrc, MtxFx33 *pDst) in MTX_Copy43To33() 124 SDK_INLINE void MTX_Copy43To44(const MtxFx43 *pSrc, MtxFx44 *pDst) in MTX_Copy43To44() 143 SDK_INLINE void MTX_Transpose43(const MtxFx43 *pSrc, MtxFx43 *pDst) in MTX_Transpose43() 163 SDK_INLINE void MTX_Scale43(MtxFx43 *pDst, fx32 x, fx32 y, fx32 z) in MTX_Scale43() 180 SDK_INLINE void MTX_RotX43(MtxFx43 *pDst, fx32 sinVal, fx32 cosVal) in MTX_RotX43() 197 SDK_INLINE void MTX_RotY43(MtxFx43 *pDst, fx32 sinVal, fx32 cosVal) in MTX_RotY43() 214 SDK_INLINE void MTX_RotZ43(MtxFx43 *pDst, fx32 sinVal, fx32 cosVal) in MTX_RotZ43()
|
| D | fx_mtx33.h | 74 SDK_INLINE void MTX_Identity33(MtxFx33 *pDst) in MTX_Identity33() 90 SDK_INLINE void MTX_Copy33(const MtxFx33 *pSrc, MtxFx33 *pDst) in MTX_Copy33() 107 SDK_INLINE void MTX_Copy33To43(const MtxFx33 *pSrc, MtxFx43 *pDst) in MTX_Copy33To43() 125 SDK_INLINE void MTX_Copy33To44(const MtxFx33 *pSrc, MtxFx44 *pDst) in MTX_Copy33To44() 143 SDK_INLINE void MTX_Transpose33(const MtxFx33 *pSrc, MtxFx33 *pDst) in MTX_Transpose33() 162 SDK_INLINE void MTX_Scale33(MtxFx33 *pDst, fx32 x, fx32 y, fx32 z) in MTX_Scale33() 179 SDK_INLINE void MTX_RotX33(MtxFx33 *pDst, fx32 sinVal, fx32 cosVal) in MTX_RotX33() 196 SDK_INLINE void MTX_RotY33(MtxFx33 *pDst, fx32 sinVal, fx32 cosVal) in MTX_RotY33() 213 SDK_INLINE void MTX_RotZ33(MtxFx33 *pDst, fx32 sinVal, fx32 cosVal) in MTX_RotZ33()
|
| D | fx_mtx22.h | 62 SDK_INLINE void MTX_Identity22(MtxFx22 *pDst) in MTX_Identity22() 78 SDK_INLINE void MTX_Copy22(const MtxFx22 *pSrc, MtxFx22 *pDst) in MTX_Copy22() 96 SDK_INLINE void MTX_Transpose22(const MtxFx22 *pSrc, MtxFx22 *pDst) in MTX_Transpose22() 115 SDK_INLINE void MTX_Scale22(MtxFx22 *pDst, fx32 x, fx32 y) in MTX_Scale22() 133 SDK_INLINE void MTX_Rot22(MtxFx22 *pDst, fx32 sinVal, fx32 cosVal) in MTX_Rot22()
|
| D | fx_mtx44.h | 77 SDK_INLINE void MTX_Identity44(MtxFx44 *pDst) in MTX_Identity44() 93 SDK_INLINE void MTX_Copy44(const MtxFx44 *pSrc, MtxFx44 *pDst) in MTX_Copy44() 112 SDK_INLINE void MTX_Copy44To33(const MtxFx44 *pSrc, MtxFx33 *pDst) in MTX_Copy44To33() 131 SDK_INLINE void MTX_Copy44To43(const MtxFx44 *pSrc, MtxFx43 *pDst) in MTX_Copy44To43() 149 SDK_INLINE void MTX_Transpose44(const MtxFx44 *pSrc, MtxFx44 *pDst) in MTX_Transpose44() 169 SDK_INLINE void MTX_Scale44(MtxFx44 *pDst, fx32 x, fx32 y, fx32 z) in MTX_Scale44() 186 SDK_INLINE void MTX_RotX44(MtxFx44 *pDst, fx32 sinVal, fx32 cosVal) in MTX_RotX44() 204 SDK_INLINE void MTX_RotY44(MtxFx44 *pDst, fx32 sinVal, fx32 cosVal) in MTX_RotY44() 222 SDK_INLINE void MTX_RotZ44(MtxFx44 *pDst, fx32 sinVal, fx32 cosVal) in MTX_RotZ44()
|
| /TwlSDK-5.1.0/build/libraries/fx/common/src/ |
| D | fx_mtx22.c | 29 asm void MTX_Identity22_(register MtxFx22* pDst) in MTX_Identity22_() 39 asm void MTX_Transpose22_(const register MtxFx22* pSrc, register MtxFx22* pDst) in MTX_Transpose22_() 52 asm void MTX_Scale22_(register MtxFx22* pDst, register fx32 x, register fx32 y) in MTX_Scale22_() 63 asm void MTX_Rot22_(register MtxFx22 * pDst, register fx32 sinVal, register fx32 cosVal) in MTX_Rot22_() 89 void MTX_ScaleApply22(const MtxFx22 *pSrc, MtxFx22 *pDst, fx32 x, fx32 y) in MTX_ScaleApply22() 117 int MTX_Inverse22(const MtxFx22 *pSrc, MtxFx22 *pDst) in MTX_Inverse22()
|
| D | fx_mtx43.c | 26 asm void MTX_Identity43_(register MtxFx43* pDst) in MTX_Identity43_() 41 asm void MTX_Copy43To44_(register const MtxFx43* pSrc, register MtxFx44* pDst) in MTX_Copy43To44_() 61 asm void MTX_Transpose43_(register const MtxFx43* pSrc, register MtxFx43* pDst) in MTX_Transpose43_() 92 void MTX_TransApply43(const MtxFx43 *pSrc, MtxFx43 *pDst, fx32 x, fx32 y, fx32 z) in MTX_TransApply43() 116 asm void MTX_Scale43_(register MtxFx43* pDst, register fx32 x, register fx32 y, register fx32 z) in MTX_Scale43_() 148 void MTX_ScaleApply43(const MtxFx43 *pSrc, MtxFx43 *pDst, fx32 x, fx32 y, fx32 z) in MTX_ScaleApply43() 159 asm void MTX_RotX43_(register MtxFx43 * pDst, register fx32 sinVal, register fx32 cosVal) in MTX_RotX43_() 181 asm void MTX_RotY43_(register MtxFx43 * pDst, register fx32 sinVal, register fx32 cosVal) in MTX_RotY43_() 202 asm void MTX_RotZ43_(register MtxFx43 * pDst, register fx32 sinVal, register fx32 cosVal) in MTX_RotZ43_() 235 void MTX_RotAxis43(MtxFx43 *pDst, const VecFx32 *vec, fx32 sinVal, fx32 cosVal) in MTX_RotAxis43() [all …]
|
| D | fx_mtx33.c | 28 asm void MTX_Identity33_(register MtxFx33* pDst) in MTX_Identity33_() 41 asm void MTX_Copy33To43_(const register MtxFx33* pSrc, register MtxFx43* pDst) in MTX_Copy33To43_() 59 asm void MTX_Copy33To44_(const register MtxFx33* pSrc, register MtxFx44* pDst) in MTX_Copy33To44_() 82 asm void MTX_Transpose33_(const register MtxFx33* pSrc, register MtxFx33* pDst) in MTX_Transpose33_() 96 asm void MTX_Scale33_(register MtxFx33* pDst, register fx32 x, register fx32 y, register fx32 z) in MTX_Scale33_() 125 void MTX_ScaleApply33(const MtxFx33 *pSrc, MtxFx33 *pDst, fx32 x, fx32 y, fx32 z) in MTX_ScaleApply33() 149 asm void MTX_RotX33_(register MtxFx33 * pDst, register fx32 sinVal, register fx32 cosVal) in MTX_RotX33_() 170 asm void MTX_RotY33_(register MtxFx33 * pDst, register fx32 sinVal, register fx32 cosVal) in MTX_RotY33_() 191 asm void MTX_RotZ33_(register MtxFx33 * pDst, register fx32 sinVal, register fx32 cosVal) in MTX_RotZ33_() 222 void MTX_RotAxis33(MtxFx33 *pDst, const VecFx32 *vec, fx32 sinVal, fx32 cosVal) in MTX_RotAxis33() [all …]
|
| D | fx_mtx44.c | 30 asm void MTX_Identity44_(register MtxFx44* pDst) in MTX_Identity44_() 46 asm void MTX_Copy44To33_(register const MtxFx44* pSrc, register MtxFx33* pDst) in MTX_Copy44To33_() 63 asm void MTX_Copy44To43_(register const MtxFx44* pSrc, register MtxFx43* pDst) in MTX_Copy44To43_() 97 void MTX_TransApply44(const MtxFx44 *pSrc, MtxFx44 *pDst, fx32 x, fx32 y, fx32 z) in MTX_TransApply44() 122 asm void MTX_Transpose44_(register const MtxFx44* pSrc, register MtxFx44* pDst) in MTX_Transpose44_() 145 asm void MTX_Scale44_(register MtxFx44 * pDst, register fx32 x, register fx32 y, register fx32 z) in MTX_Scale44_() 182 void MTX_ScaleApply44(const MtxFx44 *pSrc, MtxFx44 *pDst, fx32 x, fx32 y, fx32 z) in MTX_ScaleApply44() 223 asm void MTX_RotX44_(register MtxFx44 * pDst, register fx32 sinVal, register fx32 cosVal) in MTX_RotX44_() 251 asm void MTX_RotY44_(register MtxFx44 * pDst, register fx32 sinVal, register fx32 cosVal) in MTX_RotY44_() 278 asm void MTX_RotZ44_(register MtxFx44 * pDst, register fx32 sinVal, register fx32 cosVal) in MTX_RotZ44_() [all …]
|
| D | fx_vec.c | 299 void VEC_Normalize(const VecFx32 *pSrc, VecFx32 *pDst) in VEC_Normalize() 338 void VEC_Fx16Normalize(const VecFx16 *pSrc, VecFx16 *pDst) in VEC_Fx16Normalize()
|
| /TwlSDK-5.1.0/build/libraries/rtc/ARM9.TWL/src/ |
| D | external_ex.c | 262 u32* pDst = (u32*)(w->buffer[0]); in RTCEXi_CommonCallback() local 272 u16* pDst = (u16*)(w->buffer[0]); in RTCEXi_CommonCallback() local
|
| /TwlSDK-5.1.0/build/libraries/mi/common/src/ |
| D | mi_secureuncompress.c | 97 u8 *pDst = destp; in MI_SecureUncompressRL() local 228 u8* pDst = destp; in MI_SecureUncompressLZ() local 531 u32 *pDst = destp; in MI_SecureUncompressHuffman() local 714 u8* pDst = destp; in MI_SecureUnfilterDiff() local
|
| /TwlSDK-5.1.0/build/libraries/rtc/ARM9/src/ |
| D | external.c | 1239 RTCDate *pDst = (RTCDate *)(rtcWork.buffer[0]); in RtcCommonCallback() local 1251 RTCTime *pDst = (RTCTime *)(rtcWork.buffer[0]); in RtcCommonCallback() local 1262 RTCDate *pDst = (RTCDate *)(rtcWork.buffer[0]); in RtcCommonCallback() local 1272 RTCTime *pDst = (RTCTime *)(rtcWork.buffer[1]); in RtcCommonCallback() local 1289 RTCAlarmStatus *pDst = (RTCAlarmStatus *)(rtcWork.buffer[0]); in RtcCommonCallback() local 1306 RTCAlarmStatus *pDst = (RTCAlarmStatus *)(rtcWork.buffer[0]); in RtcCommonCallback() local 1323 RTCAlarmParam *pDst = (RTCAlarmParam *)(rtcWork.buffer[0]); in RtcCommonCallback() local
|
| /TwlSDK-5.1.0/build/demos/fx/test/src/ |
| D | fx_append_mtx.c | 232 static void MTX_RotY43D_(MtxD43 * pDst, fx32 sinVal, fx32 cosVal) in MTX_RotY43D_() 251 static void MTX_RotZ43D_(MtxD43 * pDst, fx32 sinVal, fx32 cosVal) in MTX_RotZ43D_() 270 static void MTX_Translate43D_(MtxD43 * pDst, fx32 x, fx32 y, fx32 z) in MTX_Translate43D_()
|
| D | fx_append_vec.c | 298 static void VEC_Normalize_d_(const VecFx32 *pSrc, VecD * pDst) in VEC_Normalize_d_()
|