Searched refs:rounded (Results 1 – 1 of 1) sorted by relevance
494 IntPtr rounded = (value + (base - 1)) & ~(base - 1); in RoundUp() local496 return reinterpret_cast<void*>(rounded); in RoundUp()504 IntPtr rounded = (value + (base - 1)) & ~(base - 1); in RoundUp() local506 return reinterpret_cast<const void*>(rounded); in RoundUp()532 IntPtr rounded = value & ~(base - 1); in RoundDown() local534 return reinterpret_cast<void*>(rounded); in RoundDown()542 IntPtr rounded = value & ~(base - 1); in RoundDown() local544 return reinterpret_cast<const void*>(rounded); in RoundDown()