Calculate the smallest power of two greater or equal to the input value.
Value to compare to.
Smallest 2**n such that x <= 2**n.
2**n
x <= 2**n
Calculate the smallest power of two greater or equal to the input value.