Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Arithmetic.cpp516 f32 ss = s * s; in Bezier() local
520 f32 a3 = ss * t * 3.f; in Bezier()
521 f32 a4 = ss * s; in Bezier()
587 unsigned int ss, x; in CntBit1() local
592 ss = 0; in CntBit1()
599 ss += x; in CntBit1()
601 x = (ss & 0x00ff00ff) + ((ss >> 8) & 0x00ff00ff); in CntBit1()