Clip a signed integer into the -(2^p),(2^p-1) range. @param a value to clip @param p bit position to clip at @return clipped value
See Implementation
Clip a signed integer into the -(2^p),(2^p-1) range. @param a value to clip @param p bit position to clip at @return clipped value