Home
last modified time | relevance | path

Searched refs:ab (Results 1 – 15 of 15) sorted by relevance

/TwlSDK-5.1.0/build/demos/fx/test/src/
Dfx_append_mtx.c99 static void MTX_Concat43D_(const MtxFx43 *afx, const MtxFx43 *bfx, MtxD43 * ab);
103 static void MTX_Concat44D_(const MtxFx44 *afx, const MtxFx44 *bfx, MtxD44 * ab);
163 static void MTX_Concat43D_(const MtxFx43 *afx, const MtxFx43 *bfx, MtxD43 * ab) in MTX_Concat43D_() argument
173 SDK_NULL_ASSERT(ab); in MTX_Concat43D_()
184 ab->_00 = x * b._00 + y * b._10 + z * b._20; in MTX_Concat43D_()
185 ab->_01 = x * b._01 + y * b._11 + z * b._21; in MTX_Concat43D_()
191 ab->_02 = x * xx + y * yy + z * zz; in MTX_Concat43D_()
198 ab->_12 = x * xx + y * yy + z * zz; in MTX_Concat43D_()
199 ab->_11 = x * b._01 + y * b._11 + z * b._21; in MTX_Concat43D_()
205 ab->_10 = x * xx + y * yy + z * zz; in MTX_Concat43D_()
[all …]
Dfx_append_vec.c90 static void VecSubVecD_(const VecD * a, const VecD * b, VecD * ab);
91 static void GetErrorVecD_(const VecD * a, const VecD * b, VecD * ab);
173 static void VecSubVecD_(const VecD * a, const VecD * b, VecD * ab) in VecSubVecD_() argument
177 SDK_NULL_ASSERT(ab); in VecSubVecD_()
179 ab->x = a->x - b->x; in VecSubVecD_()
180 ab->y = a->y - b->y; in VecSubVecD_()
181 ab->z = a->z - b->z; in VecSubVecD_()
185 static void GetErrorVecD_(const VecD * a, const VecD * b, VecD * ab) in GetErrorVecD_() argument
189 SDK_NULL_ASSERT(ab); in GetErrorVecD_()
191 VecSubVecD_(a, b, ab); in GetErrorVecD_()
[all …]
/TwlSDK-5.1.0/build/libraries/fx/common/src/
Dfx_vec.c39 void VEC_Add(const VecFx32 *a, const VecFx32 *b, VecFx32 *ab) in VEC_Add() argument
43 SDK_NULL_ASSERT(ab); in VEC_Add()
45 ab->x = a->x + b->x; in VEC_Add()
46 ab->y = a->y + b->y; in VEC_Add()
47 ab->z = a->z + b->z; in VEC_Add()
63 void VEC_Subtract(const VecFx32 *a, const VecFx32 *b, VecFx32 *ab) in VEC_Subtract() argument
67 SDK_NULL_ASSERT(ab); in VEC_Subtract()
69 ab->x = a->x - b->x; in VEC_Subtract()
70 ab->y = a->y - b->y; in VEC_Subtract()
71 ab->z = a->z - b->z; in VEC_Subtract()
[all …]
Dfx_mtx22.c175 void MTX_Concat22(const MtxFx22 *a, const MtxFx22 *b, MtxFx22 *ab) in MTX_Concat22() argument
184 SDK_NULL_ASSERT(ab); in MTX_Concat22()
186 if (ab == b) in MTX_Concat22()
192 p = ab; in MTX_Concat22()
212 *ab = tmp; in MTX_Concat22()
Dfx_mtx33.c357 void MTX_Concat33(const MtxFx33 *a, const MtxFx33 *b, MtxFx33 *ab) in MTX_Concat33() argument
367 SDK_NULL_ASSERT(ab); in MTX_Concat33()
369 if (ab == b) in MTX_Concat33()
375 p = ab; in MTX_Concat33()
419 *ab = tmp; in MTX_Concat33()
Dfx_mtx43.c348 void MTX_Concat43(const MtxFx43 *a, const MtxFx43 *b, MtxFx43 *ab) in MTX_Concat43() argument
358 SDK_NULL_ASSERT(ab); in MTX_Concat43()
360 if (ab == b) in MTX_Concat43()
366 p = ab; in MTX_Concat43()
425 *ab = tmp; in MTX_Concat43()
Dfx_mtx44.c374 void MTX_Concat44(const MtxFx44 *a, const MtxFx44 *b, MtxFx44 *ab) in MTX_Concat44() argument
384 SDK_NULL_ASSERT(ab); in MTX_Concat44()
386 if (ab == b) in MTX_Concat44()
392 p = ab; in MTX_Concat44()
481 *ab = tmp; in MTX_Concat44()
/TwlSDK-5.1.0/include/nitro/fx/
Dfx_vec.h35 void VEC_Add(const VecFx32 *a, const VecFx32 *b, VecFx32 *ab);
36 void VEC_Subtract(const VecFx32 *a, const VecFx32 *b, VecFx32 *ab);
46 void VEC_Fx16Add(const VecFx16 *a, const VecFx16 *b, VecFx16 *ab);
47 void VEC_Fx16Subtract(const VecFx16 *a, const VecFx16 *b, VecFx16 *ab);
Dfx_mtx22.h41 void MTX_Concat22(const MtxFx22 *a, const MtxFx22 *b, MtxFx22 *ab);
Dfx_mtx33.h49 void MTX_Concat33(const MtxFx33 *a, const MtxFx33 *b, MtxFx33 *ab);
Dfx_mtx43.h49 void MTX_Concat43(const MtxFx43 *a, const MtxFx43 *b, MtxFx43 *ab);
Dfx_mtx44.h48 void MTX_Concat44(const MtxFx44 *a, const MtxFx44 *b, MtxFx44 *ab);
/TwlSDK-5.1.0/man/en_US/tools/
Dbannerfont.rtf3 0022 ["] 00c1 [Á] 3005 [々] 30ab [カ]
/TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_CharBg_Direct/pictures/
Dpicture_256_256.ppm40 …��������������������������������������������������������������pqsQRSprr]^_`ab|~~��������������v}�…
809 …��D��D��C��B��A��@��>��<��9��7��5��3��2��1��0��.��,��+��*|�(y�&v%rz$mu#hm abXYPPE2 H)5\09c09c1…
/TwlSDK-5.1.0/build/demos/gx/UnitTours/2D_BmpBg_MainRam/pictures/
Dpicture_256_192_c.ppm1453 …!<> ^fD � !'�o}}w��}VKE@;*''$&$OS=MF:EB0�}v?.)�}fk\DLL:?5$a[P^ab`mo=HG'#