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

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/generic/
H A Dtoom_interpolate_16pts.c139 #ifndef mpn_divexact_by255
141 #define mpn_divexact_by255(dst,src,size) \ macro
145 #define mpn_divexact_by255(dst,src,size) mpn_pi1_bdiv_q_1(dst,src,size,CNST_LIMB(255),BINVERT_255,0) macro
147 #define mpn_divexact_by255(dst,src,size) mpn_divexact_1(dst,src,size,CNST_LIMB(255)) macro
193 mpn_divexact_by255(dst,dst,size); \
199 mpn_divexact_by255(dst,dst,size); \
221 mpn_divexact_by255(dst,dst,size); \
227 mpn_divexact_by255(dst,dst,size); \
H A Dtoom_interpolate_12pts.c120 #ifndef mpn_divexact_by255
122 #define mpn_divexact_by255(dst,src,size) \ macro
126 #define mpn_divexact_by255(dst,src,size) mpn_pi1_bdiv_q_1(dst,src,size,CNST_LIMB(255),BINVERT_255,0) macro
128 #define mpn_divexact_by255(dst,src,size) mpn_divexact_1(dst,src,size,CNST_LIMB(255)) macro
254 mpn_divexact_by255(r5, r5, n3p1);

Completed in 104 milliseconds