The function takes a single numerical input, doubles it, and returns the result. If the input is negative, the function returns the negative of the input doubled. If the input is too large (128 or above), the function returns the input unchanged.

