Home
last modified time | relevance | path

Searched refs:debug_mp (Results 1 – 21 of 21) sorted by relevance

/netbsd/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-powm.c28 void debug_mp (mpz_t, int);
164 debug_mp (base, -16); in main()
165 debug_mp (exp, -16); in main()
166 debug_mp (mod, -16); in main()
168 debug_mp (r1, -16); in main()
170 debug_mp (r2, -16); in main()
183 debug_mp (base, -16); in main()
184 debug_mp (exp, -16); in main()
185 debug_mp (mod, -16); in main()
187 debug_mp (r1, -16); in main()
[all …]
H A Dt-gcd.c28 void debug_mp (mpz_t, int);
308 debug_mp (mpz_t x, int base) in debug_mp() function
334 fprintf (stderr, "op1="); debug_mp (op1, -16); in one_test()
335 fprintf (stderr, "op2="); debug_mp (op2, -16); in one_test()
336 fprintf (stderr, "expected result:\n"); debug_mp (ref, -16); in one_test()
345 fprintf (stderr, "op1="); debug_mp (op1, -16); in one_test()
346 fprintf (stderr, "op2="); debug_mp (op2, -16); in one_test()
348 fprintf (stderr, "s="); debug_mp (s, -16); in one_test()
377 fprintf (stderr, "op1="); debug_mp (op1, -16); in one_test()
378 fprintf (stderr, "op2="); debug_mp (op2, -16); in one_test()
[all …]
H A Dt-root.c27 void debug_mp (mpz_t, int);
55 debug_mp (x2, 10); in check_one()
56 debug_mp (root1, 10); in check_one()
57 debug_mp (root2, 10); in check_one()
65 debug_mp (temp, 10); in check_one()
66 debug_mp (root1, 10); in check_one()
81 debug_mp (x2, 10); in check_one()
82 debug_mp (root1, 10); in check_one()
171 debug_mp (mpz_t x, int base) in debug_mp() function
H A Dt-lucm.c28 void debug_mp (mpz_t, int);
116 debug_mp (base, -16); in main()
117 debug_mp (exp, -16); in main()
118 debug_mp (mod, -16); in main()
120 debug_mp (r1, -16); in main()
122 debug_mp (r2, -16); in main()
141 debug_mp (mpz_t x, int base) in debug_mp() function
H A Dt-remove.c27 void debug_mp (mpz_t);
83 fprintf (stderr, " op1 = "); debug_mp (dividend); in main()
84 fprintf (stderr, " op2 = "); debug_mp (divisor); in main()
85 fprintf (stderr, "refdest = "); debug_mp (refdest); in main()
86 fprintf (stderr, " dest = "); debug_mp (dest); in main()
128 debug_mp (mpz_t x) in debug_mp() function
H A Dt-sqrtrem.c27 void debug_mp (mpz_t, int);
112 fprintf (stderr, "x2 = "); debug_mp (x2, -16); in dump_abort()
113 fprintf (stderr, "x = "); debug_mp (x, -16); in dump_abort()
114 fprintf (stderr, "remainder = "); debug_mp (rem, -16); in dump_abort()
119 debug_mp (mpz_t x, int base) in debug_mp() function
H A Dt-mul.c28 void debug_mp (mpz_t);
188 fprintf (stderr, "op1 = "); debug_mp (op1); in dump_abort()
189 fprintf (stderr, "op2 = "); debug_mp (op2); in dump_abort()
190 fprintf (stderr, " product = "); debug_mp (product); in dump_abort()
191 fprintf (stderr, "ref_product = "); debug_mp (ref_product); in dump_abort()
203 debug_mp (mpz_t x) in debug_mp() function
H A Dconvert.c29 void debug_mp (mpz_t, int);
120 fprintf (stderr, "op1 = "); debug_mp (op1, -16); in main()
121 fprintf (stderr, "op2 = "); debug_mp (op2, -16); in main()
151 fprintf (stderr, "op1 = "); debug_mp (op1, -16); in main()
183 debug_mp (mpz_t x, int base) in debug_mp() function
H A Dt-addsub.c27 void debug_mp (mpz_t, int);
112 fprintf (stderr, "op1 = "); debug_mp (op1, -16); in dump_abort()
113 fprintf (stderr, "op2 = "); debug_mp (op2, -16); in dump_abort()
118 debug_mp (mpz_t x, int base) in debug_mp() function
H A Dt-fdiv.c28 void debug_mp (mpz_t, int);
137 fprintf (stderr, "dividend = "); debug_mp (dividend, -16); in dump_abort()
138 fprintf (stderr, "divisor = "); debug_mp (divisor, -16); in dump_abort()
143 debug_mp (mpz_t x, int base) in debug_mp() function
H A Dt-tdiv.c28 void debug_mp (mpz_t, int);
136 fprintf (stderr, "dividend = "); debug_mp (dividend, -16); in dump_abort()
137 fprintf (stderr, "divisor = "); debug_mp (divisor, -16); in dump_abort()
142 debug_mp (mpz_t x, int base) in debug_mp() function
H A Dio.c35 debug_mp (mpz_t x, int base) in debug_mp() function
134 printf ("op1 = "); debug_mp (op1, -16); in main()
135 printf ("op2 = "); debug_mp (op2, -16); in main()
H A Dt-fdiv_ui.c28 void debug_mp (mpz_t, int);
149 fprintf (stderr, "dividend = "); debug_mp (dividend, -16); in dump_abort()
155 debug_mp (mpz_t x, int base) in debug_mp() function
H A Dt-tdiv_ui.c28 void debug_mp (mpz_t, int);
149 fprintf (stderr, "dividend = "); debug_mp (dividend, -16); in dump_abort()
155 debug_mp (mpz_t x, int base) in debug_mp() function
H A Dt-cdiv_ui.c28 void debug_mp (mpz_t, int);
149 fprintf (stderr, "dividend = "); debug_mp (dividend, -16); in dump_abort()
155 debug_mp (mpz_t x, int base) in debug_mp() function
H A Dt-bit.c32 debug_mp (mpz_srcptr x, int base) in debug_mp() function
201 printf ("z neg "); debug_mp (z, -16); in check_tstbit()
203 printf ("pos "); debug_mp (z, -16); in check_tstbit()
205 printf ("neg "); debug_mp (z, -16); in check_tstbit()
H A Dlogic.c27 void debug_mp (mpz_t, int);
191 debug_mp (mpz_t x, int base) in debug_mp() function
/netbsd/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-hgcd_appr.c29 static void debug_mp (mpz_t, int);
154 debug_mp (mpz_t x, int base) in debug_mp() function
266 fprintf (stderr, "op1="); debug_mp (a, -16); in one_test()
267 fprintf (stderr, "op2="); debug_mp (b, -16); in one_test()
475 fprintf (stderr, "appr_r0 too small: "); debug_mp (appr_r0, 16); in hgcd_appr_valid_p()
485 fprintf (stderr, "appr_r1 too small: "); debug_mp (appr_r1, 16); in hgcd_appr_valid_p()
494 fprintf (stderr, "|r0 - r1| too small: "); debug_mp (t, 16); in hgcd_appr_valid_p()
548 fprintf (stderr, "appr_r0: "); debug_mp (appr_r0, 16); in hgcd_appr_valid_p()
549 fprintf (stderr, "ref_r0: "); debug_mp (ref_r0, 16); in hgcd_appr_valid_p()
551 fprintf (stderr, "appr_r1: "); debug_mp (appr_r1, 16); in hgcd_appr_valid_p()
[all …]
H A Dt-hgcd.c28 static void debug_mp (mpz_t, int);
87 fprintf (stderr, "op1="); debug_mp (op1, -16); in main()
88 fprintf (stderr, "op2="); debug_mp (op2, -16); in main()
173 debug_mp (mpz_t x, int base) in debug_mp() function
247 fprintf (stderr, "op1="); debug_mp (a, -16); in one_test()
248 fprintf (stderr, "op2="); debug_mp (b, -16); in one_test()
261 fprintf (stderr, "op1="); debug_mp (a, -16); in one_test()
262 fprintf (stderr, "op2="); debug_mp (b, -16); in one_test()
/netbsd/external/lgpl3/gmp/dist/tests/mpq/
H A Dio.c34 debug_mp (mpq_t x, int base) in debug_mp() function
119 printf ("op1 = "); debug_mp (op1, -16); in main()
120 printf ("op2 = "); debug_mp (op2, -16); in main()
/netbsd/external/lgpl3/gmp/dist/
H A DChangeLog15111 (debug_mp): Print just one line of large numbers.
25896 * mpz/tests/t-pow_ui.c (debug_mp, ref_mpz_pow_ui): Provide prototypes.
25898 * mpz/tests/t-mul.c (debug_mp, base_mul, ref_mpz_mul):
25906 (debug_mp): Provide prototype.
25923 (debug_mp): Provide prototype.
25926 * mpz/tests/convert.c (debug_mp): Provide prototype.
25927 * mpz/tests/t-root.c (debug_mp): Likewise.