Home
last modified time | relevance | path

Searched refs:mpn_rsh1sub_n (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/gmp/mpn/generic/
H A Dtoom_couple_handling.c42 mpn_rsh1sub_n (np, pp, np, n); in mpn_toom_couple_handling()
58 mpn_rsh1sub_n (pp, pp, np, n); in mpn_toom_couple_handling()
H A Dtoom_interpolate_5pts.c84 mpn_rsh1sub_n (vm1, v1, vm1, kk1); in mpn_toom_interpolate_5pts()
106 mpn_rsh1sub_n (v2, v2, v1, kk1); in mpn_toom_interpolate_5pts()
H A Dtoom_interpolate_6pts.c108 mpn_rsh1sub_n (w1, w1, w2, 2 * n + 1); in mpn_toom_interpolate_6pts()
127 mpn_rsh1sub_n (w4, w3, w4, 2 * n + 1); in mpn_toom_interpolate_6pts()
H A Dtoom_interpolate_7pts.c151 mpn_rsh1sub_n (w1, w4, w1, m); in mpn_toom_interpolate_7pts()
176 mpn_rsh1sub_n (w3, w2, w3, m); in mpn_toom_interpolate_7pts()
H A Dtoom32_mul.c202 mpn_rsh1sub_n (v1, v1, vm1, 2*n+1); in mpn_toom32_mul()
H A Dperfpow.c187 mpn_rsh1sub_n (rp, tp, rp, bn); in binv_sqroot()
/dragonfly/contrib/gmp/
H A Dgmp-impl.h848 #define mpn_rsh1sub_n __MPN(rsh1sub_n) macro
849 __GMP_DECLSPEC mp_limb_t mpn_rsh1sub_n __GMP_PROTO ((mp_ptr, mp_srcptr, mp_srcptr, mp_size_t));