HomeSort by: relevance | last modified time | path
    Searched defs:mpn_sublsh2_nc (Results 1 - 1 of 1) sorted by relevancy

  /src/external/lgpl3/gmp/dist/
gmp-impl.h 917 #define mpn_sublsh2_nc(a,b,c,d,x) mpn_sublsh_nc(a,b,c,d,2,x) macro
927 #define mpn_sublsh2_nc_ip1(a,b,n,c) mpn_sublsh2_nc(a,a,b,n,c)
1044 #ifndef mpn_sublsh2_nc
1045 #define mpn_sublsh2_nc __MPN(sublsh2_nc) macro
1046 __GMP_DECLSPEC mp_limb_t mpn_sublsh2_nc (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t, mp_limb_t);

Completed in 19 milliseconds