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

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/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
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Dgmp-impl.h1349 #define mpn_divexact_by9(dst,src,size) \ macro

Completed in 164 milliseconds