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

  /src/external/lgpl3/gmp/dist/mpn/x86_64/bd4/
gcd_22.asm 1 dnl AMD64 mpn_gcd_22.
36 MULFUNC_PROLOGUE(mpn_gcd_22)
  /src/external/lgpl3/gmp/dist/mpn/x86_64/bt1/
gcd_22.asm 1 dnl AMD64 mpn_gcd_22.
36 MULFUNC_PROLOGUE(mpn_gcd_22)
  /src/external/lgpl3/gmp/dist/mpn/x86_64/bt2/
gcd_22.asm 1 dnl AMD64 mpn_gcd_22.
36 MULFUNC_PROLOGUE(mpn_gcd_22)
  /src/external/lgpl3/gmp/dist/mpn/x86_64/zen/
gcd_22.asm 1 dnl AMD64 mpn_gcd_22.
36 MULFUNC_PROLOGUE(mpn_gcd_22)
  /src/external/lgpl3/gmp/dist/tests/mpn/
t-gcd_22.c 1 /* Test mpn_gcd_22.
33 mp_double_limb_t r = mpn_gcd_22 (mpz_getlimbn (a, 1), mpz_getlimbn (a, 0),
  /src/external/lgpl3/gmp/dist/mpn/generic/
gcd_22.c 0 /* mpn_gcd_22 -- double limb greatest common divisor.
39 mpn_gcd_22 (mp_limb_t u1, mp_limb_t u0, mp_limb_t v1, mp_limb_t v0) function
gcd.c 246 /* FIXME: We could invoke a mpn_gcd_21 here, just like mpn_gcd_22 could
258 g = mpn_gcd_22 (u1, u0, v1, v0);
  /src/external/lgpl3/gmp/dist/mpn/arm/v6t2/
gcd_22.asm 1 dnl ARM v6t2 mpn_gcd_22.
59 PROLOGUE(mpn_gcd_22)
  /src/external/lgpl3/gmp/dist/mpn/arm64/
gcd_22.asm 1 dnl ARM v8a mpn_gcd_22.
58 PROLOGUE(mpn_gcd_22)
  /src/external/lgpl3/gmp/dist/mpn/x86_64/core2/
gcd_22.asm 1 dnl AMD64 mpn_gcd_22. Assumes useful bsf, useful shrd, no tzcnt, no shlx.
81 PROLOGUE(mpn_gcd_22)
  /src/external/lgpl3/gmp/dist/mpn/x86_64/coreihwl/
gcd_22.asm 1 dnl AMD64 mpn_gcd_22. Assumes useless bsf, useless shrd, useful tzcnt, shlx.
79 PROLOGUE(mpn_gcd_22)
  /src/external/lgpl3/gmp/dist/mpn/x86_64/k10/
gcd_22.asm 1 dnl AMD64 mpn_gcd_22. Assumes useful bsf, useless shrd, no tzcnt, no shlx.
81 PROLOGUE(mpn_gcd_22)
  /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p7/
gcd_22.asm 1 dnl PowerPC-64 mpn_gcd_22 optimised for POWER7 and POWER8.
74 PROLOGUE(mpn_gcd_22)
  /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p9/
gcd_22.asm 1 dnl PowerPC-64 mpn_gcd_22 optimised for POWER9.
74 PROLOGUE(mpn_gcd_22)
  /src/external/lgpl3/gmp/dist/mpn/x86_64/bd2/
gcd_22.asm 1 dnl AMD64 mpn_gcd_22. Assumes useless bsf, useless shrd, tzcnt, no shlx.
81 PROLOGUE(mpn_gcd_22)
  /src/external/lgpl3/gmp/dist/mpn/x86_64/
gcd_22.asm 1 dnl AMD64 mpn_gcd_22. Assumes useless bsf, useless shrd, no tzcnt, no shlx.
95 PROLOGUE(mpn_gcd_22)
  /src/external/lgpl3/gmp/dist/tune/
common.c 1763 SPEED_ROUTINE_MPN_GCD_22 (mpn_gcd_22);
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 3980 #define mpn_gcd_22 __MPN (gcd_22) macro
3981 __GMP_DECLSPEC mp_double_limb_t mpn_gcd_22 (mp_limb_t, mp_limb_t, mp_limb_t, mp_limb_t);

Completed in 61 milliseconds