Searched defs:rounded (Results 1 – 1 of 1) sorted by relevance
496 IntPtr rounded = (value + (base - 1)) & ~(base - 1); in RoundUp() local506 IntPtr rounded = (value + (base - 1)) & ~(base - 1); in RoundUp() local534 IntPtr rounded = value & ~(base - 1); in RoundDown() local544 IntPtr rounded = value & ~(base - 1); in RoundDown() local