Home | History | Annotate | Download | only in src

Lines Matching defs:sign

308   INT sign;
310 sign = nrgVal > 0 ? 1 : -1;
312 nrgVal *= sign;
327 return panTable[ampRes][maxIndex[ampRes]-1] + sign * panTable[ampRes][panIndex];