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

  /src/external/lgpl3/gmp/dist/mpn/x86_64/core2/
aorrlsh_n.asm 33 MULFUNC_PROLOGUE(mpn_addlsh_n mpn_addlsh_nc mpn_rsblsh_n)
  /src/external/lgpl3/gmp/dist/mpn/x86_64/coreinhm/
aorrlsh_n.asm 64 define(func_nc, mpn_addlsh_nc)')
74 MULFUNC_PROLOGUE(mpn_addlsh_n mpn_addlsh_nc mpn_rsblsh_n)
  /src/external/lgpl3/gmp/dist/mpn/x86_64/coreisbr/
aorrlsh_n.asm 64 define(func_nc, mpn_addlsh_nc)')
77 MULFUNC_PROLOGUE(mpn_addlsh_n mpn_addlsh_nc mpn_rsblsh_n)
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 857 #define mpn_addlsh1_nc(a,b,c,d,x) mpn_addlsh_nc(a,b,c,d,1,x)
877 #define mpn_addlsh2_nc(a,b,c,d,x) mpn_addlsh_nc(a,b,c,d,2,x)
1010 #ifndef mpn_addlsh_nc
1011 #define mpn_addlsh_nc __MPN(addlsh_nc) macro
1012 __GMP_DECLSPEC mp_limb_t mpn_addlsh_nc (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t, unsigned int, mp_limb_t);
  /src/external/lgpl3/gmp/dist/tests/devel/
try.c 1876 { TRY(mpn_addlsh_nc), TYPE_ADDLSH_NC },

Completed in 70 milliseconds