Searched refs:ceilLog2 (Results 1 – 1 of 1) sorted by relevance
150 ceilLog2 (int x) in ceilLog2() function175 return (rmode == ROUND_DOWN)? floorLog2 (x): ceilLog2 (x); in roundLog2()