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

  /src/external/lgpl3/gmp/dist/mpn/x86/atom/
sublsh2_n.asm 49 define(M4_function_c, mpn_sublsh2_nc)
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 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);
  /src/external/lgpl3/gmp/dist/tests/devel/
try.c 1882 { TRY(mpn_sublsh2_nc), TYPE_SUBLSH2_NC },

Completed in 33 milliseconds