The function seems to return 1 when the input is a multiple of 128 (e.g., -128, 0, 128) and returns -1 for all other values within the [-128, 128] domain.

