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

  /src/external/lgpl3/gmp/dist/mpn/x86/atom/
sublsh2_n.asm 50 define(M4_ip_function_c, mpn_sublsh2_nc_ip1)
55 MULFUNC_PROLOGUE(mpn_sublsh2_n mpn_sublsh2_nc mpn_sublsh2_n_ip1 mpn_sublsh2_nc_ip1)
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 927 #define mpn_sublsh2_nc_ip1(a,b,n,c) mpn_sublsh2_nc(a,a,b,n,c) macro
1052 #ifndef mpn_sublsh2_nc_ip1
1053 #define mpn_sublsh2_nc_ip1 __MPN(sublsh2_nc_ip1) macro
1054 __GMP_DECLSPEC mp_limb_t mpn_sublsh2_nc_ip1 (mp_ptr, mp_srcptr, mp_size_t, mp_limb_t);

Completed in 26 milliseconds