Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/math/
Dmath.h346 SDK_INLINE u32 MATH_GetMostSignificantBit(u32 x) in MATH_GetMostSignificantBit() function
361 #define MATH_MSB(x) MATH_GetMostSignificantBit(x)