Home
last modified time | relevance | path

Searched refs:SinCosDeg (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Triangular.h179 NN_MATH_INLINE void SinCosDeg(f32* s, f32* c, f32 deg) { SinCosFIdx(s, c, NN_MATH_DEG_TO_FIDX(deg))… in SinCosDeg() function
/CTR-SDK-4.2.5/include/nn/math/ARMv6/inline/
Dmath_Matrix34.ipp1170 SinCosDeg(&st, &ct, twist);
1293 // SinCosDeg(&st, &ct, twist);
1355 SinCosDeg(&sx, &cx, pCamRotate->x);
1356 SinCosDeg(&sy, &cy, pCamRotate->y);
1357 SinCosDeg(&sz, &cz, pCamRotate->z);