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

  /src/external/lgpl3/gmp/dist/mpn/x86/atom/
aorrlsh2_n.asm 47 define(M4_function_c, mpn_rsblsh2_nc)
51 MULFUNC_PROLOGUE(mpn_addlsh2_n mpn_addlsh2_nc mpn_rsblsh2_n mpn_rsblsh2_nc)
  /src/external/lgpl3/gmp/dist/mpn/x86_64/coreisbr/
aorrlsh2_n.asm 48 define(func_nc, mpn_rsblsh2_nc)')
53 C mpn_rsblsh2_nc removed below, its idea of carry-in is inconsistent with
  /src/external/lgpl3/gmp/dist/mpn/x86_64/atom/
aorrlsh2_n.asm 66 define(func_nc, mpn_rsblsh2_nc)')
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 957 #define mpn_rsblsh2_nc(a,b,c,d,x) mpn_rsblsh_nc(a,b,c,d,2,x) macro
967 #define mpn_rsblsh2_nc_ip1(a,b,n,c) mpn_rsblsh2_nc(a,a,b,n,c)
1081 #define mpn_rsblsh2_nc __MPN(rsblsh2_nc) macro
1082 __GMP_DECLSPEC mp_limb_signed_t mpn_rsblsh2_nc (mp_ptr, mp_srcptr, mp_srcptr, mp_size_t, mp_limb_t);
  /src/external/lgpl3/gmp/dist/tests/devel/
try.c 1891 { TRY(mpn_rsblsh2_nc), TYPE_RSBLSH2_NC },

Completed in 74 milliseconds