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

  /src/external/lgpl3/gmp/dist/
gmp-impl.h 897 #define mpn_sublsh1_nc(a,b,c,d,x) mpn_sublsh_nc(a,b,c,d,1,x)
917 #define mpn_sublsh2_nc(a,b,c,d,x) mpn_sublsh_nc(a,b,c,d,2,x)
1061 #ifndef mpn_sublsh_nc
1062 #define mpn_sublsh_nc __MPN(sublsh_nc) macro
1063 __GMP_DECLSPEC mp_limb_t mpn_sublsh_nc (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t, unsigned int, mp_limb_t);
gmp-impl.h 897 #define mpn_sublsh1_nc(a,b,c,d,x) mpn_sublsh_nc(a,b,c,d,1,x)
917 #define mpn_sublsh2_nc(a,b,c,d,x) mpn_sublsh_nc(a,b,c,d,2,x)
1061 #ifndef mpn_sublsh_nc
1062 #define mpn_sublsh_nc __MPN(sublsh_nc) macro
1063 __GMP_DECLSPEC mp_limb_t mpn_sublsh_nc (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t, unsigned int, mp_limb_t);

Completed in 44 milliseconds