Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/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.4/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 …TranslateFIdx(MTX34* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ, const VEC3& vT) { return MTX34RotXYZTr… 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.4/include/nn/math/inline/
Dmath_Matrix34.ipp135 @param[in] fIdxX 1 円周を 256.0 とする単位での X 軸周りの角度
143 MTX34RotXYZTranslateFIdx(MTX34* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ, const VEC3* pT)
145 (void)MTX34RotXYZFIdx(pOut, fIdxX, fIdxY, fIdxZ);
/CTR-SDK-0.14.4/include/nn/math/ARMv6/inline/
Dmath_Matrix34.ipp569 @param[in] fIdxX 1 円周を 256.0 とする単位での X 軸周りの角度
576 MTX34RotXYZFIdxC(MTX34* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ)
578 NN_FLOAT_ASSERT(fIdxX);
587 SinCosFIdx(&sinx, &cosx, fIdxX);
615 MTX34RotXYZFIdxC_FAST(MTX34* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ)
617 NN_FLOAT_ASSERT(fIdxX);
646 negx = (fIdxX < 0.0f) ? 1 : 0;
647 abs_fidxx = FAbs(fIdxX);
1397 f32 fIdxX = NN_MATH_DEG_TO_FIDX(pCamRotate->x);
1417 negx = (fIdxX < 0.0f) ? 1 : 0;
[all …]
Dmath_Matrix44.ipp1090 @param[in] fIdxX 1 円周を 256.0 とする単位での X 軸周りの角度
1097 MTX44RotXYZFIdxC(MTX44* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ)
1099 NN_FLOAT_ASSERT(fIdxX);
1108 SinCosFIdx(&sinx, &cosx, fIdxX);
1141 MTX44RotXYZFIdxC_FAST(MTX44* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ)
1143 NN_FLOAT_ASSERT(fIdxX);
1172 negx = (fIdxX < 0.0f) ? 1 : 0;
1173 abs_fidxx = FAbs(fIdxX);