Home | History | Annotate | Download | only in src

Lines Matching defs:sign

311   INT sign;
313 sign = nrgVal > 0 ? 1 : -1;
315 nrgVal *= sign;
330 return panTable[ampRes][maxIndex[ampRes]-1] + sign * panTable[ampRes][panIndex];