Home
last modified time | relevance | path

Searched defs:z (Results 1 – 22 of 22) sorted by relevance

/TwlSDK-5.1.0/include/nitro/gx/
Dg3imm.h278 static inline void G3_Scale(fx32 x, fx32 y, fx32 z) in G3_Scale()
297 static inline void G3_Translate(fx32 x, fx32 y, fx32 z) in G3_Translate()
333 static inline void G3_Normal(fx16 x, fx16 y, fx16 z) in G3_Normal()
373 static inline void G3_Vtx(fx16 x, fx16 y, fx16 z) in G3_Vtx()
390 static inline void G3_Vtx10(fx16 x, fx16 y, fx16 z) in G3_Vtx10()
424 static inline void G3_VtxXZ(fx16 x, fx16 z) in G3_VtxXZ()
441 static inline void G3_VtxYZ(fx16 y, fx16 z) in G3_VtxYZ()
458 static inline void G3_VtxDiff(fx16 x, fx16 y, fx16 z) in G3_VtxDiff()
604 static inline void G3_LightVector(GXLightId lightID, fx16 x, fx16 y, fx16 z) in G3_LightVector()
733 static inline void G3_PositionTest(fx16 x, fx16 y, fx16 z) in G3_PositionTest()
[all …]
Dg3c.h307 static inline void G3CS_Scale(GXDLInfo *info, fx32 x, fx32 y, fx32 z) in G3CS_Scale()
326 static inline void G3CS_Translate(GXDLInfo *info, fx32 x, fx32 y, fx32 z) in G3CS_Translate()
362 static inline void G3CS_Normal(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3CS_Normal()
404 static inline void G3CS_Vtx(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3CS_Vtx()
422 static inline void G3CS_Vtx10(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3CS_Vtx10()
458 static inline void G3CS_VtxXZ(GXDLInfo *info, fx16 x, fx16 z) in G3CS_VtxXZ()
476 static inline void G3CS_VtxYZ(GXDLInfo *info, fx16 y, fx16 z) in G3CS_VtxYZ()
495 static inline void G3CS_VtxDiff(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3CS_VtxDiff()
655 static inline void G3CS_LightVector(GXDLInfo *info, GXLightId lightID, fx16 x, fx16 y, fx16 z) in G3CS_LightVector()
807 static inline void G3CS_PositionTest(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3CS_PositionTest()
[all …]
Dg3b.h410 static inline void G3BS_Scale(GXDLInfo *info, fx32 x, fx32 y, fx32 z) in G3BS_Scale()
429 static inline void G3BS_Translate(GXDLInfo *info, fx32 x, fx32 y, fx32 z) in G3BS_Translate()
464 static inline void G3BS_Normal(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3BS_Normal()
506 static inline void G3BS_Vtx(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3BS_Vtx()
524 static inline void G3BS_Vtx10(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3BS_Vtx10()
560 static inline void G3BS_VtxXZ(GXDLInfo *info, fx16 x, fx16 z) in G3BS_VtxXZ()
578 static inline void G3BS_VtxYZ(GXDLInfo *info, fx16 y, fx16 z) in G3BS_VtxYZ()
597 static inline void G3BS_VtxDiff(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3BS_VtxDiff()
757 static inline void G3BS_LightVector(GXDLInfo *info, GXLightId lightID, fx16 x, fx16 y, fx16 z) in G3BS_LightVector()
909 static inline void G3BS_PositionTest(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3BS_PositionTest()
[all …]
Dg3.h421 fx16 z; member
478 #define GX_VECVTX10(x, y, z) \ argument
497 #define GX_VECVTXDIFF(x, y, z) \ argument
530 #define GX_PACK_LIGHTVECTOR_PARAM(lightID, x, y, z) \ argument
554 #define GX_PACK_NORMAL_PARAM(x, y, z) ((u32)GX_VECFX10((x), (y), (z))) argument
555 #define GX_PACK_VTX10_PARAM(x, y, z) ((u32)GX_VECVTX10((x), (y), (z))) argument
557 #define GX_PACK_VTXXZ_PARAM(x, z) (GX_FX16PAIR((x), (z))) argument
558 #define GX_PACK_VTXYZ_PARAM(y, z) (GX_FX16PAIR((y), (z))) argument
559 #define GX_PACK_VTXDIFF_PARAM(x, y, z) (GX_VECVTXDIFF((x), (y), (z))) argument
574 #define GX_PACK_VECTORTEST_PARAM(x, y, z) ((u32)GX_VECFX10((x), (y), (z))) argument
Dgxcommon.h84 #define GX_VECFX10(x, y, z) \ argument
/TwlSDK-5.1.0/include/nitro/fx/
Dfx_vec.h67 SDK_INLINE void VEC_Set(VecFx32 *a, fx32 x, fx32 y, fx32 z) in VEC_Set()
85 SDK_INLINE void VEC_Fx16Set(VecFx16 *a, fx16 x, fx16 y, fx16 z) in VEC_Fx16Set()
Dfx_mtx43.h163 SDK_INLINE void MTX_Scale43(MtxFx43 *pDst, fx32 x, fx32 y, fx32 z) in MTX_Scale43()
Dfx_mtx33.h162 SDK_INLINE void MTX_Scale33(MtxFx33 *pDst, fx32 x, fx32 y, fx32 z) in MTX_Scale33()
Dfx_mtx44.h169 SDK_INLINE void MTX_Scale44(MtxFx44 *pDst, fx32 x, fx32 y, fx32 z) in MTX_Scale44()
Dfx.h141 fx32 z; member
152 fx16 z; member
/TwlSDK-5.1.0/build/libraries/gx/ARM9/src/
Dg3b.c676 void G3B_Scale(GXDLInfo *info, fx32 x, fx32 y, fx32 z) in G3B_Scale()
697 void G3B_Translate(GXDLInfo *info, fx32 x, fx32 y, fx32 z) in G3B_Translate()
735 void G3B_Normal(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3B_Normal()
774 void G3B_Vtx(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3B_Vtx()
794 void G3B_Vtx10(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3B_Vtx10()
834 void G3B_VtxXZ(GXDLInfo *info, fx16 x, fx16 z) in G3B_VtxXZ()
854 void G3B_VtxYZ(GXDLInfo *info, fx16 y, fx16 z) in G3B_VtxYZ()
875 void G3B_VtxDiff(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3B_VtxDiff()
1015 void G3B_LightVector(GXDLInfo *info, GXLightId lightID, fx16 x, fx16 y, fx16 z) in G3B_LightVector()
1171 void G3B_PositionTest(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3B_PositionTest()
[all …]
Dg3c.c839 void G3C_Scale(GXDLInfo *info, fx32 x, fx32 y, fx32 z) in G3C_Scale()
860 void G3C_Translate(GXDLInfo *info, fx32 x, fx32 y, fx32 z) in G3C_Translate()
898 void G3C_Normal(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3C_Normal()
937 void G3C_Vtx(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3C_Vtx()
957 void G3C_Vtx10(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3C_Vtx10()
997 void G3C_VtxXZ(GXDLInfo *info, fx16 x, fx16 z) in G3C_VtxXZ()
1017 void G3C_VtxYZ(GXDLInfo *info, fx16 y, fx16 z) in G3C_VtxYZ()
1038 void G3C_VtxDiff(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3C_VtxDiff()
1176 void G3C_LightVector(GXDLInfo *info, GXLightId lightID, fx16 x, fx16 y, fx16 z) in G3C_LightVector()
1329 void G3C_PositionTest(GXDLInfo *info, fx16 x, fx16 y, fx16 z) in G3C_PositionTest()
[all …]
/TwlSDK-5.1.0/build/libraries/fx/common/src/
Dfx_mtx43.c92 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()
353 register fx32 x, y, z; in MTX_Concat43() local
444 register fx32 x, y, z; in MTX_MultVec43() local
Dfx_mtx33.c96 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()
362 register fx32 x, y, z; in MTX_Concat33() local
438 register fx32 x, y, z; in MTX_MultVec33() local
Dfx_mtx44.c97 void MTX_TransApply44(const MtxFx44 *pSrc, MtxFx44 *pDst, fx32 x, fx32 y, fx32 z) in MTX_TransApply44()
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()
379 register fx32 x, y, z, w; in MTX_Concat44() local
Dfx_vec.c179 fx32 x, y, z; in VEC_CrossProduct() local
210 fx32 x, y, z; in VEC_Fx16CrossProduct() local
/TwlSDK-5.1.0/build/demos/fx/test/src/
Dfx_test_common.h58 double z; member
Dfx_append_mtx.c168 register double x, y, z; in MTX_Concat43D_() local
270 static void MTX_Translate43D_(MtxD43 * pDst, fx32 x, fx32 y, fx32 z) in MTX_Translate43D_()
287 register double x, y, z, w; in MTX_Concat44D_() local
/TwlSDK-5.1.0/build/libraries/math/common/src/
Ddgt_md5.c41 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) argument
42 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) argument
43 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
44 #define I(x, y, z) ((y) ^ ((x) | (~z))) argument
Dnet_sha256.c50 #define SHA256_CH(x, y, z) (((x)&(y))^((~x)&(z))) argument
51 #define SHA256_MAJ(x, y, z) (((x)&(y))^((x)&(z))^((y)&(z))) argument
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_PolAttr_1Dot/src/
Dmain.c127 static void Cube(cubu_c * p, fx32 x, fx32 y, fx32 z) in Cube()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/RamOverFlow/src/
Dmain.c43 static void CircleVertex(const s32 x, const s32 y, const s32 z) in CircleVertex()