Searched defs:rounded (Results 1 – 1 of 1) sorted by relevance
494 IntPtr rounded = (value + (base - 1)) & ~(base - 1); in RoundUp() local504 IntPtr rounded = (value + (base - 1)) & ~(base - 1); in RoundUp() local532 IntPtr rounded = value & ~(base - 1); in RoundDown() local542 IntPtr rounded = value & ~(base - 1); in RoundDown() local