HomeSort by: relevance | last modified time | path
    Searched defs:BINVERT_255 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpn/generic/
toom_interpolate_12pts.c 120 #define BINVERT_255 \
140 #define mpn_divexact_by255(dst,src,size) mpn_pi1_bdiv_q_1(dst,src,size,CNST_LIMB(255),BINVERT_255,0)
toom_interpolate_16pts.c 124 #define BINVERT_255 \
159 #define mpn_divexact_by255(dst,src,size) mpn_pi1_bdiv_q_1(dst,src,size,CNST_LIMB(255),BINVERT_255,0)
168 #define mpn_divexact_by255x4(dst,src,size) mpn_pi1_bdiv_q_1(dst,src,size,CNST_LIMB(255),BINVERT_255,2)

Completed in 23 milliseconds