Searched refs:rounded (Results 1 – 3 of 3) sorted by relevance
26 unsigned rounded = ((unsigned) 0x80000000) >> lz; in roundup() local28 if (v > rounded && lz > 0) { in roundup()29 rounded <<= 1; in roundup()31 return rounded; in roundup()
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()
633 // the associated time stamp rounded to the closest half second.