HomeSort by: relevance | last modified time | path
    Searched defs:hgcd (Results 1 - 4 of 4) sorted by relevancy

  /src/external/lgpl3/gmp/dist/tests/mpn/
t-hgcd.c 86 fprintf (stderr, "Bad return code from hgcd\n");
90 fprintf (stderr, "hgcd: %d\n", (int) res);
184 struct hgcd_matrix hgcd; local
209 mpn_hgcd_matrix_init (&hgcd, asize, hgcd_init_tp);
241 &hgcd, hgcd_tp);
246 fprintf (stderr, "Different return value from hgcd and hgcd_ref\n");
255 if (!hgcd_ref_equal (&hgcd, &ref)
279 hgcd_ref_init (struct hgcd_ref *hgcd)
286 mpz_init (hgcd->m[i][j]);
291 hgcd_ref_clear (struct hgcd_ref *hgcd)
    [all...]
t-hgcd_appr.c 38 static void hgcd_ref_init (struct hgcd_ref *hgcd);
39 static void hgcd_ref_clear (struct hgcd_ref *hgcd);
40 static int hgcd_ref (struct hgcd_ref *hgcd, mpz_t a, mpz_t b);
162 struct hgcd_matrix hgcd; local
188 mpn_hgcd_matrix_init (&hgcd, asize, hgcd_init_tp);
227 &hgcd, hgcd_tp);
262 res[1], &hgcd))
265 fprintf (stderr, "Invalid results for hgcd and hgcd_ref\n");
285 hgcd_ref_init (struct hgcd_ref *hgcd)
292 mpz_init (hgcd->m[i][j])
    [all...]
t-hgcd.c 86 fprintf (stderr, "Bad return code from hgcd\n");
90 fprintf (stderr, "hgcd: %d\n", (int) res);
184 struct hgcd_matrix hgcd; local
209 mpn_hgcd_matrix_init (&hgcd, asize, hgcd_init_tp);
241 &hgcd, hgcd_tp);
246 fprintf (stderr, "Different return value from hgcd and hgcd_ref\n");
255 if (!hgcd_ref_equal (&hgcd, &ref)
279 hgcd_ref_init (struct hgcd_ref *hgcd)
286 mpz_init (hgcd->m[i][j]);
291 hgcd_ref_clear (struct hgcd_ref *hgcd)
    [all...]
t-hgcd_appr.c 38 static void hgcd_ref_init (struct hgcd_ref *hgcd);
39 static void hgcd_ref_clear (struct hgcd_ref *hgcd);
40 static int hgcd_ref (struct hgcd_ref *hgcd, mpz_t a, mpz_t b);
162 struct hgcd_matrix hgcd; local
188 mpn_hgcd_matrix_init (&hgcd, asize, hgcd_init_tp);
227 &hgcd, hgcd_tp);
262 res[1], &hgcd))
265 fprintf (stderr, "Invalid results for hgcd and hgcd_ref\n");
285 hgcd_ref_init (struct hgcd_ref *hgcd)
292 mpz_init (hgcd->m[i][j])
    [all...]

Completed in 40 milliseconds