codecparsers: avoid libc math library
Instead of the libc ceil() and pow() machinery for double types, since the library uses it for unsigned integers use a simple math function for for ceil division and bit left shift for integer power of two.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Instead of the libc ceil() and pow() machinery for double types, since the library uses it for unsigned integers use a simple math function for for ceil division and bit left shift for integer power of two.