Home
last modified time | relevance | path

Searched refs:fIdxZ (Results 1 – 7 of 7) sorted by relevance

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/math/ARMv6/
Dmath_Matrix44.h39 NN_MATH_INLINE MTX44* MTX44RotXYZFIdxC(MTX44* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ);
40 NN_MATH_INLINE MTX44* MTX44RotXYZFIdxC_FAST(MTX44* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ);
Dmath_Matrix34.h49 NN_MATH_INLINE MTX34* MTX34RotXYZFIdxC_FAST(MTX34* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ);
69 NN_MATH_INLINE MTX34* MTX34RotXYZFIdxC(MTX34* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ);
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/math/
Dmath_Matrix34.h61 NN_MATH_INLINE MTX34* MTX34RotXYZFIdx(MTX34* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ);
62 NN_MATH_INLINE MTX34* MTX34RotXYZTranslateFIdx(MTX34* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ, const …
888 MTX34RotXYZFIdx(MTX34* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ) in MTX34RotXYZFIdx() argument
892 return ARMv6::MTX34RotXYZFIdxC(pOut, fIdxX, fIdxY, fIdxZ); in MTX34RotXYZFIdx()
894 return ARMv6::MTX34RotXYZFIdxC_FAST(pOut, fIdxX, fIdxY, fIdxZ); in MTX34RotXYZFIdx()
1073 …4* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ, const VEC3& vT) { return MTX34RotXYZTranslateFIdx( pOut,… in MTX34RotXYZTranslateFIdx() argument
Dmath_Matrix44.h73 NN_MATH_INLINE MTX44* MTX44RotXYZFIdx(MTX44* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ);
101 NN_FORCE_INLINE MTX44* MTX44RotXYZFIdx(MTX44* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ);
866 MTX44RotXYZFIdx(MTX44* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ) in MTX44RotXYZFIdx() argument
870 return ARMv6::MTX44RotXYZFIdxC(pOut, fIdxX, fIdxY, fIdxZ); in MTX44RotXYZFIdx()
872 return ARMv6::MTX44RotXYZFIdxC_FAST(pOut, fIdxX, fIdxY, fIdxZ); in MTX44RotXYZFIdx()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/math/inline/
Dmath_Matrix34.ipp137 @param[in] fIdxZ 1 円周を 256.0 とする単位での Z 軸周りの角度
143 MTX34RotXYZTranslateFIdx(MTX34* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ, const VEC3* pT)
145 (void)MTX34RotXYZFIdx(pOut, fIdxX, fIdxY, fIdxZ);
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/math/ARMv6/inline/
Dmath_Matrix34.ipp571 @param[in] fIdxZ 1 円周を 256.0 とする単位での Z 軸周りの角度
576 MTX34RotXYZFIdxC(MTX34* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ)
580 NN_FLOAT_ASSERT(fIdxZ);
589 SinCosFIdx(&sinz, &cosz, fIdxZ);
615 MTX34RotXYZFIdxC_FAST(MTX34* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ)
619 NN_FLOAT_ASSERT(fIdxZ);
650 negz = (fIdxZ < 0.0f) ? 1 : 0;
651 abs_fidxz = FAbs(fIdxZ);
1399 f32 fIdxZ = NN_MATH_DEG_TO_FIDX(pCamRotate->z);
1421 negz = (fIdxZ < 0.0f) ? 1 : 0;
[all …]
Dmath_Matrix44.ipp1092 @param[in] fIdxZ 1 円周を 256.0 とする単位での Z 軸周りの角度
1097 MTX44RotXYZFIdxC(MTX44* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ)
1101 NN_FLOAT_ASSERT(fIdxZ);
1110 SinCosFIdx(&sinz, &cosz, fIdxZ);
1141 MTX44RotXYZFIdxC_FAST(MTX44* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ)
1145 NN_FLOAT_ASSERT(fIdxZ);
1176 negz = (fIdxZ < 0.0f) ? 1 : 0;
1177 abs_fidxz = FAbs(fIdxZ);