Home | History | Annotate | Download | only in mpz

Lines Matching refs:want

29   unsigned long  i, j, got, want;
43 want = 2 * (i != j);
45 if (got != want)
52 printf (" want %lu\n", want);
60 want = ABS ((long) (i-j));
62 if (got != want)
79 unsigned long got, want;
96 want = refmpz_hamdist (x, y);
98 if (got != want)
102 printf (" want %lu\n", want);