Searched refs:rounded (Results 1 – 1 of 1) sorted by relevance
496 IntPtr rounded = (value + (base - 1)) & ~(base - 1); in RoundUp() local498 return reinterpret_cast<void*>(rounded); in RoundUp()506 IntPtr rounded = (value + (base - 1)) & ~(base - 1); in RoundUp() local508 return reinterpret_cast<const void*>(rounded); in RoundUp()534 IntPtr rounded = value & ~(base - 1); in RoundDown() local536 return reinterpret_cast<void*>(rounded); in RoundDown()544 IntPtr rounded = value & ~(base - 1); in RoundDown() local546 return reinterpret_cast<const void*>(rounded); in RoundDown()