Lines Matching refs:sign
178 int sign, base, add, ret;
290 sign = get_bits1(gb);
293 return sign ? ~ret : ret;
335 unsigned int sign;
348 sign = S < 0;
349 if (sign)
381 sign = 0;
388 sign = get_bits1(&s->gb_extra_bits);
391 sign = get_bits1(&s->gb_extra_bits);
396 *crc = *crc * 27 + S * 9 + exp * 3 + sign;
398 value.u = (sign << 31) | (exp << 23) | S;