Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/sources/libraries/fnd/detail/
Dfnd_DetailHeapCommonImpl.h81 #define NNSi_FndGetBitValue(data, st, bits) \ argument
82 (((data) >>(st)) & ((1 <<(bits)) -1))
96 #define NNSi_FndSetBitValue(data, st, bits, val) \ argument
101 (void)(maskBits <<= st); \
103 (data) |= newVal <<(st); \
/CTR-SDK-2.4.0/include/nn/math/ARMv6/inline/
Dmath_Matrix34.ipp1163 f32 st, ct;
1164 SinCosDeg(&st, &ct, twist);
1169 right.x = st * u.x + ct * r.x;
1170 right.y = st * u.y;
1171 right.z = st * u.z + ct * r.z;
1173 up.x = ct * u.x - st * r.x;
1175 up.z = ct * u.z - st * r.z;
1286 f32 st, ct;
1288 SinCosFIdx(&st, &ct, fidx);
1294 rightx = st * ux + ct * rx;
[all …]