Home | History | Annotate | Download | only in inc

Lines Matching refs:L_abs

39 #define L_abs(x) (((x) != MIN_32) ? (((x) >= 0) ? (x) : (-(x))) : MAX_32)                  /* Long abs,              3*/