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

  /src/external/lgpl3/gmp/dist/mpn/x86/atom/
aorrlsh2_n.asm 42 define(M4_function_c, mpn_addlsh2_nc)
51 MULFUNC_PROLOGUE(mpn_addlsh2_n mpn_addlsh2_nc mpn_rsblsh2_n mpn_rsblsh2_nc)
sublsh2_n.asm 42 define(M4_function_c, mpn_addlsh2_nc)
  /src/external/lgpl3/gmp/dist/mpn/x86_64/coreisbr/
aorrlsh2_n.asm 43 define(func_nc, mpn_addlsh2_nc)')
55 MULFUNC_PROLOGUE(mpn_addlsh2_n mpn_addlsh2_nc mpn_rsblsh2_n)
  /src/external/lgpl3/gmp/dist/mpn/x86_64/atom/
aorrlsh2_n.asm 61 define(func_nc, mpn_addlsh2_nc)')
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 877 #define mpn_addlsh2_nc(a,b,c,d,x) mpn_addlsh_nc(a,b,c,d,2,x) macro
887 #define mpn_addlsh2_nc_ip1(a,b,n,c) mpn_addlsh2_nc(a,a,b,n,c)
993 #ifndef mpn_addlsh2_nc
994 #define mpn_addlsh2_nc __MPN(addlsh2_nc) macro
995 __GMP_DECLSPEC mp_limb_t mpn_addlsh2_nc (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t, mp_limb_t);
  /src/external/lgpl3/gmp/dist/tests/devel/
try.c 1873 { TRY(mpn_addlsh2_nc), TYPE_ADDLSH2_NC },

Completed in 64 milliseconds