Home
last modified time | relevance | path

Searched defs:mpn_divexact_by255 (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gmp/mpn/generic/
H A Dtoom_interpolate_12pts.c122 #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
H A Dtoom_interpolate_16pts.c141 #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