Home
last modified time | relevance | path

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

/CTR-SDK-4.2.8-20130828/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.h48 NN_MATH_INLINE MTX34* MTX34RotXYZFIdxC_FAST(MTX34* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ, bool isCh…
68 NN_MATH_INLINE MTX34* MTX34RotXYZFIdxC(MTX34* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ, bool isChangeT…
/CTR-SDK-4.2.8-20130828/include/nn/math/
Dmath_Matrix34.h340 NN_FORCE_INLINE MTX34* MTX34RotXYZFIdx(MTX34* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ);
377 NN_MATH_INLINE MTX34* MTX34RotXYZTranslateFIdx(MTX34* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ, const …
1238 MTX34RotXYZFIdx(MTX34* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ) in MTX34RotXYZFIdx() argument
1242 return ARMv6::MTX34RotXYZFIdxC(pOut, fIdxX, fIdxY, fIdxZ); in MTX34RotXYZFIdx()
1244 return ARMv6::MTX34RotXYZFIdxC_FAST(pOut, fIdxX, fIdxY, fIdxZ); in MTX34RotXYZFIdx()
1346 …TranslateFIdx(MTX34* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ, const VEC3& vT) { return MTX34RotXYZTr… in MTX34RotXYZTranslateFIdx() argument
Dmath_Matrix44.h386 NN_FORCE_INLINE MTX44* MTX44RotXYZFIdx(MTX44* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ);
1014 MTX44RotXYZFIdx(MTX44* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ) in MTX44RotXYZFIdx() argument
1018 return ARMv6::MTX44RotXYZFIdxC(pOut, fIdxX, fIdxY, fIdxZ); in MTX44RotXYZFIdx()
1020 return ARMv6::MTX44RotXYZFIdxC_FAST(pOut, fIdxX, fIdxY, fIdxZ); in MTX44RotXYZFIdx()
/CTR-SDK-4.2.8-20130828/include/nn/math/ARMv6/inline/
Dmath_Matrix34.ipp578 MTX34RotXYZFIdxC(MTX34* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ, bool isChangeTrans)
580 NN_FLOAT_ASSERT(fIdxX);
589 SinCosFIdx(&sinx, &cosx, fIdxX);
620 MTX34RotXYZFIdxC_FAST(MTX34* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ, bool isChangeTrans)
622 NN_FLOAT_ASSERT(fIdxX);
649 negx = (fIdxX < 0.0f) ? 1 : 0;
650 abs_fidxx = FAbs(fIdxX);
1403 f32 fIdxX = NN_MATH_DEG_TO_FIDX(pCamRotate->x);
1423 negx = (fIdxX < 0.0f) ? 1 : 0;
1424 abs_fidxx = FAbs(fIdxX);
Dmath_Matrix44.ipp1097 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);
/CTR-SDK-4.2.8-20130828/include/nn/math/inline/
Dmath_Matrix34.ipp84 MTX34RotXYZTranslateFIdx(MTX34* pOut, f32 fIdxX, f32 fIdxY, f32 fIdxZ, const VEC3* pT)
86 (void)MTX34RotXYZFIdx(pOut, fIdxX, fIdxY, fIdxZ);