Home
last modified time | relevance | path

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

/dragonfly/contrib/gmp/mpn/generic/
H A Dtoom_interpolate_7pts.c55 #define mpn_divexact_by9(dst,src,size) mpn_pi1_bdiv_q_1(dst,src,size,9,BINVERT_9,0) macro
57 #define mpn_divexact_by9(dst,src,size) mpn_divexact_1(dst,src,size,9) macro
/dragonfly/contrib/gmp/
H A Dgmp-impl.h1349 #define mpn_divexact_by9(dst,src,size) \ macro