Searched refs:fRad (Results 1 – 6 of 6) sorted by relevance
| /CTR-SDK-4.2.8-20130828/include/nn/math/ |
| D | math_Matrix34.h | 281 NN_MATH_INLINE MTX34* MTX34RotAxisRad(MTX34* pOut, const VEC3* pAxis, f32 fRad); 293 NN_FORCE_INLINE MTX34* MTX34RotAxisRad_( MTX34* pOut, const VEC3 *pAxis, f32 fRad ); 304 NN_FORCE_INLINE MTX34* MTX34RotAxisRadPartially(MTX34* pOut, const VEC3* pAxis, f32 fRad); 946 MTX34RotAxisRad(MTX34* pOut, const VEC3* pAxis, f32 fRad) in MTX34RotAxisRad() argument 948 return MTX34RotAxisFIdx(pOut, pAxis, NN_MATH_RAD_TO_FIDX(fRad)); in MTX34RotAxisRad() 952 MTX34RotAxisRadPartially(MTX34* pOut, const VEC3* pAxis, f32 fRad) in MTX34RotAxisRadPartially() argument 956 return ARMv6::MTX34RotAxisRad_C(pOut, pAxis, fRad, false); in MTX34RotAxisRadPartially() 958 return ARMv6::MTX34RotAxisRad_C_FAST(pOut, pAxis, fRad, false); in MTX34RotAxisRadPartially() 961 return ARMv6::MTX34RotAxisRad_C_FAST(pOut, pAxis, fRad, false); in MTX34RotAxisRadPartially() 1221 MTX34RotAxisRad_( MTX34* pOut, const VEC3 *pAxis, f32 fRad ) in MTX34RotAxisRad_() argument [all …]
|
| D | math_Matrix44.h | 349 NN_MATH_INLINE MTX44* MTX44RotAxisRad(MTX44* pOut, const VEC3* pAxis, f32 fRad); 362 NN_FORCE_INLINE MTX44* MTX44RotAxisRad_( MTX44* pOut, const VEC3 *pAxis, f32 fRad ); 997 MTX44RotAxisRad_( MTX44* pOut, const VEC3 *pAxis, f32 fRad ) in MTX44RotAxisRad_() argument 1001 return ARMv6::MTX44RotAxisRad_C(pOut, pAxis, fRad); in MTX44RotAxisRad_() 1003 return ARMv6::MTX44RotAxisRad_C_FAST(pOut, pAxis, fRad); in MTX44RotAxisRad_() 1006 return ARMv6::MTX44RotAxisRad_C_FAST(pOut, pAxis, fRad); in MTX44RotAxisRad_() 1104 MTX44RotAxisRad(MTX44* pOut, const VEC3* pAxis, f32 fRad) in MTX44RotAxisRad() argument 1106 return MTX44RotAxisFIdx(pOut, pAxis, NN_MATH_RAD_TO_FIDX(fRad)); in MTX44RotAxisRad() 1162 …TX44RotAxisRad(MTX44* pOut, const VEC3& vAxis, f32 fRad) { return MTX44RotAxisRad( pOut, &vAxis, f… in MTX44RotAxisRad() argument
|
| /CTR-SDK-4.2.8-20130828/include/nn/math/ARMv6/ |
| D | math_Matrix44.h | 37 NN_MATH_INLINE MTX44* MTX44RotAxisRad_C( MTX44* pOut, const VEC3 *pAxis, f32 fRad ); 38 NN_MATH_INLINE MTX44* MTX44RotAxisRad_C_FAST( MTX44* pOut, const VEC3 *pAxis, f32 fRad );
|
| D | math_Matrix34.h | 47 NN_MATH_INLINE MTX34* MTX34RotAxisRad_C_FAST( MTX34* pOut, const VEC3 *pAxis, f32 fRad, bool isChan… 67 NN_MATH_INLINE MTX34* MTX34RotAxisRad_C( MTX34* pOut, const VEC3 *pAxis, f32 fRad, bool isChangeTra…
|
| /CTR-SDK-4.2.8-20130828/include/nn/math/ARMv6/inline/ |
| D | math_Matrix34.ipp | 456 MTX34RotAxisRad_C( MTX34* pOut, const VEC3 *pAxis, f32 fRad, bool isChangeTrans ) 470 s = ::std::sinf(fRad); 471 c = ::std::cosf(fRad); 502 MTX34RotAxisRad_C_FAST( MTX34* pOut, const VEC3 *pAxis, f32 fRad, bool isChangeTrans ) 517 SinCosFIdx(&s, &c, NN_MATH_RAD_TO_FIDX(fRad)); 519 s = ::std::sinf(fRad); 520 c = ::std::cosf(fRad);
|
| D | math_Matrix44.ipp | 965 MTX44RotAxisRad_C( MTX44* pOut, const VEC3 *pAxis, f32 fRad ) 979 s = ::std::sinf(fRad); 980 c = ::std::cosf(fRad); 1016 MTX44RotAxisRad_C_FAST( MTX44* pOut, const VEC3 *pAxis, f32 fRad ) 1032 SinCosFIdx(&s, &c, NN_MATH_RAD_TO_FIDX(fRad)); 1034 s = ::std::sinf(fRad); 1035 c = ::std::cosf(fRad);
|