Home | History | Annotate | Download | only in cxx

Lines Matching defs:want_si

136   long       got_si, want_si;
161 want_si = mpz_get_si (want);
175 if (want_ok && got_si != want_si)
179 cout << " want_si: " << want_si << "\n";
302 long got_si, want_si;
330 want_si = mpz_get_si (mpq_numref(want));
344 if (want_ok && want_si != got_si)
348 cout << " want_si: " << want_si << "\n";