Home | History | Annotate | Download | only in tests

Lines Matching refs:want

30   mp_limb_t  src, want, got;
39 want = 1;
42 if (got != want)
47 mpn_trace (" want", &want, (mp_size_t) 1);
54 want = 0;
58 want += 1;
61 if (got != want)
70 want = ref_popc_limb (src);
73 if (got != want)