Searched refs:mpz_trace (Results 1 - 25 of 35) sorted by relevance

12

/netbsd-current/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-lucnum_ui.c59 mpz_trace ("want ln ", want_ln);
60 mpz_trace ("got ln ", got_ln);
61 mpz_trace ("want ln1", want_ln1);
62 mpz_trace ("got ln1", got_ln1);
71 mpz_trace ("want ln", want_ln);
72 mpz_trace ("got ln", got_ln);
H A Dt-fib_ui.c127 mpz_trace ("want fn ", want_fn);
128 mpz_trace ("got fn ", got_fn);
129 mpz_trace ("want fn1", want_fn1);
130 mpz_trace ("got fn1", got_fn1);
139 mpz_trace ("want fn", want_fn);
140 mpz_trace ("got fn", got_fn);
H A Dt-pow.c40 mpz_trace (" base", base);
42 mpz_trace (" got ", got);
43 mpz_trace (" want", want);
52 mpz_trace (" base", base);
54 mpz_trace (" got ", got);
55 mpz_trace (" want", want);
68 mpz_trace (" got ", got);
69 mpz_trace (" want", want);
H A Ddive.c84 mpz_trace (" got ", quot);
85 mpz_trace (" want ", op1);
86 mpz_trace (" dividend", prod);
87 mpz_trace (" divisor ", op2);
H A Dt-mul_i.c35 mpz_trace (" x", x);
37 mpz_trace (" got ", got);
38 mpz_trace (" want", want);
49 mpz_trace (" x", x);
51 mpz_trace (" got ", got);
52 mpz_trace (" want", want);
H A Dt-divis.c40 mpz_trace (" a", a);
43 mpz_trace (" a", a);
54 mpz_trace (" a", a);
55 mpz_trace (" d", d);
57 mpz_trace (" a", a);
58 mpz_trace (" d", d);
H A Dt-cong.c39 mpz_trace (" a", a);
40 mpz_trace (" c", c);
41 mpz_trace (" d", d);
43 mpz_trace (" a", a);
44 mpz_trace (" c", c);
45 mpz_trace (" d", d);
58 mpz_trace (" a", a);
62 mpz_trace (" a", a);
H A Dt-cong_2exp.c48 mpz_trace (" a", a);
49 mpz_trace (" c", c);
50 mpz_trace (" a-c", diff);
51 mpz_trace (" 2^d", d2exp);
55 mpz_trace (" a", a);
56 mpz_trace (" c", c);
57 mpz_trace (" a-c", diff);
58 mpz_trace (" 2^d", d2exp);
H A Dt-div_2exp.c119 mpz_trace ("a", a);
121 mpz_trace ("q", q);
122 mpz_trace ("r", r);
123 mpz_trace ("p", p);
126 mpz_trace ("a", a);
128 mpz_trace ("q", q);
129 mpz_trace ("r", r);
130 mpz_trace ("p", p);
H A Dt-perfsqr.c75 mpz_trace (" n", n);
119 mpz_trace (" x ", x);
120 mpz_trace (" x2 ", x2);
121 mpz_trace (" x2t", x2t);
H A Dt-hamdist.c53 mpz_trace (" x ", x);
54 mpz_trace (" y ", y);
103 mpz_trace (" x ", x);
104 mpz_trace (" y ", y);
H A Dt-aorsmul.c49 mpz_trace ("w", w);
50 mpz_trace ("y", y);
51 mpz_trace ("want", want);
52 mpz_trace ("got ", got);
88 mpz_trace ("w", w);
90 mpz_trace ("want", want);
91 mpz_trace ("got ", got);
150 mpz_trace ("w", w);
151 mpz_trace ("x", x);
152 mpz_trace ("
[all...]
H A Ddive_ui.c58 mpz_trace (" a", a);
60 mpz_trace (" q", q);
61 mpz_trace (" got", got);
H A Dt-get_d_2exp.c41 mpz_trace (" z ", z);
75 mpz_trace (" z ", z);
91 mpz_trace (" z ", z);
133 mpz_trace (" z ", z);
147 mpz_trace (" z ", z);
184 mpz_trace (" z ", z);
197 mpz_trace (" z ", z);
H A Dt-get_d.c58 mpz_trace (" z ", z);
H A Dt-set_str.c50 mpz_trace ("got ", got);
51 mpz_trace ("want", want);
H A Dt-import.c154 mpz_trace (" got ", got);
155 mpz_trace (" want", want);
H A Dt-divis_2exp.c38 mpz_trace (" a", a);
41 mpz_trace (" a", a);
H A Dt-cmp.c41 mpz_trace ("x", x);
42 mpz_trace ("y", y);
52 mpz_trace ("x", x);
53 mpz_trace ("y", y);
H A Dt-lcm.c63 mpz_trace ("x", x);
64 mpz_trace ("y", y);
65 mpz_trace ("got", got);
66 mpz_trace ("want", want);
H A Dt-set_f.c76 mpz_trace (" got", got);
77 mpz_trace (" want", want);
H A Dt-bit.c81 mpz_trace ("got ", got);
82 mpz_trace ("want", want);
103 mpz_trace ("got ", got);
104 mpz_trace ("want", want);
151 mpz_trace ("inp ", inp);
153 mpz_trace ("got ", got);
154 mpz_trace ("want", want);
H A Dt-io_raw.c121 mpz_trace (" got ", got);
122 mpz_trace (" want ", want);
196 mpz_trace (" z", z);
261 mpz_trace (" want", want);
262 mpz_trace (" got ", got);
H A Dt-set_d.c119 mpz_trace (" got ", got);
120 mpz_trace (" want ", want);
H A Dt-inp_str.c174 mpz_trace (" got ", got);
175 mpz_trace (" want", want);

Completed in 229 milliseconds

12