Searched refs:mpn_divexact_by2835x4 (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dtoom_interpolate_12pts.c163 #ifndef mpn_divexact_by2835x4
165 #define mpn_divexact_by2835x4(dst,src,size) mpn_pi1_bdiv_q_1(dst,src,size,CNST_LIMB(2835),BINVERT_2835,2) macro
167 #define mpn_divexact_by2835x4(dst,src,size) mpn_divexact_1(dst,src,size,CNST_LIMB(2835)<<2) macro
258 mpn_divexact_by2835x4(r4, r4, n3p1);

Completed in 177 milliseconds