Computes the index of the least significant bit of the u128 number.
The least significant bit is at index 0, and the most significant bit is at index 127.
Computes the index of the most significant bit of the u128 number.
The least significant bit is at index 0, and the most significant bit is at index 127.