Searched refs:rounded (Results 1 – 1 of 1) sorted by relevance
132 int rounded = 0x80000000 >>> lz; in roundup() local134 if (v > rounded && lz > 0) { in roundup()135 rounded <<= 1; in roundup()137 return rounded; in roundup()