Home | History | Annotate | Download | only in inc

Lines Matching defs:abs_s

36 #define abs_s(x)       ((Word16)(((x) != MIN_16) ? (((x) >= 0) ? (x) : (-(x))) : MAX_16))  /* Short abs,           1   */