Home | History | Annotate | Download | only in tests

Lines Matching refs:ref

37   mpz_t a, b, res, ref;
42 mpz_init (ref);
46 mini_random_op3 (OP_MUL, MAXBITS, a, b, ref);
48 mpz_add (ref, ref, res);
54 mpz_sub (ref, res, ref);
60 if (mpz_cmp (res, ref))
69 dump ("ref", ref);
76 mpz_clear (ref);