Home | History | Annotate | Download | only in tests

Lines Matching refs:mpz_gcdext

398 	  mpz_gcdext (ref1, ref2, ref3, in1, in2);
404 mpz_gcdext (res1, res2, res3, res1, in2);
410 FAIL2 (mpz_gcdext, in1, in2, NULL);
413 mpz_gcdext (res1, res2, res3, res2, in2);
419 FAIL2 (mpz_gcdext, in1, in2, NULL);
422 mpz_gcdext (res1, res2, res3, res3, in2);
428 FAIL2 (mpz_gcdext, in1, in2, NULL);
431 mpz_gcdext (res1, res2, res3, in1, res1);
437 FAIL2 (mpz_gcdext, in1, in2, NULL);
440 mpz_gcdext (res1, res2, res3, in1, res2);
446 FAIL2 (mpz_gcdext, in1, in2, NULL);
449 mpz_gcdext (res1, res2, res3, in1, res3);
455 FAIL2 (mpz_gcdext, in1, in2, NULL);
458 mpz_gcdext (res1, res2, NULL, res1, in2);
463 FAIL2 (mpz_gcdext, in1, in2, NULL);
466 mpz_gcdext (res1, res2, NULL, res2, in2);
471 FAIL2 (mpz_gcdext, in1, in2, NULL);
474 mpz_gcdext (res1, res2, NULL, in1, res1);
479 FAIL2 (mpz_gcdext, in1, in2, NULL);
482 mpz_gcdext (res1, res2, NULL, in1, res2);
487 FAIL2 (mpz_gcdext, in1, in2, NULL);