HomeSort by: relevance | last modified time | path
    Searched refs:mpn_hgcd (Results 1 - 7 of 7) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpn/generic/
hgcd.c 82 mpn_hgcd (mp_ptr ap, mp_ptr bp, mp_size_t n, function
137 nn = mpn_hgcd (ap + p, bp + p, n - p, &M1, tp + scratch);
gcdext.c 303 nn = mpn_hgcd (ap + p, bp + p, n - p, &M, tp + matrix_scratch);
320 /* mpn_hgcd has failed. Then either one of a or b is very
350 nn = mpn_hgcd (ap + p, bp + p, n - p, &M, tp + matrix_scratch);
377 /* mpn_hgcd has failed. Then either one of a or b is very
gcd.c 53 * the ratio of the time for the mpn_hgcd call, and the time for the
157 nn = mpn_hgcd (up + p, vp + p, n - p, &M, tp + matrix_scratch);
hgcd_reduce.c 228 nn = mpn_hgcd (ap + p, bp + p, n - p, M, tp);
  /src/external/lgpl3/gmp/dist/tests/mpn/
t-hgcd.c 1 /* Test mpn_hgcd.
32 /* Fixed values, for regression testing of mpn_hgcd. */
238 res[1] = mpn_hgcd (hgcd_r0->_mp_d,
250 fprintf (stderr, "mpn_hgcd: %ld\n", (long) res[1]);
260 fprintf (stderr, "mpn_hgcd and hgcd_ref returned different values\n");
  /src/external/lgpl3/gmp/dist/tune/
common.c 1670 SPEED_ROUTINE_MPN_HGCD_CALL (mpn_hgcd, mpn_hgcd_itch);
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 4283 #define mpn_hgcd __MPN (hgcd) macro
4284 __GMP_DECLSPEC mp_size_t mpn_hgcd (mp_ptr, mp_ptr, mp_size_t, struct hgcd_matrix *, mp_ptr);

Completed in 30 milliseconds