Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/math/
Dmath.h320 SDK_INLINE u32 MATH_GetLeastSignificantBit(u32 x) in MATH_GetLeastSignificantBit() function
335 #define MATH_LSB(x) MATH_GetLeastSignificantBit(x)