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

  /src/external/lgpl3/gmp/dist/mpn/x86/pentium/
aorsmul_1.asm 41 define(M4_function_1c, mpn_addmul_1c)
51 MULFUNC_PROLOGUE(mpn_addmul_1 mpn_addmul_1c mpn_submul_1 mpn_submul_1c)
56 C mp_limb_t mpn_addmul_1c (mp_ptr dst, mp_srcptr src, mp_size_t size,
  /src/external/lgpl3/gmp/dist/mpn/x86_64/silvermont/
aorsmul_1.asm 36 MULFUNC_PROLOGUE(mpn_addmul_1 mpn_addmul_1c mpn_submul_1 mpn_submul_1c)
  /src/external/lgpl3/gmp/dist/mpn/x86/atom/sse2/
aorsmul_1.asm 59 define(func_1c, mpn_addmul_1c)')
65 MULFUNC_PROLOGUE(mpn_addmul_1 mpn_addmul_1c mpn_submul_1 mpn_submul_1c)
  /src/external/lgpl3/gmp/dist/mpn/x86_64/core2/
aorsmul_1.asm 63 define(`func_1c', `mpn_addmul_1c')
71 MULFUNC_PROLOGUE(mpn_addmul_1 mpn_addmul_1c mpn_submul_1 mpn_submul_1c)
  /src/external/lgpl3/gmp/dist/mpn/x86/k6/
aorsmul_1.asm 67 define(M4_function_1c, mpn_addmul_1c)
75 MULFUNC_PROLOGUE(mpn_addmul_1 mpn_addmul_1c mpn_submul_1 mpn_submul_1c)
80 C mp_limb_t mpn_addmul_1c (mp_ptr dst, mp_srcptr src, mp_size_t size,
  /src/external/lgpl3/gmp/dist/mpn/x86/p6/
aorsmul_1.asm 62 define(M4_function_1c, mpn_addmul_1c)
74 MULFUNC_PROLOGUE(mpn_addmul_1 mpn_addmul_1c mpn_submul_1 mpn_submul_1c)
  /src/external/lgpl3/gmp/dist/tests/mpn/
t-instrument.c 173 pre ("mpn_addmul_1c");
174 mpn_addmul_1c (wp, xp, size, yp[0], CNST_LIMB(0));
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
addmul_1.asm 186 PROLOGUE(mpn_addmul_1c)
  /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/
aorsmul_1.asm 55 define(func_nc, mpn_addmul_1c) C FIXME: not really supported
  /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p6/
aorsmul_1.asm 59 define(func_nc, mpn_addmul_1c) C FIXME: not really supported
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 815 #define mpn_addmul_1c __MPN(addmul_1c) macro
816 __GMP_DECLSPEC mp_limb_t mpn_addmul_1c (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t, mp_limb_t);
  /src/external/lgpl3/gmp/dist/tests/devel/
try.c 1760 { TRY(mpn_addmul_1c), TYPE_ADDMUL_1C },

Completed in 27 milliseconds