Lines Matching full:rounding
922 patchDistance = patchDistance & ~1; /* Rounding off odd numbers and make all even */930 patchDistance = (patchDistance + 1) & ~1; /* Rounding up odd numbers and make all even */