| /TwlSDK-5.1.0/include/nitro/fx/ |
| D | fx_mtx33.h | 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); 47 void MTX_RotAxis33(MtxFx33 *pDst, const VecFx32 *vec, fx32 sinVal, fx32 cosVal); 57 void MTX_RotX33_(register MtxFx33 *pDst, register fx32 sinVal, register fx32 cosVal); 58 void MTX_RotY33_(register MtxFx33 *pDst, register fx32 sinVal, register fx32 cosVal); 59 void MTX_RotZ33_(register MtxFx33 *pDst, register fx32 sinVal, register fx32 cosVal); 179 SDK_INLINE void MTX_RotX33(MtxFx33 *pDst, fx32 sinVal, fx32 cosVal) in MTX_RotX33() argument 182 MTX_RotX33_(pDst, sinVal, cosVal); in MTX_RotX33() 196 SDK_INLINE void MTX_RotY33(MtxFx33 *pDst, fx32 sinVal, fx32 cosVal) in MTX_RotY33() argument [all …]
|
| D | fx_mtx43.h | 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); 47 void MTX_RotAxis43(MtxFx43 *pDst, const VecFx32 *vec, fx32 sinVal, fx32 cosVal); 57 void MTX_RotX43_(register MtxFx43 *pDst, register fx32 sinVal, register fx32 cosVal); 58 void MTX_RotY43_(register MtxFx43 *pDst, register fx32 sinVal, register fx32 cosVal); 59 void MTX_RotZ43_(register MtxFx43 *pDst, register fx32 sinVal, register fx32 cosVal); 180 SDK_INLINE void MTX_RotX43(MtxFx43 *pDst, fx32 sinVal, fx32 cosVal) in MTX_RotX43() argument 183 MTX_RotX43_(pDst, sinVal, cosVal); in MTX_RotX43() 197 SDK_INLINE void MTX_RotY43(MtxFx43 *pDst, fx32 sinVal, fx32 cosVal) in MTX_RotY43() argument [all …]
|
| D | fx_mtx44.h | 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); 47 void MTX_RotAxis44(MtxFx44 *pDst, const VecFx32 *vec, fx32 sinVal, fx32 cosVal); 58 void MTX_RotX44_(register MtxFx44 *pDst, register fx32 sinVal, register fx32 cosVal); 59 void MTX_RotY44_(register MtxFx44 *pDst, register fx32 sinVal, register fx32 cosVal); 60 void MTX_RotZ44_(register MtxFx44 *pDst, register fx32 sinVal, register fx32 cosVal); 186 SDK_INLINE void MTX_RotX44(MtxFx44 *pDst, fx32 sinVal, fx32 cosVal) in MTX_RotX44() argument 189 MTX_RotX44_(pDst, sinVal, cosVal); in MTX_RotX44() 204 SDK_INLINE void MTX_RotY44(MtxFx44 *pDst, fx32 sinVal, fx32 cosVal) in MTX_RotY44() argument [all …]
|
| D | fx_mtx22.h | 39 SDK_DECL_INLINE void MTX_Rot22(MtxFx22 *pDst, fx32 sinVal, fx32 cosVal); 47 void MTX_Rot22_(register MtxFx22 *pDst, register fx32 sinVal, register fx32 cosVal); 133 SDK_INLINE void MTX_Rot22(MtxFx22 *pDst, fx32 sinVal, fx32 cosVal) in MTX_Rot22() argument 136 MTX_Rot22_(pDst, sinVal, cosVal); in MTX_Rot22()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/Sub_Oam_2/src/ |
| D | main.c | 99 fx16 sinVal, cosVal; in TwlMain() local 103 sinVal = FX_SinIdx(rotate); in TwlMain() 106 mtx._01 = sinVal; in TwlMain() 107 mtx._10 = -sinVal; in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_Oam_2/src/ |
| D | main.c | 98 fx16 sinVal, cosVal; in TwlMain() local 102 sinVal = FX_SinIdx(rotate); in TwlMain() 105 mtx._01 = sinVal; in TwlMain() 106 mtx._10 = -sinVal; in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/Sub_CharBg_2/src/ |
| D | main.c | 91 fx16 sinVal, cosVal; in TwlMain() local 114 sinVal = FX_SinIdx(rotate); in TwlMain() 118 mtx._01 = (fx32)sinVal; in TwlMain() 119 mtx._10 = -(fx32)sinVal; in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_CharBg_2/src/ |
| D | main.c | 91 fx16 sinVal, cosVal; in TwlMain() local 114 sinVal = FX_SinIdx(rotate); in TwlMain() 118 mtx._01 = (fx32)sinVal; in TwlMain() 119 mtx._10 = -(fx32)sinVal; in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_CharBg_256BMP/src/ |
| D | main.c | 229 fx16 sinVal = FX_SinIdx(rotate); in TwlMain() local 234 mtx._01 = (fx32)((sinVal * rScale) >> FX32_SHIFT); in TwlMain() 235 mtx._10 = -(fx32)((sinVal * rScale) >> FX32_SHIFT); in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_CharBg_Direct/src/ |
| D | main.c | 207 fx16 sinVal = FX_SinIdx(rotate); in TwlMain() local 212 mtx._01 = (fx32)((sinVal * rScale) >> FX32_SHIFT); in TwlMain() 213 mtx._10 = -(fx32)((sinVal * rScale) >> FX32_SHIFT); in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_CharBg_256_16/src/ |
| D | main.c | 244 fx16 sinVal = FX_SinIdx(rotate); in TwlMain() local 249 mtx._01 = (fx32)((sinVal * rScale) >> FX32_SHIFT); in TwlMain() 250 mtx._10 = -(fx32)((sinVal * rScale) >> FX32_SHIFT); in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_Oam_Bmp1D/src/ |
| D | main.c | 190 fx16 sinVal = FX_SinIdx(rotate); in TwlMain() local 196 mtx._01 = (fx32)((sinVal * rScale) >> FX32_SHIFT); in TwlMain() 197 mtx._10 = -(fx32)((sinVal * rScale) >> FX32_SHIFT); in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_Oam_Direct/src/ |
| D | main.c | 202 fx16 sinVal = FX_SinIdx(rotate); in TwlMain() local 208 mtx._01 = (fx32)((sinVal * rScale) >> FX32_SHIFT); in TwlMain() 209 mtx._10 = -(fx32)((sinVal * rScale) >> FX32_SHIFT); in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_Oam_256_16/src/ |
| D | main.c | 204 fx16 sinVal = FX_SinIdx(rotate); in TwlMain() local 210 mtx._01 = (fx32)((sinVal * rScale) >> FX32_SHIFT); in TwlMain() 211 mtx._10 = -(fx32)((sinVal * rScale) >> FX32_SHIFT); in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_Oam_Char1D/src/ |
| D | main.c | 219 fx16 sinVal = FX_SinIdx(rotate); in TwlMain() local 225 mtx._01 = (fx32)((sinVal * rScale) >> FX32_SHIFT); in TwlMain() 226 mtx._10 = -(fx32)((sinVal * rScale) >> FX32_SHIFT); in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/fx/test/src/ |
| D | fx_append_mtx.c | 100 static void MTX_RotY43D_(MtxD43 * pDst, fx32 sinVal, fx32 cosVal); 101 static void MTX_RotZ43D_(MtxD43 * pDst, fx32 sinVal, fx32 cosVal); 232 static void MTX_RotY43D_(MtxD43 * pDst, fx32 sinVal, fx32 cosVal) in MTX_RotY43D_() argument 238 pDst->_02 = (double)FX_FX32_TO_F32(-sinVal); in MTX_RotY43D_() 242 pDst->_20 = (double)FX_FX32_TO_F32(sinVal); in MTX_RotY43D_() 251 static void MTX_RotZ43D_(MtxD43 * pDst, fx32 sinVal, fx32 cosVal) in MTX_RotZ43D_() argument 256 pDst->_01 = (double)FX_FX32_TO_F32(sinVal); in MTX_RotZ43D_() 258 pDst->_10 = (double)FX_FX32_TO_F32(-sinVal); in MTX_RotZ43D_()
|
| /TwlSDK-5.1.0/build/libraries/fx/common/src/ |
| D | fx_mtx33.c | 149 asm void MTX_RotX33_(register MtxFx33 * pDst, register fx32 sinVal, register fx32 cosVal) in MTX_RotX33_() argument 170 asm void MTX_RotY33_(register MtxFx33 * pDst, register fx32 sinVal, register fx32 cosVal) in MTX_RotY33_() argument 191 asm void MTX_RotZ33_(register MtxFx33 * pDst, register fx32 sinVal, register fx32 cosVal) in MTX_RotZ33_() argument 222 void MTX_RotAxis33(MtxFx33 *pDst, const VecFx32 *vec, fx32 sinVal, fx32 cosVal) in MTX_RotAxis33() argument 231 ss = (fx64)sinVal; in MTX_RotAxis33()
|
| D | fx_mtx43.c | 159 asm void MTX_RotX43_(register MtxFx43 * pDst, register fx32 sinVal, register fx32 cosVal) in MTX_RotX43_() argument 181 asm void MTX_RotY43_(register MtxFx43 * pDst, register fx32 sinVal, register fx32 cosVal) in MTX_RotY43_() argument 202 asm void MTX_RotZ43_(register MtxFx43 * pDst, register fx32 sinVal, register fx32 cosVal) in MTX_RotZ43_() argument 235 void MTX_RotAxis43(MtxFx43 *pDst, const VecFx32 *vec, fx32 sinVal, fx32 cosVal) in MTX_RotAxis43() argument 237 MTX_RotAxis33((MtxFx33 *)pDst, vec, sinVal, cosVal); in MTX_RotAxis43()
|
| D | fx_mtx44.c | 223 asm void MTX_RotX44_(register MtxFx44 * pDst, register fx32 sinVal, register fx32 cosVal) in MTX_RotX44_() argument 251 asm void MTX_RotY44_(register MtxFx44 * pDst, register fx32 sinVal, register fx32 cosVal) in MTX_RotY44_() argument 278 asm void MTX_RotZ44_(register MtxFx44 * pDst, register fx32 sinVal, register fx32 cosVal) in MTX_RotZ44_() argument 317 void MTX_RotAxis44(MtxFx44 *pDst, const VecFx32 *vec, fx32 sinVal, fx32 cosVal) in MTX_RotAxis44() argument 326 ss = (fx64)sinVal; in MTX_RotAxis44()
|
| D | fx_mtx22.c | 63 asm void MTX_Rot22_(register MtxFx22 * pDst, register fx32 sinVal, register fx32 cosVal) in MTX_Rot22_() argument
|