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

  /src/external/lgpl3/gmp/dist/tune/
hgcd2.c 40 mpn_hgcd2 (mp_limb_t ah, mp_limb_t al, mp_limb_t bh, mp_limb_t bl, function
46 #undef mpn_hgcd2 macro
47 #define mpn_hgcd2 mpn_hgcd2_default macro
common.c 1639 SPEED_ROUTINE_MPN_HGCD2 (mpn_hgcd2);
  /src/external/lgpl3/gmp/dist/mpn/generic/
hgcd_step.c 59 /* Perform a few steps, using some of mpn_hgcd2, subtraction and
112 /* Try an mpn_hgcd2 step */
113 if (mpn_hgcd2 (ah, al, bh, bl, &M1))
hgcd_appr.c 178 if (mpn_hgcd2 (ap[1], ap[0], bp[1], bp[0], &M1))
gcd.c 199 /* Try an mpn_hgcd2 step */
200 if (mpn_hgcd2 (uh, ul, vh, vl, &M))
207 /* mpn_hgcd2 has failed. Then either one of a or b is very
gcdext_lehmer.c 223 if (mpn_hgcd2 (ah, al, bh, bl, &M))
232 /* mpn_hgcd2 has failed. Then either one of a or b is very
hgcd2.c 526 mpn_hgcd2 (mp_limb_t ah, mp_limb_t al, mp_limb_t bh, mp_limb_t bl, function
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 4235 #define mpn_hgcd2 __MPN (hgcd2) macro
4236 __GMP_DECLSPEC int mpn_hgcd2 (mp_limb_t, mp_limb_t, mp_limb_t, mp_limb_t, struct hgcd_matrix1 *);

Completed in 99 milliseconds