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

/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dtoom_interpolate_16pts.c153 #ifndef mpn_divexact_by255
155 #define mpn_divexact_by255(dst,src,size) \ macro
159 #define mpn_divexact_by255(dst,src,size) mpn_pi1_bdiv_q_1(dst,src,size,CNST_LIMB(255),BINVERT_255,0) macro
161 #define mpn_divexact_by255(dst,src,size) mpn_divexact_1(dst,src,size,CNST_LIMB(255)) macro
207 mpn_divexact_by255(dst,dst,size); \
213 mpn_divexact_by255(dst,dst,size); \
235 mpn_divexact_by255(dst,dst,size); \
241 mpn_divexact_by255(dst,dst,size); \
H A Dtoom_interpolate_12pts.c134 #ifndef mpn_divexact_by255
136 #define mpn_divexact_by255(dst,src,size) \ macro
140 #define mpn_divexact_by255(dst,src,size) mpn_pi1_bdiv_q_1(dst,src,size,CNST_LIMB(255),BINVERT_255,0) macro
142 #define mpn_divexact_by255(dst,src,size) mpn_divexact_1(dst,src,size,CNST_LIMB(255)) macro
268 mpn_divexact_by255(r5, r5, n3p1);

Completed in 88 milliseconds