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

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/generic/
H A Dtoom_interpolate_16pts.c160 #ifndef mpn_divexact_by9x16
162 #define mpn_divexact_by9x16(dst,src,size) mpn_pi1_bdiv_q_1(dst,src,size,CNST_LIMB(9),BINVERT_9,4) macro
164 #define mpn_divexact_by9x16(dst,src,size) mpn_divexact_1(dst,src,size,CNST_LIMB(9)<<4) macro
421 mpn_divexact_by9x16(r3, r3, n3p1);

Completed in 98 milliseconds