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

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/generic/
H A Dtoom_interpolate_16pts.c152 #ifndef mpn_divexact_by255x4
154 #define mpn_divexact_by255x4(dst,src,size) mpn_pi1_bdiv_q_1(dst,src,size,CNST_LIMB(255),BINVERT_255,2) macro
156 #define mpn_divexact_by255x4(dst,src,size) mpn_divexact_1(dst,src,size,CNST_LIMB(255)<<2) macro
395 mpn_divexact_by255x4(r6, r6, n3p1);

Completed in 124 milliseconds