Lines Matching defs:debug_mp
28 void debug_mp (mpz_t, int);
308 debug_mp (mpz_t x, int base)
322 fprintf (stderr, "op1="); debug_mp (op1, -16);
323 fprintf (stderr, "op2="); debug_mp (op2, -16);
334 fprintf (stderr, "op1="); debug_mp (op1, -16);
335 fprintf (stderr, "op2="); debug_mp (op2, -16);
336 fprintf (stderr, "expected result:\n"); debug_mp (ref, -16);
337 fprintf (stderr, "mpz_gcdext returns:\n");debug_mp (gcd1, -16);
345 fprintf (stderr, "op1="); debug_mp (op1, -16);
346 fprintf (stderr, "op2="); debug_mp (op2, -16);
347 fprintf (stderr, "mpz_gcdext returns:\n");debug_mp (gcd1, -16);
348 fprintf (stderr, "s="); debug_mp (s, -16);
359 fprintf (stderr, "op1="); debug_mp (op1, -16);
360 fprintf (stderr, "op2="); debug_mp (op2, -16);
361 fprintf (stderr, "expected result:\n"); debug_mp (gcd1, -16);
362 fprintf (stderr, "mpz_gcd returns:\n"); debug_mp (gcd2, -16);
377 fprintf (stderr, "op1="); debug_mp (op1, -16);
378 fprintf (stderr, "op2="); debug_mp (op2, -16);
379 fprintf (stderr, "expected result:\n"); debug_mp (gcd1, -16);
380 fprintf (stderr, "mpz_gcd_ui returns:\n"); debug_mp (gcd2, -16);
399 fprintf (stderr, "op1="); debug_mp (op1, -16);
400 fprintf (stderr, "op2="); debug_mp (op2, -16);
401 fprintf (stderr, "expected result:\n"); debug_mp (gcd1, -16);
402 fprintf (stderr, "mpz_gcdext returns:\n");debug_mp (gcd2, -16);