The function behaves consistently for all input values within the given range of [-128, 128]. The behavior changes at x = -2 and x = 2, with the output being -1.1 for x <= -2 and -10.299999999999999 for x >= 2.

