Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching defs:temp3

477   register int temp, temp2, temp3;
515 temp3 = temp >> (CHAR_BIT * sizeof(int) - 1);
516 temp ^= temp3;
517 temp -= temp3; /* temp is abs value of input */
519 temp2 = temp ^ temp3;