/netbsd/external/lgpl3/gmp/dist/tests/mpz/ |
H A D | t-powm.c | 28 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 D | t-gcd.c | 28 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 D | t-root.c | 27 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 D | t-lucm.c | 28 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 D | t-remove.c | 27 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 D | t-sqrtrem.c | 27 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 D | t-mul.c | 28 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 D | convert.c | 29 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 D | t-addsub.c | 27 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 D | t-fdiv.c | 28 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 D | t-tdiv.c | 28 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 D | io.c | 35 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 D | t-fdiv_ui.c | 28 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 D | t-tdiv_ui.c | 28 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 D | t-cdiv_ui.c | 28 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 D | t-bit.c | 32 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 D | logic.c | 27 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 D | t-hgcd_appr.c | 29 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 D | t-hgcd.c | 28 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 D | io.c | 34 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 D | ChangeLog | 15111 (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.
|