List of utility methods to do Double Number Round
return (int) (Math.floor(v / k) * k);
return Integer.highestOneBit(value);