Home
last modified time | relevance | path

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

/TwlSDK-5.4/include/nitro/math/
Dqsort.h44 int tmp = MATH_ILog2(num); in MATH_QSortStackSize()
52 return (u32)((MATH_ILog2(num) + 1) * sizeof(u32) * 2); in MATH_QSortStackSize()
Dmath.h266 SDK_INLINE int MATH_ILog2(u32 x) in MATH_ILog2() function
/TwlSDK-5.4/build/demos/math/misc-1/src/
Dmain.c368 result = MATH_ILog2(a[i]); in MathTest()