Home
last modified time | relevance | path

Searched refs:mpn_lshiftc (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gmp/mpn/generic/
HDlshiftc.c34 mpn_lshiftc (mp_ptr rp, mp_srcptr up, mp_size_t n, unsigned int cnt) in mpn_lshiftc() function
HDmul_fft.c214 cc = mpn_lshiftc (r + d, a, n - d, sh); in mpn_fft_mul_2exp_modF()
246 mpn_lshiftc (r, a + n - d, d + 1, sh); in mpn_fft_mul_2exp_modF()
/dragonfly/contrib/gmp/
HDgmp-impl.h853 #define mpn_lshiftc __MPN(lshiftc) macro
854 __GMP_DECLSPEC mp_limb_t mpn_lshiftc __GMP_PROTO ((mp_ptr, mp_srcptr, mp_size_t, unsigned int));