Searched refs:mpn_lshiftc (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/contrib/gmp/mpn/generic/ |
| HD | lshiftc.c | 34 mpn_lshiftc (mp_ptr rp, mp_srcptr up, mp_size_t n, unsigned int cnt) in mpn_lshiftc() function
|
| HD | mul_fft.c | 214 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/ |
| HD | gmp-impl.h | 853 #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));
|