Lines Matching refs:abs
6336 d = ((mp_digit) abs (rand ())) & MP_MASK;6348 if ((res = mp_add_d (a, ((mp_digit) abs (rand ())), a)) != MP_OKAY) {