Home | History | Annotate | Download | only in tgsi

Lines Matching defs:sign

161    int sign = (*cur == '-' ? -1 : 1);
167 *val *= sign;